Store all state roots on disk

This commit is contained in:
Michael Sproul
2022-01-25 12:22:55 +11:00
parent 69288f6164
commit 7245161fc2
11 changed files with 161 additions and 104 deletions

View File

@@ -26,7 +26,7 @@ pub mod state_advance;
pub mod upgrade;
pub mod verify_operation;
pub use block_replayer::{BlockReplayError, BlockReplayer, StateRootStrategy};
pub use block_replayer::{BlockReplayError, BlockReplayer};
pub use genesis::{
eth2_genesis_time, initialize_beacon_state_from_eth1, is_valid_genesis_state,
process_activations,