-
Notifications
You must be signed in to change notification settings - Fork 721
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
Update transaction sign command to allow for incremental signing #3549
Conversation
bors r+ |
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>
Timed out. |
bors r+ |
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>
Timed out. |
bors r+ |
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>
Timed out. |
cardano-cli/src/Cardano/CLI/Types.hs
Outdated
= TxFile FilePath | ||
deriving Show | ||
|
||
data TxBodyOrTxFile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
InputTxFile already exists
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll reconcile this on Monday
bors r+ |
👎 Rejected by code reviews |
I will reconcile TxBodyOrTxFile and InputTxFile in a follow up PR
bors r+ |
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>
bors r- |
Canceled. |
transaction. Previously we could only sign transaction bodies and therefore this allows incremental transaction signing.
c21724e
to
17bc0c5
Compare
bors r+ |
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>
Timed out. |
bors r+ |
Build succeeded: |
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