cosmos-sdk/x/bank/keeper
Aaron Craelius 9be15a42b9
Refactor x/bank according to ADR 031 (#7520)
* Refactor x/bank according to ADR 031

* Add comment

* Update comment

* Add comment

* Add tests, address edge cases

* Imports

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-10-13 09:05:46 +00:00
..
genesis.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
genesis_test.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
grpc_query.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
grpc_query_test.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
invariants.go Update x/gov to use Any (#6147) 2020-05-19 20:17:29 +00:00
keeper.go Merge PR #7327: remove resulting value return from AddCoins and SubtractCoins 2020-09-16 08:40:47 -04:00
keeper_test.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
msg_server.go Refactor x/bank according to ADR 031 (#7520) 2020-10-13 09:05:46 +00:00
querier.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
querier_test.go Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
send.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
view.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00