Skip to content

Commit

Permalink
use yellowstone grpc with hacked-windowsize
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Mar 22, 2024
1 parent 5f72d5a commit 5a1b13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster-endpoints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "AGPL"

[dependencies]
#geyser-grpc-connector = { path = "../../geyser-grpc-connector" }
geyser-grpc-connector = { tag = "v1.17.15", git = "https://github.com/blockworks-foundation/geyser-grpc-connector.git" }
geyser-grpc-connector = { tag = "v0.10.3+yellowstone.1.12+solana.1.17.15-hacked-windowsize", git = "https://github.com/blockworks-foundation/geyser-grpc-connector.git" }

solana-sdk = { workspace = true }
solana-rpc-client-api = { workspace = true }
Expand Down Expand Up @@ -43,4 +43,4 @@ yellowstone-grpc-client = { workspace = true }
yellowstone-grpc-proto = { workspace = true }
itertools = {workspace = true}
prometheus = { workspace = true }
lazy_static = { workspace = true }
lazy_static = { workspace = true }

0 comments on commit 5a1b13f

Please sign in to comment.