-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hardens block validation in init-sync (#7168)
* assert response invariants in beaconBlocksByRange * Merge branch 'master' into assert-invariants-in-beaconblocksbyrange * enforce specs invariant in requestBlocks * blocks queue: onDataReceivedEvent - part1 * Merge branch 'master' into init-sync-block-validation * blocks queue: onDataReceivedEvent - part2 * Merge branch 'master' into init-sync-block-validation * block fetcher: test returned blocks validation * gazelle * Nishant's suggestion to not loop more than req.count of times * combine checks * enforce slot ordering * enforce skip increments
- Loading branch information
Showing
5 changed files
with
422 additions
and
13 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
Oops, something went wrong.