mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +00:00
Implement tree states & hierarchical state DB
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user