-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extend light client protocol for Electra (#6375)
* extend light client protocol for Electra Add missing Electra support for light client protocol: - ethereum/consensus-specs#3811 Tested against PR consensus-spec-tests, the test runner automatically picks up the new tests once available. * workaround `version-2-0`: `Error: cannot instantiate: 'SomeUnsignedInt'` * fix initialization when Electra not scheduled * try reduce stack size in test * put correct sync committee branch version into DB * adjust fork schedule in light client data tests * further reduce stack size * split function into multiple parts * rename variable * regenerate test reports to cover new Electra tests * add Nim bug reference
- Loading branch information
1 parent
3da85e5
commit 9924aec
Showing
16 changed files
with
877 additions
and
207 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.