Add more EIP-7688 SSZ tests

This commit is contained in:
Etan Kissling 2024-07-26 04:02:38 +02:00
parent 5c1d20f28a
commit 48c3761530
No known key found for this signature in database
GPG Key ID: B21DA824C5A3D03D
1 changed files with 14 additions and 0 deletions

View File

@ -175,6 +175,20 @@ suite "EF - Electra - SSZ consensus objects " & preset():
checkSSZ(SignedContributionAndProof, path, hash)
of "SignedVoluntaryExit": checkSSZ(SignedVoluntaryExit, path, hash)
of "SigningData": checkSSZ(SigningData, path, hash)
of "StableAttestation":
checkSSZ(StableAttestation, path, hash)
of "StableAttesterSlashing":
checkSSZ(StableAttesterSlashing, path, hash)
of "StableBeaconBlockBody":
checkSSZ(StableBeaconBlockBody, path, hash)
of "StableBeaconState":
checkSSZ(StableBeaconState, path, hash)
of "StableExecutionPayload":
checkSSZ(StableExecutionPayload, path, hash)
of "StableExecutionPayloadHeader":
checkSSZ(StableExecutionPayloadHeader, path, hash)
of "StableIndexedAttestation":
checkSSZ(StableIndexedAttestation, path, hash)
of "SyncAggregate": checkSSZ(SyncAggregate, path, hash)
of "SyncAggregatorSelectionData":
checkSSZ(SyncAggregatorSelectionData, path, hash)