mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-23 22:08:05 +00:00
fix: support yellowstone grpc proto 12.4 account filters
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "solana-streamer-sdk"
|
name = "solana-streamer-sdk"
|
||||||
version = "1.4.0"
|
version = "1.4.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["William <byteblock6@gmail.com>", "sgxiang <sgxiang@gmail.com>", "wei <1415121722@qq.com>"]
|
authors = ["William <byteblock6@gmail.com>", "sgxiang <sgxiang@gmail.com>", "wei <1415121722@qq.com>"]
|
||||||
repository = "https://github.com/0xfnzero/solana-streamer"
|
repository = "https://github.com/0xfnzero/solana-streamer"
|
||||||
@@ -22,7 +22,7 @@ sdk-ultra-perf = ["sol-parser-sdk/ultra-perf"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# Keep the streamer on the crates.io SDK while allowing local workspace patches by semver.
|
# 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-sdk = "3.0.0"
|
||||||
solana-client = "3.1.12"
|
solana-client = "3.1.12"
|
||||||
solana-transaction-status = "3.1.12"
|
solana-transaction-status = "3.1.12"
|
||||||
@@ -35,7 +35,7 @@ futures = "0.3.32"
|
|||||||
bincode = "1.3"
|
bincode = "1.3"
|
||||||
anyhow = "1.0.102"
|
anyhow = "1.0.102"
|
||||||
yellowstone-grpc-client = "12.1.0"
|
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"]}
|
tokio = { version = "1.50.0", features = ["full", "rt-multi-thread"]}
|
||||||
tonic = { version = "0.14.5", features = ["transport"] }
|
tonic = { version = "0.14.5", features = ["transport"] }
|
||||||
rustls = { version = "0.23.37", features = ["ring"], default-features = false }
|
rustls = { version = "0.23.37", features = ["ring"], default-features = false }
|
||||||
|
|||||||
@@ -96,6 +96,7 @@ impl SubscriptionManager {
|
|||||||
owner: af.owner.clone(),
|
owner: af.owner.clone(),
|
||||||
filters: af.filters.clone(),
|
filters: af.filters.clone(),
|
||||||
nonempty_txn_signature: None,
|
nonempty_txn_signature: None,
|
||||||
|
cuckoo_accounts_filter: None,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user