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

Update transaction sign command to allow for incremental signing #3549

Merged
merged 3 commits into from
Feb 15, 2022

Conversation

Jimbo4350
Copy link
Contributor

@Jimbo4350 Jimbo4350 commented Jan 28, 2022

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

@Jimbo4350
Copy link
Contributor Author

bors r+

iohk-bors bot added a commit that referenced this pull request 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
Copy link
Contributor

iohk-bors bot commented Feb 10, 2022

Timed out.

@Jimbo4350
Copy link
Contributor Author

bors r+

iohk-bors bot added a commit that referenced this pull request 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
Copy link
Contributor

iohk-bors bot commented Feb 10, 2022

Timed out.

@Jimbo4350
Copy link
Contributor Author

bors r+

iohk-bors bot added a commit that referenced this pull request 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
Copy link
Contributor

iohk-bors bot commented Feb 11, 2022

Timed out.

cblp
cblp previously requested changes Feb 11, 2022
= TxFile FilePath
deriving Show

data TxBodyOrTxFile
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

InputTxFile already exists

Copy link
Contributor Author

@Jimbo4350 Jimbo4350 Feb 11, 2022

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

@Jimbo4350
Copy link
Contributor Author

bors r+

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Feb 11, 2022

👎 Rejected by code reviews

@Jimbo4350 Jimbo4350 requested a review from cblp February 11, 2022 22:21
@Jimbo4350 Jimbo4350 dismissed cblp’s stale review February 11, 2022 22:21

I will reconcile TxBodyOrTxFile and InputTxFile in a follow up PR

@Jimbo4350
Copy link
Contributor Author

bors r+

iohk-bors bot added a commit that referenced this pull request 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>
@Jimbo4350
Copy link
Contributor Author

bors r-

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Feb 11, 2022

Canceled.

transaction. Previously we could only sign transaction bodies and
therefore this allows incremental transaction signing.
@Jimbo4350 Jimbo4350 force-pushed the jordan/incremental-signing branch from c21724e to 17bc0c5 Compare February 14, 2022 12:27
@Jimbo4350
Copy link
Contributor Author

bors r+

iohk-bors bot added a commit that referenced this pull request 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>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Feb 15, 2022

Timed out.

@Jimbo4350
Copy link
Contributor Author

bors r+

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Feb 15, 2022

Build succeeded:

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

Successfully merging this pull request may close these issues.

Incremental transaction signing
3 participants