diff --git a/Cargo.toml b/Cargo.toml index eacafa0..e00461e 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-streamer-sdk" -version = "1.4.0" +version = "1.4.1" edition = "2021" authors = ["William ", "sgxiang ", "wei <1415121722@qq.com>"] repository = "https://github.com/0xfnzero/solana-streamer" @@ -22,7 +22,7 @@ sdk-ultra-perf = ["sol-parser-sdk/ultra-perf"] [dependencies] # Keep the streamer on the crates.io SDK while allowing local workspace patches by semver. -sol-parser-sdk = { version = "0.4.4", default-features = false } +sol-parser-sdk = { version = "0.4.5", default-features = false } solana-sdk = "3.0.0" solana-client = "3.1.12" solana-transaction-status = "3.1.12" @@ -35,7 +35,7 @@ futures = "0.3.32" bincode = "1.3" anyhow = "1.0.102" yellowstone-grpc-client = "12.1.0" -yellowstone-grpc-proto = "12.1.0" +yellowstone-grpc-proto = "12.4.0" tokio = { version = "1.50.0", features = ["full", "rt-multi-thread"]} tonic = { version = "0.14.5", features = ["transport"] } rustls = { version = "0.23.37", features = ["ring"], default-features = false } diff --git a/src/streaming/grpc/subscription.rs b/src/streaming/grpc/subscription.rs index 8a9608c..7a63d5d 100644 --- a/src/streaming/grpc/subscription.rs +++ b/src/streaming/grpc/subscription.rs @@ -96,6 +96,7 @@ impl SubscriptionManager { owner: af.owner.clone(), filters: af.filters.clone(), nonempty_txn_signature: None, + cuckoo_accounts_filter: None, }, ); }