EIP-7916: ProgressiveList and tests

This commit is contained in:
Michael Sproul
2025-12-01 12:23:39 +11:00
parent 7cee5d6090
commit 86f8c2e642
8 changed files with 25 additions and 6 deletions

View File

@@ -733,6 +733,11 @@ fn ssz_generic() {
SszGenericHandler::<Containers>::default().run();
}
#[test]
fn ssz_generic_progressive() {
SszGenericHandler::<BasicProgressiveList>::default().run();
}
#[test]
fn epoch_processing_justification_and_finalization() {
EpochProcessingHandler::<MinimalEthSpec, JustificationAndFinalization>::default().run();