-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mango-dee
committed
Nov 20, 2024
1 parent
f18f5a6
commit ce03864
Showing
9 changed files
with
1,219 additions
and
1,096 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "geyser-grpc-connector" | ||
version = "0.10.1+yellowstone.1.12" | ||
version = "2.0.0" | ||
edition = "2021" | ||
|
||
description = "Multiplexing and Reconnection on Yellowstone gRPC Geyser client streaming" | ||
|
@@ -9,12 +9,12 @@ authors = ["GroovieGermanikus <[email protected]>"] | |
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 = "2.0.0", git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v2.0.0+solana.2.0.16" } | ||
yellowstone-grpc-proto = { version = "2.0.0", git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v2.0.0+solana.2.0.16" } | ||
|
||
|
||
# required for CommitmentConfig | ||
solana-sdk = "~1.17.15" | ||
solana-sdk = "2.0.16" | ||
|
||
url = "2.5.0" | ||
async-stream = "0.3.5" | ||
|
@@ -32,6 +32,10 @@ bincode = "1.3.3" | |
|
||
csv = "1.3.0" | ||
|
||
[dev-dependencies] | ||
#[dev-dependencies] | ||
tracing-subscriber = "0.3.16" | ||
solana-logger = "1" | ||
solana-logger = "2.0.16" | ||
|
||
[patch.crates-io.curve25519-dalek] | ||
git = "https://github.com/anza-xyz/curve25519-dalek.git" | ||
rev = "b500cdc2a920cd5bff9e2dd974d7b97349d61464" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[toolchain] | ||
channel = "1.73.0" | ||
channel = "1.81.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters