cosmos-sdk/x/auth
Alexander Bezobchuk 535510be1f
Merge PR #7354: Fix TestMsgCreateVestingAccount
2020-09-21 09:54:50 -04:00
..
ante Remove old PubKeyMultisigThreshold (#7284) 2020-09-18 09:40:39 +00:00
client replace testutil.NewTestCaseDir() with Go1.15's T.TempDir() (#7014) 2020-09-18 12:08:24 +01:00
keeper Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
legacy rename RegisterCodec to RegisterLegacyAminoCodec (#7243) 2020-09-07 14:47:12 +00:00
signing Remove old PubKeyMultisigThreshold (#7284) 2020-09-18 09:40:39 +00:00
simulation Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
spec Fix vesting link in auth module (#7227) 2020-09-02 18:18:29 +02:00
testutil Remove old PubKeyMultisigThreshold (#7284) 2020-09-18 09:40:39 +00:00
tx move client/testutil -> x/auth/testutil (#7292) 2020-09-14 03:21:29 +01:00
types Remove old PubKeyMultisigThreshold (#7284) 2020-09-18 09:40:39 +00:00
vesting Merge PR #7354: Fix TestMsgCreateVestingAccount 2020-09-21 09:54:50 -04:00
genesis.go
module.go rename RegisterCodec to RegisterLegacyAminoCodec (#7243) 2020-09-07 14:47:12 +00:00
module_test.go