mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-19 11:58:06 +00:00
perf: Major event processing system refactor for improved performance
This commit is contained in:
@@ -28,7 +28,8 @@ impl BlockMetaEvent {
|
||||
crate::streaming::event_parser::common::types::ProtocolType::Common,
|
||||
EventType::BlockMeta,
|
||||
solana_sdk::pubkey::Pubkey::default(),
|
||||
"".to_string(),
|
||||
0,
|
||||
None,
|
||||
program_received_time_us,
|
||||
);
|
||||
Self { metadata, slot, block_hash }
|
||||
|
||||
Reference in New Issue
Block a user