Skip to content

Commit

Permalink
use connector tag
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Dec 9, 2024
1 parent 715a56d commit 56c5fd8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 63 deletions.
78 changes: 18 additions & 60 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ solana-accounts-db = "~2.0.16"
solana-address-lookup-table-program = "~2.0.16"

yellowstone-grpc-proto = { git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v2.0.0+solana.2.0.16" }
geyser-grpc-connector = { git = "https://github.com/blockworks-foundation/geyser-grpc-connector.git", branch = "2.0.16" } # FIXME use tag instead of branch
geyser-grpc-connector = { git = "https://github.com/blockworks-foundation/geyser-grpc-connector.git", tag = "v0.11.0+yellowstone.2.0.0+solana.2.0" }


itertools = "0.10.5"
Expand Down Expand Up @@ -93,10 +93,9 @@ jemallocator = "0.5"
quinn = "0.10.2"
quinn-proto = "0.10.5"
rustls = { version = "0.21.7", default-features = false, features = ["quic"] }
rcgen = "0.9.3"

tonic = "0.12"
tonic-health = "0.12"
rcgen = "0.9.3"

[patch.crates-io.curve25519-dalek]
git = "https://github.com/anza-xyz/curve25519-dalek.git"
Expand Down

0 comments on commit 56c5fd8

Please sign in to comment.