fix: support yellowstone grpc proto 12.4 account filters

This commit is contained in:
0xfnzero
2026-05-16 01:56:17 +08:00
parent 741778a82f
commit d2630d4980
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "solana-streamer-sdk"
version = "1.4.0"
version = "1.4.1"
edition = "2021"
authors = ["William <byteblock6@gmail.com>", "sgxiang <sgxiang@gmail.com>", "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 }
+1
View File
@@ -96,6 +96,7 @@ impl SubscriptionManager {
owner: af.owner.clone(),
filters: af.filters.clone(),
nonempty_txn_signature: None,
cuckoo_accounts_filter: None,
},
);
}