feat: add --qrcode flag to keys show command (backport #18557)#24011
Conversation
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> (cherry picked from commit 536bd3a) # Conflicts: # CHANGELOG.md # go.mod # go.sum # simapp/go.mod # simapp/go.sum # simapp/gomod2nix.toml
|
Cherry-pick of 536bd3a has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
|
@julienrbrt need anyone to take this over? |
i'll quickly finish this tonight! should be easy enough :) |
|
aljo242
left a comment
There was a problem hiding this comment.
@julienrbrt looks like we need to clean up this changlog
GOBIN=/home/runner/work/cosmos-sdk/cosmos-sdk/build go install golang.org/x/vuln/cmd/govulncheck@latest Vulnerability #1: GO-2025-3443 Your code is affected by 1 vulnerability from 1 module. |
What's wrong with the changelog? 🤔 |
GOBIN=/home/runner/work/cosmos-sdk/cosmos-sdk/build go install golang.org/x/vuln/cmd/govulncheck@latest Vulnerability #1: GO-2025-3443 Your code is affected by 1 vulnerability from 1 module. |
GOBIN=/home/runner/work/cosmos-sdk/cosmos-sdk/build go install golang.org/x/vuln/cmd/govulncheck@latest Vulnerability #1: GO-2025-3443 Your code is affected by 1 vulnerability from 1 module. |
Description
Closes: #23777
Closes: #18556
simd keys show account1 --address=true --qrcode=trueAuthor Checklist
I have...
!to the type prefix if API or client breaking changeCHANGELOG.mdmake lintandmake testReviewers 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 changeSummary by CodeRabbit
New Features
--qrcodeflag for thekeys showcommand to display keys as a payment QR code.client.toml, eliminating the need for the--fromflag during transactions.Enhancements
key_rotation_feeparameter in thex/stakingmodule for fee calculation during key rotations.SubmitTestTxhelper method intestutilfor broadcasting test transactions in end-to-end tests.Tests
keys showcommand with new test cases for QR code display and key management scenarios.Documentation
This is an automatic backport of pull request #18557 done by [Mergify](https://mergify.com).