feat: Major refactor with batch processing and performance optimization

- Refactor streaming architecture with modular grpc components
- Add batch processing system with backpressure strategies
- Implement performance monitoring and metrics collection
- Add multi-protocol parser with block metadata support
- Enhance configuration system with preset profiles
- Add parse_tx_events example and update documentation
- Optimize yellowstone_grpc client complexity
This commit is contained in:
ysq
2025-08-11 01:04:16 +08:00
parent 87465cbfdb
commit 97faba9406
35 changed files with 2067 additions and 1434 deletions
+6 -4
View File
@@ -1,8 +1,10 @@
pub mod yellowstone_grpc;
pub mod yellowstone_sub_system;
pub mod shred_stream;
pub mod common;
pub mod event_parser;
pub mod grpc;
pub mod shred_stream;
pub mod yellowstone_grpc;
pub mod yellowstone_sub_system;
pub use shred_stream::ShredStreamGrpc;
pub use yellowstone_grpc::YellowstoneGrpc;
pub use yellowstone_sub_system::{SystemEvent, TransferInfo};
pub use shred_stream::ShredStreamGrpc;