cosmos-sdk/x/bank/keeper
dauTT 5a7e22022c
Implement ADR 024 - Coin Metadata (#6821)
* Implement ADR 024 - Coin Metadata

* Fix lint

* Fix proto lint

* Index metadata by denom

* Fix test

* Fix proto comments

* Add GetAllDenomMetaData help method and refactor code accordingly

* Add x/bank/keeper/genesis_test.go

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-07-28 07:49:56 +00:00
..
genesis.go Implement ADR 024 - Coin Metadata (#6821) 2020-07-28 07:49:56 +00:00
genesis_test.go Implement ADR 024 - Coin Metadata (#6821) 2020-07-28 07:49:56 +00:00
grpc_query.go Rename proto Req/Res to Pagination (#6796) 2020-07-20 16:51:16 +00:00
grpc_query_test.go Rename proto Req/Res to Pagination (#6796) 2020-07-20 16:51:16 +00:00
invariants.go Update x/gov to use Any (#6147) 2020-05-19 20:17:29 +00:00
keeper.go Implement ADR 024 - Coin Metadata (#6821) 2020-07-28 07:49:56 +00:00
keeper_test.go Implement ADR 024 - Coin Metadata (#6821) 2020-07-28 07:49:56 +00:00
querier.go Remove hybrid codec usage (#6843) 2020-07-25 08:03:58 +00:00
querier_test.go Remove hybrid codec usage (#6843) 2020-07-25 08:03:58 +00:00
send.go Start removing HybridCodec (init + auth, bank, distribution) (#6838) 2020-07-24 19:04:29 +00:00
view.go Start removing HybridCodec (init + auth, bank, distribution) (#6838) 2020-07-24 19:04:29 +00:00