forked from ethereum/staking-deposit-cli
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Partial deposit #93
Closed
valefar-on-discord
wants to merge
0
commits into
eth-educators:main
from
valefar-on-discord:partial-deposit
Closed
Partial deposit #93
valefar-on-discord
wants to merge
0
commits into
eth-educators:main
from
valefar-on-discord:partial-deposit
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
Grand. Caveat that the jit_option with confirm will need to be adjusted to click-8, see #98 |
yorickdowne
requested changes
Aug 27, 2024
valefar-on-discord
force-pushed
the
partial-deposit
branch
from
August 27, 2024 23:14
a21bcde
to
059ee9d
Compare
Test Coverage: Download HTML Report
|
Test Coverage: Download HTML Report
|
yorickdowne
requested changes
Aug 28, 2024
default="32", | ||
help=lambda: load_text(['arg_partial_deposit_amount', 'help'], func=FUNC_NAME), | ||
param_decls='--amount', | ||
prompt=False, # the callback handles the prompt |
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.
Suggested change
prompt=False, # the callback handles the prompt | |
prompt=False, # the callback handles the prompt, to avoid second callback with gwei |
valefar-on-discord
force-pushed
the
partial-deposit
branch
from
August 28, 2024 11:10
dae6014
to
2c77dfb
Compare
valefar-on-discord
force-pushed
the
partial-deposit
branch
from
August 28, 2024 11:11
2c77dfb
to
c69d360
Compare
valefar-on-discord
force-pushed
the
partial-deposit
branch
from
August 28, 2024 11:13
c69d360
to
3b8d32b
Compare
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.
Fixing #89
Adds a partial deposit command where the user can sign a deposit signature using their keystore.
This also adds an amount field to resolve #53 concerns
I don't believe there is anything too special here though I have partially added some 0x02 logic but it is incomplete as I'm not 100% sure exactly how it will work.
I imagine we are going to do a round of changes once pectra is ready for testnet