-
Notifications
You must be signed in to change notification settings - Fork 722
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
Incremental transaction signing #3545
Labels
area: transaction view
comp: cardano-cli
enhancement
New feature or request
type: internal feature
Non user-facing functionality
user type: internal
Created by an IOG employee
Comments
from an end-user perspective, it would be best to be able to see (maybe in the
|
iohk-bors bot
added a commit
that referenced
this issue
Feb 10, 2022
3549: Update transaction sign command to allow for incremental signing r=Jimbo4350 a=Jimbo4350 You can now specify an already signed transaction via `--tx-file` in order to add more signatures to it: `cardano-cli transaction sign (--tx-body-file FILE | --tx-file FILE) ...` Resolves: #3545 Co-authored-by: Jordan Millar <jordan.millar@iohk.io>
iohk-bors bot
added a commit
that referenced
this issue
Feb 10, 2022
3549: Update transaction sign command to allow for incremental signing r=Jimbo4350 a=Jimbo4350 You can now specify an already signed transaction via `--tx-file` in order to add more signatures to it: `cardano-cli transaction sign (--tx-body-file FILE | --tx-file FILE) ...` Resolves: #3545 Co-authored-by: Jordan Millar <jordan.millar@iohk.io>
iohk-bors bot
added a commit
that referenced
this issue
Feb 11, 2022
3549: Update transaction sign command to allow for incremental signing r=Jimbo4350 a=Jimbo4350 You can now specify an already signed transaction via `--tx-file` in order to add more signatures to it: `cardano-cli transaction sign (--tx-body-file FILE | --tx-file FILE) ...` Resolves: #3545 Co-authored-by: Jordan Millar <jordan.millar@iohk.io>
iohk-bors bot
added a commit
that referenced
this issue
Feb 11, 2022
3549: Update transaction sign command to allow for incremental signing r=Jimbo4350 a=Jimbo4350 You can now specify an already signed transaction via `--tx-file` in order to add more signatures to it: `cardano-cli transaction sign (--tx-body-file FILE | --tx-file FILE) ...` Resolves: #3545 Co-authored-by: Jordan Millar <jordan.millar@iohk.io>
iohk-bors bot
added a commit
that referenced
this issue
Feb 15, 2022
3549: Update transaction sign command to allow for incremental signing r=Jimbo4350 a=Jimbo4350 You can now specify an already signed transaction via `--tx-file` in order to add more signatures to it: `cardano-cli transaction sign (--tx-body-file FILE | --tx-file FILE) ...` Resolves: #3545 Co-authored-by: Jordan Millar <jordan.millar@iohk.io>
dorin100
added
type: internal feature
Non user-facing functionality
user type: internal
Created by an IOG employee
comp: cardano-cli
area: transaction view
labels
Oct 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: transaction view
comp: cardano-cli
enhancement
New feature or request
type: internal feature
Non user-facing functionality
user type: internal
Created by an IOG employee
Implement the ability to incrementally sign a transaction. I.e the ability to sign a transaction, send that signed transaction to another party who will also add his/her signature.
The text was updated successfully, but these errors were encountered: