-
Notifications
You must be signed in to change notification settings - Fork 55
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
bin/ec
: generate signed bls to execution messages
#259
Comments
I'm down to try this out @ralexstokes unless it falls under/blocked by your current open pr #263 |
@PatStiles that would be great! let me merge that one (should merge today) so you have the same foundation to work off of and then it would be great if you could build this command out I think the best way to handle this would be: given a withdrawal mnemonic, a range of key indices to operate on and a path to a configuration file, generate a directory with the signed bls to execution changes. using the mnemonic and the indices, we can get each validator's withdrawal private key (just like we do in #263). the format of the configuration file is an array of json objects that contain the validator index and the desired execution address per validator
then, we can just assemble the |
likely something like
for each pubkey in
do the thing up above |
@PatStiles #263 has been merged, you should be able to make a new command on top of that work to do this now! |
No description provided.
The text was updated successfully, but these errors were encountered: