Skip to content

Commit

Permalink
update solana version to v1.17.31
Browse files Browse the repository at this point in the history
  • Loading branch information
godmodegalactus committed Apr 17, 2024
1 parent 20f29c1 commit fb1c9f0
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 37 deletions.
64 changes: 31 additions & 33 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ authors = ["GroovieGermanikus <[email protected]>"]
repository = "https://github.com/blockworks-foundation/geyser-grpc-connector"

[dependencies]
yellowstone-grpc-client = "~1.14.0"
yellowstone-grpc-proto = "~1.13.0"
yellowstone-grpc-client = { git = "https://github.com/blockworks-foundation/yellowstone-grpc.git", branch = "v1.13.0+solana.1.17.31" }
yellowstone-grpc-proto = { git = "https://github.com/blockworks-foundation/yellowstone-grpc.git", branch = "v1.13.0+solana.1.17.31" }

# required for CommitmentConfig
solana-sdk = "1"
solana-sdk = "1.17.31"

url = "2.5.0"
async-stream = "0.3.5"
Expand All @@ -35,4 +35,4 @@ tonic-health = "0.10.2"

[dev-dependencies]
tracing-subscriber = "0.3.16"
solana-logger = "1"
solana-logger = "1.17.31"

0 comments on commit fb1c9f0

Please sign in to comment.