Skip to content
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

Support multi-sig transactions #179

Closed
ethanfrey opened this issue Jul 19, 2017 · 1 comment
Closed

Support multi-sig transactions #179

ethanfrey opened this issue Jul 19, 2017 · 1 comment

Comments

@ethanfrey
Copy link
Contributor

In theory we do, now in practice.

Add a --prepare=<file> flag that is honored by all tx commands, and outputs the tx as json after signing it.

Add a --multi option to all tx commands so they wrap the tx with a multisig wrapper not a single sig wrapper. Very important with --prepare

basecli tx (no subcommand) will take --in=<file> to load an existing tx. You can then use --name=<signer> to add another signature, and either post it directly, or --prepare it into a second file to collect even more sigs.

This may not be the most user friendly, but the functionality is all there and we can add better UX when we actually have experience using it.

@ethanfrey
Copy link
Contributor Author

This was dealt with in #176

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants