perf: Major event processing system refactor for improved performance

This commit is contained in:
ysq
2025-08-28 14:49:56 +08:00
parent 9ea4dab4df
commit 218abd3aa4
19 changed files with 292 additions and 574 deletions
@@ -31,6 +31,7 @@ impl BlockMetaEvent {
0,
None,
program_received_time_us,
None,
);
Self { metadata, slot, block_hash }
}