Skip to content

Commit

Permalink
proto: add optional field ping to SubscribeRequest (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Oct 31, 2023
1 parent c5f2601 commit 7bd3596
Show file tree
Hide file tree
Showing 13 changed files with 736 additions and 503 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The minor version will be incremented upon a breaking change and the patch versi
- geyser: trigger end of startup when parent slot 0 seen in `update_slot_status` notification because `notify_end_of_startup` is not triggered when cluster started from genesis ([#207](https://github.com/rpcpool/yellowstone-grpc/pull/207))
- tools: correctly handle SIGINT in kafka ([#219](https://github.com/rpcpool/yellowstone-grpc/pull/219))
- geyser: use Ordering::Relaxed instead of SeqCst ([#221](https://github.com/rpcpool/yellowstone-grpc/pull/221))
- proto: add optional field `ping` to `SubscribeRequest` ([#227](https://github.com/rpcpool/yellowstone-grpc/pull/227))

### Features

Expand Down
Loading

0 comments on commit 7bd3596

Please sign in to comment.