update README / versions

This commit is contained in:
GroovieGermanikus 2024-11-25 17:41:55 +01:00
parent 9aca801099
commit 59e291ffcf
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 1 additions and 8 deletions

View File

@ -16,15 +16,8 @@ The implementation is based on _Rust Futures_.
Please open an issue if you have any questions or suggestions -> [New Issue](https://github.com/blockworks-foundation/geyser-grpc-connector/issues/new).
## Versions
These are the currently maintained versions of the library
These are the currently maintained versions of the library: [see Wiki](https://github.com/blockworks-foundation/geyser-grpc-connector/wiki)
| Tag (geyser-grpc-connector) | Yellowstone | Solana | Branch |
|----------------------------------------|-------------|---------|----------------------------------|
| 0.10.x+yellowstone.1.13+solana.1.17.28 | 1.13 | 1.17.28 | release/v0.10.x+yellowstone.1.13 |
| 0.10.x+yellowstone.1.12+solana.1.17.15 | 1.12 | 1.17.15 | main |
| 0.10.x+yellowstone.1.15+solana.1.18 | 1.15 | 1.18.x | release/v0.10.x+yellowstone.1.15 |
* note: Version 1.15 of Yellowstone can replace previous versions of Yellowstone as it is backwards compatible and does not pin the Solana version. (tracked [here](https://github.com/blockworks-foundation/geyser-grpc-connector/issues/12))
## Installation and Usage
```cargo add geyser-grpc-connector ```