Co-authored-by: mmsqe <mavis@crypto.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
parent
fa02dcd021
commit
2609f9c55e
@ -38,13 +38,17 @@ Ref: https://keepachangelog.com/en/1.0.0/
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## Features
|
||||
### Features
|
||||
|
||||
* (crypto/keyring) [#21653](https://github.com/cosmos/cosmos-sdk/pull/21653) New Linux-only backend that adds Linux kernel's `keyctl` support.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* (cli) [#21919](https://github.com/cosmos/cosmos-sdk/pull/21919) Query address-by-acc-num by account_id instead of id.
|
||||
|
||||
## [v0.50.10](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.10) - 2024-09-20
|
||||
|
||||
## Features
|
||||
### Features
|
||||
|
||||
* (cli) [#20779](https://github.com/cosmos/cosmos-sdk/pull/20779) Added `module-hash-by-height` command to query and retrieve module hashes at a specified blockchain height, enhancing debugging capabilities.
|
||||
* (cli) [#21372](https://github.com/cosmos/cosmos-sdk/pull/21372) Added a `bulk-add-genesis-account` genesis command to add many genesis accounts at once.
|
||||
|
||||
@ -38,7 +38,7 @@ func (am AppModule) AutoCLIOptions() *autocliv1.ModuleOptions {
|
||||
RpcMethod: "AccountAddressByID",
|
||||
Use: "address-by-acc-num [acc-num]",
|
||||
Short: "Query account address by account number",
|
||||
PositionalArgs: []*autocliv1.PositionalArgDescriptor{{ProtoField: "id"}},
|
||||
PositionalArgs: []*autocliv1.PositionalArgDescriptor{{ProtoField: "account_id"}},
|
||||
},
|
||||
{
|
||||
RpcMethod: "ModuleAccounts",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user