cosmos-sdk/x/auth/vesting
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
..
client Cleanup remains of ServiceMsg (#9236) 2021-05-07 09:31:20 +00:00
exported Add support for permanent locked vesting accounts (#8520) 2021-04-21 16:18:28 +00:00
types x/bank v0.43 Audit updates (#9271) 2021-05-10 12:17:55 -04:00
handler_test.go [Bank] Remove the unsafe balance changing API (#8473) 2021-02-17 18:20:33 +00:00
handler.go Refactor x/auth/vesting to use ADR-031 (#7551) 2020-10-19 09:22:56 +00:00
module.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
msg_server.go x/bank v0.43 Audit updates (#9271) 2021-05-10 12:17:55 -04:00