Skip to content

Commit c40a155

Browse files
authored
chore(flashblocks): refactor the state processor to simplify (#267)
1 parent cf2a8e0 commit c40a155

File tree

3 files changed

+568
-540
lines changed

3 files changed

+568
-540
lines changed

crates/flashblocks/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ pub use metrics::Metrics;
99
mod pending_blocks;
1010
pub use pending_blocks::{PendingBlocks, PendingBlocksBuilder};
1111

12+
mod processor;
13+
pub use processor::{StateProcessor, StateUpdate};
14+
1215
mod state;
1316
pub use state::FlashblocksState;
1417

0 commit comments

Comments
 (0)