From 87a8ed1ab0a8a6b2e974672b2a2bfa473b0123c1 Mon Sep 17 00:00:00 2001 From: Kyle Espinola Date: Wed, 29 Apr 2026 11:28:20 +0400 Subject: [PATCH 1/2] ricaht: Remove entries from subscribe_accounts --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 6 +++--- richat/Cargo.toml | 2 +- richat/src/grpc/server.rs | 1 - 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a1e7cd..1659fa24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,14 @@ The minor version will be incremented upon a breaking change and the patch versi - richat-v9.1.0 +### Breaking + +- richat: remove entries to subscribe_accounts subscription ([#210](https://github.com/lamports-dev/richat/pull/210)) + +## 2026-04-16 + +- richat-v9.1.0 + ### Features - richat: add entries to subscribe_accounts subscription ([#205](https://github.com/lamports-dev/richat/pull/205)) diff --git a/Cargo.lock b/Cargo.lock index 1a40d02b..17a2aef0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3217,7 +3217,7 @@ dependencies = [ [[package]] name = "richat" -version = "9.1.0" +version = "9.1.1" 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..806de635 100644 --- a/richat/Cargo.toml +++ b/richat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "richat" -version = "9.1.0" +version = "9.1.1" 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 From 3900957e67ccd261ef1cf9c0b485923706c223b6 Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Thu, 30 Apr 2026 15:56:22 -0500 Subject: [PATCH 2/2] update version --- CHANGELOG.md | 6 +++--- Cargo.lock | 2 +- richat/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1659fa24..63412d26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,13 +16,13 @@ The minor version will be incremented upon a breaking change and the patch versi ### Breaking -## 2026-04-16 +## 2026-04-30 -- richat-v9.1.0 +- richat-v10.0.0 ### Breaking -- richat: remove entries to subscribe_accounts subscription ([#210](https://github.com/lamports-dev/richat/pull/210)) +- richat: remove entries from subscribe_accounts subscription ([#210](https://github.com/lamports-dev/richat/pull/210)) ## 2026-04-16 diff --git a/Cargo.lock b/Cargo.lock index 17a2aef0..d9f25e14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3217,7 +3217,7 @@ dependencies = [ [[package]] name = "richat" -version = "9.1.1" +version = "10.0.0" dependencies = [ "affinity-linux", "agave-reserved-account-keys", diff --git a/richat/Cargo.toml b/richat/Cargo.toml index 806de635..eb0c1c5a 100644 --- a/richat/Cargo.toml +++ b/richat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "richat" -version = "9.1.1" +version = "10.0.0" authors = { workspace = true } edition = { workspace = true } description = "Richat App"