use yellowstone-proto v1.13.0+solana.1.17.28

This commit is contained in:
GroovieGermanikus 2024-04-10 15:57:52 +02:00
parent a821ca219b
commit 651310ce2a
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
2 changed files with 404 additions and 435 deletions

831
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -9,16 +9,16 @@ authors = ["GroovieGermanikus <groovie@mango.markets>"]
repository = "https://github.com/blockworks-foundation/geyser-grpc-connector"
[dependencies]
yellowstone-grpc-client = { version = "1.13.0+solana.1.17.15", git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v1.12.0+solana.1.17.15" }
yellowstone-grpc-proto = { version = "1.12.0+solana.1.17.15", git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v1.12.0+solana.1.17.15" }
yellowstone-grpc-client = { version = "1.14.0", git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v1.13.0+solana.1.17.28" }
yellowstone-grpc-proto = { version = "1.13.0", git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v1.13.0+solana.1.17.28" }
# required for CommitmentConfig
solana-sdk = "~1.17.15"
solana-sdk = "1"
url = "2.5.0"
async-stream = "0.3.5"
tokio = { version = "1.28" , features = ["rt"] }
tokio = { version = "1.28" , features = ["rt", "rt-multi-thread"] }
futures = "0.3.28"
merge-streams = "0.1.2"
anyhow = "1.0.70"