-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: (light client)add new consensus types for Electra (#14527)
* add `LightClientBootstrapElectra` to proto * add `LightClientUpdateElectra` to proto * implement `bootstrapElectra` * add ssz support for `LightClientBootstrapElectra` * remove unused type * update `CHANGELOG.md` * implement `updateElectra` * refactor: remove `CurrentSyncCommitteeBranchElectra()` from `LightClientBootstrap` * remove `NewWrappedHeaderElectra` * Update consensus-types/light-client/bootstrap.go Co-authored-by: Radosław Kapka <[email protected]> * Update consensus-types/light-client/update.go Co-authored-by: Radosław Kapka <[email protected]> * add `CurrentSyncCommitteeBranchElectra()` to `LightClientBootstrap` * add `NextSyncCommitteeBranchElectra()` to `LightClientUpdate` * revert changes to unrelated pb/ssz files * Revert "revert changes to unrelated pb/ssz files" This reverts commit 5ceaaf5. * more refactors * even more refactors --------- Co-authored-by: Radosław Kapka <[email protected]>
- Loading branch information
Showing
8 changed files
with
1,102 additions
and
244 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.