-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use single library for SSZ, bls-to-execution-change and presigned-exit-message #54
Merged
Conversation
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
The most important part of cleanup is removing |
mksh
force-pushed
the
fixes-bls-to-execution-change
branch
from
August 20, 2024 22:47
f2b0c6a
to
e4f1882
Compare
mksh
changed the title
Make bls-to-execution-change command work
Cleanup old ssz-rs fork and fix bls-to-execution-change
Aug 20, 2024
mksh
changed the title
Cleanup old ssz-rs fork and fix bls-to-execution-change
Use single library for SSZ and fix bls-to-execution-change cmd
Aug 20, 2024
QAston
reviewed
Aug 21, 2024
jenpaff
reviewed
Aug 22, 2024
jenpaff
reviewed
Aug 22, 2024
jenpaff
approved these changes
Aug 22, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! thanks for adding extensive tests
* Command to generate presigned exit message * Docs for presigned-exit-message * Code review feedback
mksh
changed the title
Use single library for SSZ and fix bls-to-execution-change cmd
Use single library for SSZ, bls-to-execution-change and presigned-exit-message
Aug 23, 2024
mksh
force-pushed
the
fixes-bls-to-execution-change
branch
from
August 23, 2024 14:45
b730a4c
to
a372991
Compare
- Fix presigned-exit-message format & beacon node sending - Rename Operator traits -> validator - Rename operator module -> operations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is pre-requisite for #53
The command
bls-to-execution-change
was not working before, so this adds signature tests and verifies action works with real Holesky validator https://holesky.beaconcha.in/validator/a7c6468e36b0cc23580fd5c4e44b5505db677cfeb2692a5d7992bddac4706981f0bdaf568d565703d6e68e0211912349#depositsA future pre-signed exit message command will use the same genesis validator root values, and reuse most of signing logic, so it is important to cleanup
bls-to-execution-change
before adding new functionality.