cosmos-sdk/x/distribution/keeper
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
..
alias_functions.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
allocation.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
allocation_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
common_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
delegation.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
delegation_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
fee_pool.go Merge PR #6010: Merge x/supply into x/bank 2020-04-20 11:22:12 -04:00
hooks.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
invariants.go Merge PR #5610: proto: migrate x/distr to use hybrid codec 2020-02-11 09:58:37 -05:00
keeper.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
keeper_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
params.go Merge Pr #5506: Refactor use of parameters in x/distribution to match module spec 2020-01-10 15:08:14 -05:00
proposal_handler.go Merge PR #5942: Tx Client Migration: x/gov 2020-04-14 15:05:14 -04:00
querier.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
querier_test.go Merge PR #6010: Merge x/supply into x/bank 2020-04-20 11:22:12 -04:00
store.go Favor marshal unmashal binare bare (#5799) 2020-03-13 19:58:43 +00:00
validator.go x/distribution: simapp for testing (#5725) 2020-03-05 14:00:45 +00:00