cosmos-sdk/x/auth
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
..
ante Move x/feegrant/types to x/feegrant (#9273) 2021-05-07 07:10:47 +00:00
atlas x/auth: atlas manifest (#8140) 2020-12-10 17:02:29 +01:00
client Cleanup remains of ServiceMsg (#9236) 2021-05-07 09:31:20 +00:00
keeper codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
legacy Cleanup remains of ServiceMsg (#9236) 2021-05-07 09:31:20 +00:00
signing update SigVerifiableTx.GetPubKeys to return an error (#8828) 2021-03-10 07:16:04 +00:00
simulation codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
spec Fix typo (#8848) 2021-03-10 21:50:30 +00:00
testutil cosmos-reflection: extend to support writing by reflection clients (#8965) 2021-04-07 00:33:54 +01:00
tx Rename memo to note inside CLI (#9134) 2021-05-04 09:00:54 +00:00
types codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
vesting x/bank v0.43 Audit updates (#9271) 2021-05-10 12:17:55 -04:00
genesis.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
module_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
module.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00