Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion richat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "richat"
version = "9.1.0"
version = "10.0.0"
authors = { workspace = true }
edition = { workspace = true }
description = "Richat App"
Expand Down
1 change: 0 additions & 1 deletion richat/src/grpc/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading