cosmos-sdk/x/auth
SaReN bf8809ef98
Update x/auth to use Any (#6165)
* Migrate keeper codec to use marshaler

* Migrate AccountI to types

* Did go imports

* Fix tests for x/auth

* Cleanup std/codec

* Sort imports

* Fix legacy codec

* Add godoc for RegisterInterfaces

* Add RegisterInterfaces to std

* Fix typo

* Fixed merge changes

* Eliminate vesting import in auth

* Fix lint issues

* Fix tests

* Addressed comments

* Rename interfaces in RegisterInterfaces

* Removed codec.proto from std

* Minor code cleanup

Co-authored-by: Aaron Craelius <aaron@regen.network>
2020-05-20 19:21:00 +00:00
..
ante Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
client Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
keeper Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
legacy Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
simulation Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
spec Merge PR #5572: ADR 004 Implementation 2020-01-30 16:31:16 -05:00
types Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
vesting Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
alias.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
genesis.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
module.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
module_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00