Skip to content

Commit

Permalink
feat(x/auth): define simplified account query service (#13210)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Sep 16, 2022
1 parent b37ddca commit d9ef976
Show file tree
Hide file tree
Showing 12 changed files with 1,800 additions and 190 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (cli) [#12742](https://github.com/cosmos/cosmos-sdk/pull/12742) Add the `prune` CLI cmd to manually prune app store history versions based on the pruning options.
* (ledger) [#12935](https://github.com/cosmos/cosmos-sdk/pull/12935) Generalize Ledger integration to allow for different apps or keytypes that use SECP256k1.
* (x/bank) [#11981](https://github.com/cosmos/cosmos-sdk/pull/11981) Create the `SetSendEnabled` endpoint for managing the bank's SendEnabled settings.
* (x/auth) [#13210](https://github.com/cosmos/cosmos-sdk/pull/13210) Add `Query/AccountInfo` endpoint for simplified access to basic account info.

### Improvements

Expand Down
Loading

0 comments on commit d9ef976

Please sign in to comment.