-
-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Altair 1.1.0-alpha.5 - Beacon Chain (#2554)
* Remove SYNC_PUBKEYS_PER_AGGREGATE * Adjust sync committee size and duration * Use stable sync committee indices when processing block rewards * Restrict sync committee period calculation boundaries * Participation flag and incentive review * Update inactivity penalty deltas processing * Ensure indices are ordered [source, target, head] everywhere * Map attestation participation to flag deltas in fork transition * Fix all current altair spec tests * Fix lint in beacon-state-transition * Finality phase0 spec tests are removed in altair-1.1.0-alpha.5 * Remove duplicate call of getNextSyncCommitteeIndices() * Altair-1.1.0-alpha.5 for network and validator * Altair-1.1.0-alpha.5 for Sync Protocol * Fix processSyncCommittee and add respective spec tests * Add operations minimal spec tests * Fix EpochProcess, add finality minimal spec test * Improve the way to access aggregationBits * Add fork and fork_choice spec tests * Add genesis minimal spec test * Add fork transition spec test * SSZ spec test for altair - SyncCommittee * Add expectEqualBeaconState() for altair spec tests * chore: fix yarn check-types * chore: remove debugged comment
- Loading branch information
Showing
108 changed files
with
1,734 additions
and
480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.