From 89f27a3404e650608234a2cbc6c4108c4c4f389b Mon Sep 17 00:00:00 2001 From: GroovieGermanikus Date: Mon, 9 Dec 2024 12:06:26 +0100 Subject: [PATCH] comment on yellowstone version --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 71fd6f5..37054ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ authors = ["GroovieGermanikus "] repository = "https://github.com/blockworks-foundation/geyser-grpc-connector" [dependencies] +# note: as timewriting there are versions 3.0.0 and 4.0.0; we will come back to that later 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" }