cosmos-sdk/x/bank/simulation
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_test.go Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
genesis.go Change address from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
operations_test.go merged in master 2021-03-21 16:37:06 -04:00
operations.go x/bank v0.43 Audit updates (#9271) 2021-05-10 12:17:55 -04:00
params_test.go Merge PR #6773: x/bank/simulation/params.go: add unit tests 2020-07-18 13:06:21 -04:00
params.go Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00