-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Generate and broadcast messages with multiple signatures via CLI #2204
Labels
Comments
/cc @cwgoes |
Thanks for the summary. Suggestions:
|
Fine for me.
Seconded. |
23 tasks
This all looks like exactly what we want here. Excited to use this feature! |
Good but maybe we can print both at the same time, a bit simpler & I don't think we need separate commands. |
This features set has now hit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
We want to allow users to generate and broadcast transactions via command line that require multiple signatures.
This
epic
aims to capture the ongoing work on related issues:Problem Definition
Proposal
A proposed workflow follows:
1. Offline Tx generation
The user should start by generating a transaction, e.g.:
2. Offline Tx signing
A new command
sign
is developed to allow users to sign transactions offline:The
sign
command aims to support multiple signatures, e.g.:3. Broadcasting of offline-generated transactions
The signed transaction could ultimately be broadcast by passing it as an argument to the
submit
command:For Admin Use
/cc @jackzampolin @ebuchman @ValarDragon
The text was updated successfully, but these errors were encountered: