-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
x/auth: sign-batch command #6350
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6350 +/- ##
==========================================
- Coverage 59.46% 55.68% -3.78%
==========================================
Files 341 451 +110
Lines 20508 27254 +6746
==========================================
+ Hits 12195 15177 +2982
- Misses 7434 10985 +3551
- Partials 879 1092 +213 |
d6711a2
to
9de4288
Compare
20aacef
to
21a8a63
Compare
We'll shortly upstream another multisig-related tool used internally at AiB. |
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.
We're going to need to rewrite this pretty soon to use the new Tx
type and client/tx
but maybe it's okay to merge and have someone migrate in a week or two. Or we can try to do it right away in this PR. I've already started breaking #6216 up into smaller PR's and a redesigned client/tx
that could be used for this command should be R4R early next week.
@aaronc let's merge this in so that we have the logic ready to be tested immediately. A refactor will ensure shortly I guess. Shall we? |
Sounds good. Have you read through ADR 020 and the discussions surrounding it? |
@aaronc dixit:
Yes, I have 👍 |
806840a
to
29948a2
Compare
This is currently not on my plate |
The command processes list of transactions from file
(one StdTx each line), generate signed transactions
or signatures and print their JSON encoding, delimited
by '\n'. As the signatures are generated, the command
incremnts the sequence number automatically.
This command is particularly useful when signing
batches of multisig transactions.
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorer