Skip to content

Commit

Permalink
update to v0.10.3+yellowstone.1.12+solana.1.17.15-hacked-windowsize3
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Mar 25, 2024
1 parent d0e84b2 commit ecce3a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion 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 = "v0.10.3+yellowstone.1.12+solana.1.17.15-hacked-windowsize2", 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-windowsize3", git = "https://github.com/blockworks-foundation/geyser-grpc-connector.git" }

solana-sdk = { workspace = true }
solana-rpc-client-api = { workspace = true }
Expand Down
3 changes: 3 additions & 0 deletions cluster-endpoints/src/grpc_subscription.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ use yellowstone_grpc_client::{GeyserGrpcClient, InterceptorXToken};
use yellowstone_grpc_proto::geyser::geyser_client::GeyserClient;
use yellowstone_grpc_proto::tonic;

// note: not called
async fn connect_with_timeout_hacked<E, T>(
endpoint: E,
x_token: Option<T>,
Expand Down Expand Up @@ -306,6 +307,7 @@ where
Ok(client)
}

// note used
pub fn create_block_processing_task(
grpc_addr: String,
grpc_x_token: Option<String>,
Expand Down Expand Up @@ -375,6 +377,7 @@ pub fn create_block_processing_task(
})
}

// not used
pub fn create_slot_stream_task(
grpc_addr: String,
grpc_x_token: Option<String>,
Expand Down

0 comments on commit ecce3a4

Please sign in to comment.