mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-21 12:58:11 +00:00
refactor(events): recent_blockhash as base58 string (same as signature)
- EventMetadata.recent_blockhash: Option<Vec<u8>> -> Option<String> - Add bs58 dependency; gRPC path: bs58::encode message bytes - VersionedTransaction path: use Hash::to_string() (base58) - parse_events_from_grpc_instruction/parse_events_from_instruction: accept Option<&str> Made-with: Cursor
This commit is contained in:
@@ -25,6 +25,7 @@ serde-big-array = "0.5.1"
|
||||
futures = "0.3.32"
|
||||
bincode = "1.3"
|
||||
anyhow = "1.0.102"
|
||||
bs58 = "0.5.1"
|
||||
yellowstone-grpc-client = { version = "10.2.0" }
|
||||
yellowstone-grpc-proto = { version = "10.1.1" }
|
||||
tokio = { version = "1.49.0", features = ["full", "rt-multi-thread"]}
|
||||
|
||||
Reference in New Issue
Block a user