mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 19:51:47 +00:00
[Altair] Sync committee pools (#2321)
Add pools supporting sync committees: - naive sync aggregation pool - observed sync contributions pool - observed sync contributors pool - observed sync aggregators pool Add SSZ types and tests related to sync committee signatures. Co-authored-by: Michael Sproul <michael@sigmaprime.io> Co-authored-by: realbigsean <seananderson33@gmail.com>
This commit is contained in:
@@ -51,6 +51,7 @@ type_name_generic!(BeaconState);
|
||||
type_name_generic!(BeaconStateBase, "BeaconState");
|
||||
type_name_generic!(BeaconStateAltair, "BeaconState");
|
||||
type_name!(Checkpoint);
|
||||
type_name_generic!(ContributionAndProof);
|
||||
type_name!(Deposit);
|
||||
type_name!(DepositData);
|
||||
type_name!(DepositMessage);
|
||||
@@ -64,8 +65,12 @@ type_name!(ProposerSlashing);
|
||||
type_name_generic!(SignedAggregateAndProof);
|
||||
type_name_generic!(SignedBeaconBlock);
|
||||
type_name!(SignedBeaconBlockHeader);
|
||||
type_name_generic!(SignedContributionAndProof);
|
||||
type_name!(SignedVoluntaryExit);
|
||||
type_name!(SigningData);
|
||||
type_name_generic!(SyncCommitteeContribution);
|
||||
type_name!(SyncCommitteeMessage);
|
||||
type_name!(SyncAggregatorSelectionData);
|
||||
type_name_generic!(SyncAggregate);
|
||||
type_name_generic!(SyncCommittee);
|
||||
type_name!(Validator);
|
||||
|
||||
Reference in New Issue
Block a user