Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gmg/refactor gyser rpc #174

Merged
merged 7 commits into from
Sep 1, 2023
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
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ The minor version will be incremented upon a breaking change and the patch versi

### Features:

## [0.2.3] -

commit : TODO

- core : Refactored out solana rpc client from the core library.
- services : Refactored out solana rpc client from the services library.
- cluster-endpoints : Created cluster endpoint library and added rpc polling
- cluster-endpoints : Added grpc support in cluster endpoints.
- proxy : Added lite-rpc quic proxy which will act as a TPU forwarding proxy for multiple lite-rpc clients.

## [0.2.2] - 2023-06-23

commit : 70eb250b103c64a0e5a3159c9493e87003d046a4
Expand Down Expand Up @@ -50,4 +60,6 @@ Initial release.
- metrics: Updates related to metrics used for graphana and prometheus
- core: Core library,
- services: Services library
- lite-rpc: The lite rpc binary
- lite-rpc: The lite rpc binary
- cluster-endpoints : Cluster endpoints library.
- proxy : Lite-rpc QUIC proxy to act as a forwarder
Loading