feat: refactor shred streaming with modular architecture

This commit is contained in:
ysq
2025-08-18 01:08:12 +08:00
parent ea7ecd1d0c
commit a9ceaa55d3
13 changed files with 583 additions and 528 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
pub mod common;
pub mod event_parser;
pub mod grpc;
pub mod shred;
pub mod shred_stream;
pub mod yellowstone_grpc;
pub mod yellowstone_sub_system;
pub use shred_stream::ShredStreamGrpc;
pub use shred::ShredStreamGrpc;
pub use yellowstone_grpc::YellowstoneGrpc;
pub use yellowstone_sub_system::{SystemEvent, TransferInfo};