mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 05:44:44 +00:00
EIP-7916: ProgressiveList and tests
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user