Implement tree states & hierarchical state DB

This commit is contained in:
Michael Sproul
2023-06-19 10:14:47 +10:00
parent 2bb62b7f7d
commit 23db089a7a
193 changed files with 6093 additions and 5925 deletions

View File

@@ -366,6 +366,7 @@ mod ssz_static {
}
}
/*
#[test]
fn ssz_generic() {
SszGenericHandler::<BasicVector>::default().run();
@@ -375,6 +376,7 @@ fn ssz_generic() {
SszGenericHandler::<Uints>::default().run();
SszGenericHandler::<Containers>::default().run();
}
*/
#[test]
fn epoch_processing_justification_and_finalization() {