-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Multisig Display UX Improvements #3748
Merged
Merged
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
20b276e
Minor cleanup of docs
alexanderbez af0cce5
Update Use
alexanderbez 31f188a
Implement multisig key info type and functions
alexanderbez 42dace5
Remove old multiSigKey
alexanderbez b04595c
Update add command to use CreateMulti
alexanderbez c6f13f5
Refactor key output
alexanderbez 0f453c2
Update show.go
alexanderbez 095bc78
Fix multisig output
alexanderbez 8aea161
Implement new "show-multisig" flag with docs
alexanderbez aaa7bb4
Fix linting errors
alexanderbez 22c65a6
Fix CLI tests
alexanderbez cc831cf
Cleanup flag formatting
alexanderbez 88e7c16
More minor cleanup
alexanderbez ede91f7
Cleanup error handling in Sign and support multiInfo
alexanderbez b778182
Fix multisign docs
alexanderbez a0b1dc3
Update printAndValidateSigs to handle printing multisigs
alexanderbez 596e262
Add pending log entry
alexanderbez a6d32b5
Fix CLI tests
alexanderbez a4a0429
Merge branch 'develop' into bez/3738-multisig-ux-improvements
alexanderbez 64d00dd
Merge branch 'develop' into bez/3738-multisig-ux-improvements
jackzampolin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
💪 ++
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.
-o json
implies--show-multisig
then, doesn't it?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.
yes
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.
A user can either 1.
-o json
which will show multi-sig info OR 2.--show-multisig
which will show multisig info in plaintext (non-JSON).