-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
feat(client/v2): signing #17913
feat(client/v2): signing #17913
Conversation
This comment has been minimized.
This comment has been minimized.
5ac10f0
to
a527e05
Compare
got |
This means you are using the current bank send command. |
// signer related logic, triggers only when there is a signer defined | ||
if binder.SignerInfo.FieldName != "" { | ||
// mark the signer flag as required if defined | ||
// TODO(@julienrbrt): UX improvement by only marking the flag as required when there is more than one key in the keyring; |
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.
let's add an issue for this todo
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.
LGTM!
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.
lgtm, thanks 🎉
(cherry picked from commit b62301d) # Conflicts: # CHANGELOG.md # client/v2/autocli/app.go # client/v2/autocli/builder.go # client/v2/autocli/common_test.go # client/v2/autocli/flag/address.go # client/v2/autocli/flag/builder.go # client/v2/autocli/msg_test.go # client/v2/go.mod # client/v2/go.sum # simapp/simd/cmd/root.go # simapp/simd/cmd/root_v2.go
Co-authored-by: Julien Robert <[email protected]>
Description
Closes: #17765
For trying locally, re-add this commit (2e4726b) and do:
And in another terminal,
simd tx bank send alice bob 100stake
Changes
--from
flag or positional argument as signerNewAnyWithValue
(marshal only)Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
make lint
andmake test
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change