cosmos-sdk/x/auth/ante
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_test.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
ante.go x/auth/ante: AccountKeeper expected interface used instead of the str… (#6040) 2020-04-21 16:56:18 +00:00
basic_test.go Merge PR 5196: RecheckTx Optimizations 2019-10-23 10:43:58 -04:00
basic.go lint: official action (#6156) 2020-05-07 09:40:49 +00:00
expected_keepers.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
fee_test.go Merge PR #6010: Merge x/supply into x/bank 2020-04-20 11:22:12 -04:00
fee.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
integration_test.go Merge PR #4896: Refactor auth tests 2019-08-15 11:19:16 -04:00
setup_test.go lint: various linting fixs (#5825) 2020-03-20 19:24:18 +00:00
setup.go Merge PR #5006: Modular AnteDecorator 2019-10-10 08:46:09 -04:00
sigverify_test.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
sigverify.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00