mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 13:28:01 -05:00
Pass alpha 9 spec tests (#14667)
* Add missed exit checks to consolidation processing * Use safe add * gaz * Pass spec tests (except single attestation) Revert params.SetupTestConfigCleanupWithLock(t) * Update earlist exit epoch for upgrade to electra * Validate that each committee bitfield in an aggregate contains at least one non-zero bit * Add single attestation * Add single attestation to ssz static * Fix typo Co-authored-by: Md Amaan <114795592+Redidacove@users.noreply.github.com> * Update UpgradeToElectra comments * Add no lint dupword --------- Co-authored-by: james-prysm <james@prysmaticlabs.com> Co-authored-by: Md Amaan <114795592+Redidacove@users.noreply.github.com>
This commit is contained in:
@@ -103,6 +103,8 @@ func UnmarshalledSSZ(t *testing.T, serializedBytes []byte, folderName string) (i
|
||||
obj = ðpb.ContributionAndProof{}
|
||||
case "SignedContributionAndProof":
|
||||
obj = ðpb.SignedContributionAndProof{}
|
||||
case "SingleAttestation":
|
||||
obj = ðpb.SingleAttestation{}
|
||||
case "SyncAggregate":
|
||||
obj = ðpb.SyncAggregate{}
|
||||
case "SyncAggregatorSelectionData":
|
||||
|
||||
Reference in New Issue
Block a user