cosmos-sdk/x/bank/keeper
technicallyty 709ab089c1
x/bank v0.43 Audit updates (#9271)
* add godoc to keeper functions

* re-add ValidateBasic to MsgSend CLI tx

* add comment to reflect new return value on method

* remove unecessary variable

* cleanup key comments

* typo

* unused param

* update messages spec

* move event emission to end of method

* update keeper spec

* update proto message to point correct path to interface

* keeper spec typos

* fix test for event emission being moved

* change to blocklist

* rename SendEnabledCoin(s) -> IsSendEnabledCoins

* typo

* remove unecessary check

* move changelog line

Co-authored-by: technicallyty <48813565+tytech3@users.noreply.github.com>
2021-05-10 12:17:55 -04:00
..
genesis.go Paginate supply queries (#8798) 2021-04-06 14:43:08 +00:00
genesis_test.go fix zero coins (#9229) 2021-04-30 16:54:08 +00:00
grpc_query.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
grpc_query_test.go Index supply by denom (#8517) 2021-03-03 09:58:16 +00:00
invariants.go Paginate supply queries (#8798) 2021-04-06 14:43:08 +00:00
keeper.go x/bank v0.43 Audit updates (#9271) 2021-05-10 12:17:55 -04:00
keeper_test.go x/bank v0.43 Audit updates (#9271) 2021-05-10 12:17:55 -04:00
migrations.go Move all migration scripts to v043 (#8814) 2021-03-08 22:36:06 +00:00
msg_server.go x/bank v0.43 Audit updates (#9271) 2021-05-10 12:17:55 -04:00
querier.go Paginate supply queries (#8798) 2021-04-06 14:43:08 +00:00
querier_test.go Paginate supply queries (#8798) 2021-04-06 14:43:08 +00:00
send.go x/bank v0.43 Audit updates (#9271) 2021-05-10 12:17:55 -04:00
view.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00