cosmos-sdk/client
Tyler 57d21fa8e0
feat!: key rename cli command (#9601)
<!--
The default pull request template is for types feat, fix, or refactor.
For other templates, add one of the following parameters to the url:
- template=docs.md
- template=other.md
-->

## Description
this PR adds a new function to the keyring interface, as well as a CLI command to rename a key in the keyring

ref: #9407

<!-- Add a description of the changes that this PR introduces and the files that
are the most critical to review. -->

---

### 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...

- [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [x] added `!` to the type prefix if API or client breaking change
- [x] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting))
- [x] provided a link to the relevant issue or specification
- [x] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules)
- [x] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#testing)
- [x] added a changelog entry to `CHANGELOG.md`
- [x] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [x] updated the relevant documentation or specification
- [x] reviewed "Files changed" and left comments if necessary
- [x] confirmed all CI checks have passed

### 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...

- [x] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [x] confirmed `!` in the type prefix if API or client breaking change
- [x] confirmed all author checklist items have been addressed 
- [ ] reviewed state machine logic
- [x] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [x] reviewed tests and test coverage
- [x] manually tested (if applicable)
2021-07-19 15:20:27 +00:00
..
config
debug refactor(client): add client/Context.Codec and deprecate JSONCodec (#9498) 2021-06-11 11:49:39 +00:00
docs feat!: remove legacy REST (#9594) 2021-07-06 10:04:54 +00:00
flags fix: Fix offline flag description. (#9685) 2021-07-13 12:22:37 +02:00
grpc feat!: remove legacy REST (#9594) 2021-07-06 10:04:54 +00:00
input
keys feat!: key rename cli command (#9601) 2021-07-19 15:20:27 +00:00
rpc feat!: remove legacy REST (#9594) 2021-07-06 10:04:54 +00:00
tx refactor: Update `GetSigners` to return []string (#9418) 2021-07-07 10:18:00 +00:00
account_retriever.go
broadcast.go client: update client error handling to use tx hash from tendermint (#9462) 2021-06-07 02:55:08 -04:00
broadcast_test.go
cmd.go
cmd_test.go
context.go refactor!: Remove `clientCtx.JSONCodec` and rename `EncodingConfig.Marshaler` to `Codec` (#9521) 2021-07-01 08:52:38 +00:00
context_test.go feat: simd runs in-process testnet by default (#9246) 2021-06-29 10:41:55 +00:00
grpc_query.go
grpc_query_test.go feat: simd runs in-process testnet by default (#9246) 2021-06-29 10:41:55 +00:00
query.go
test_helpers.go
tx_config.go
utils.go
utils_test.go