-
Notifications
You must be signed in to change notification settings - Fork 353
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
Add generate_bls_to_execution_change
#313
Merged
Merged
Changes from 24 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
d3fd1da
Extract `load_mnemonic_arguments_decorator` func
hwwhww 7404b69
[WIP] Add generate_bls_to_execution_change
hwwhww d68a1c7
Always use `GENESIS_FORK_VERSION` to sign BLSToExecutionChange and fi…
hwwhww 6a4ba11
Add `0x` prefix to the bytes type fields of the output JSON file
hwwhww 47bf1aa
WIP validation
hwwhww 63fdc5e
Add `--devnet_chain_setting` for devnet testing
hwwhww c5651ea
Improve `validate_bls_to_execution_change`
hwwhww 2b5c218
Add arguments description to README.md
hwwhww 1f8bab5
Echo the folder path
hwwhww f5e2803
Arrange JSON fields by adding `metadata`
hwwhww 245ee7b
Normalize input `bls_withdrawal_credentials` and add `test_existing_m…
hwwhww 3b7e144
Generate multiple changes
hwwhww 676279e
Add checksum address validation
hwwhww 75e8ea0
Add test case of multiple validator indices
hwwhww 0be70aa
Update README
hwwhww 962ce8c
Add retype confirmation and fix typo
hwwhww 1912868
Remove shutdown testnets and fill Sepolia and Goerli `genesis_validat…
hwwhww c9b4e01
Merge branch 'dev' into bls-to-execution-change
hwwhww 33f847b
Update README.md
hwwhww 7df39ba
Apply @james-prysm's suggestions
hwwhww 27af99f
Update param description
hwwhww 9b86724
Run test_btec_script.py in CI
hwwhww ca5062a
Kick the cache
hwwhww d83c312
Run test_binary_btec_script.py in CI
hwwhww 2c3fb22
Strip brackets and extra spaces
hwwhww db3e628
fix error message grammar
JohnWestlund 2cd1d99
Merge pull request #332 from JohnWestlund/bls-to-execution-change
hwwhww aae55a6
Apply PR feedback by catching the exceptions. Improve error handling …
hwwhww f79bbac
Improve error handling
hwwhww 9aed027
Confirm deposit `eth1_withdrawal_address` input
hwwhww ee052fa
Add more description of mnemonic language per @infosecual's suggestion
hwwhww 69f778d
Make `--non_interactive` flag visible and add notes in docs
hwwhww ed092fc
clean folders first
hwwhww File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
validator_keys | ||
bls_to_execution_changes | ||
|
||
# Python testing & linting: | ||
build/ | ||
|
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.
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.
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.
If you try to run the
bls-to-execution-change
subcommand with--help
it will actually skip the help menu and drop right into interactive mode: