-
Notifications
You must be signed in to change notification settings - Fork 649
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 CLI command to add signatures to a partially signed transaction #867
Comments
Claiming this Issue. Will begin work now. Coordinating with @ryanRfox for updates. |
Need more discussing with this issue. How the multi-sig procedures be implemented and how these to-be-added cli command(s) will be used. Follow's my thoughts about multi-sig solution:
Willing to hear from other devs.. |
does anybody work on this issue or can I claim it in order to finish ? |
I want to claim this issue, is it possible ? Thanks ! |
the work is still in progress on this issue or not ? |
@cogutvalera this issue has been claimed by @cifer-lee, work in progress. |
ok sure ! Thank you very much for the info ! Because I couldn't understand if work is in progress or not. |
The work in progress pull request is #1032. |
Yes, understood ! Thanks ! Sorry for misunderstanding, just time confused me and I thought this issue was stopped/paused in development. |
Removing from 201902, adding to (next) Feature Release. |
Fixed by #1032. |
Having a way to add signatures to a partially signed transaction, is useful for off-chain multi-signing and cold storage.
As mentioned in #865, current
sign_transaction
command will clear all existing signatures before adding new ones, but we don't want to change the behavior, so it's better to add a new one.Note: if modified expiration and / or TaPoS fileds, the old signatures will become invalid, so can't change them as well.
CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: