cosmos-sdk/x/bank
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
..
atlas x/bank v0.43 Audit updates (#9271) 2021-05-10 12:17:55 -04:00
client Cleanup remains of ServiceMsg (#9236) 2021-05-07 09:31:20 +00:00
exported Index supply by denom (#8517) 2021-03-03 09:58:16 +00:00
keeper x/bank v0.43 Audit updates (#9271) 2021-05-10 12:17:55 -04:00
legacy Rename clientCtx.JSONMarshaler to JSONCodec (#9251) 2021-05-03 14:45:47 +00:00
simulation x/bank v0.43 Audit updates (#9271) 2021-05-10 12:17:55 -04:00
spec x/bank v0.43 Audit updates (#9271) 2021-05-10 12:17:55 -04:00
types x/bank v0.43 Audit updates (#9271) 2021-05-10 12:17:55 -04:00
app_test.go Fix SendToModuleAccountTest (#8857) 2021-03-11 14:20:32 +00:00
bench_test.go all: skip noisy/faulty benchmarks + add b.ReportAllocs for every benchmark (#8856) 2021-03-11 15:59:13 +00:00
handler_test.go Fix SendToModuleAccountTest (#8857) 2021-03-11 14:20:32 +00:00
handler.go Refactor x/evidence to ADR-031 (#7538) 2020-10-16 16:05:25 +00:00
module.go x/bank v0.43 Audit updates (#9271) 2021-05-10 12:17:55 -04:00