Implement database downgrade

This commit is contained in:
Michael Sproul
2022-03-14 17:52:18 +11:00
parent b4c60807dd
commit 1a261e1d3b
3 changed files with 70 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ pub enum Error {
computed: Hash256,
},
MissingStateRoot(Slot),
MissingState(Hash256),
BlockReplayError(BlockReplayError),
#[cfg(feature = "milhouse")]
MilhouseError(milhouse::Error),