diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a1e7cd..63412d26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,14 @@ The minor version will be incremented upon a breaking change and the patch versi ### Breaking +## 2026-04-30 + +- richat-v10.0.0 + +### Breaking + +- richat: remove entries from subscribe_accounts subscription ([#210](https://github.com/lamports-dev/richat/pull/210)) + ## 2026-04-16 - richat-v9.1.0 diff --git a/Cargo.lock b/Cargo.lock index 1a40d02b..d9f25e14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3217,7 +3217,7 @@ dependencies = [ [[package]] name = "richat" -version = "9.1.0" +version = "10.0.0" dependencies = [ "affinity-linux", "agave-reserved-account-keys", @@ -3663,9 +3663,9 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-webpki" -version = "0.103.12" +version = "0.103.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06" +checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" dependencies = [ "aws-lc-rs", "ring", diff --git a/richat/Cargo.toml b/richat/Cargo.toml index 0331b898..eb0c1c5a 100644 --- a/richat/Cargo.toml +++ b/richat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "richat" -version = "9.1.0" +version = "10.0.0" authors = { workspace = true } edition = { workspace = true } description = "Richat App" diff --git a/richat/src/grpc/server.rs b/richat/src/grpc/server.rs index 91fd425d..e5c3f38b 100644 --- a/richat/src/grpc/server.rs +++ b/richat/src/grpc/server.rs @@ -621,7 +621,6 @@ impl geyser_gen::geyser_server::Geyser for GrpcServer { .into_iter() .collect(), blocks_meta: ["".to_owned()].into_iter().collect(), - entries: ["".to_owned()].into_iter().collect(), ..Default::default() }; limits