cosmos-sdk/x/staking/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 various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
common_test.go Merge PR #6076: Proto Any init + evidence 2020-05-05 10:28:20 -04:00
delegation.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
delegation_test.go Allow Unjail of Non-Bonded Jailed Validator (#6061) 2020-04-26 17:38:33 +00:00
historical_info.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
historical_info_test.go x/staking: skip HistoricalInfo in simulations (#5949) 2020-04-07 22:33:30 +00:00
hooks.go Merge PR #4417: cleanup staking references from types pkg 2019-06-04 15:06:58 -07:00
invariants.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
keeper.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
keeper_test.go run go mod tidy && make format (#5847) 2020-03-20 17:14:14 +00:00
params.go Merge PR #5649: Update x/params to follow module standards 2020-02-19 12:52:20 +01:00
pool.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
querier.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
querier_test.go lint: various linting fixs (#5825) 2020-03-20 19:24:18 +00:00
query_utils.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
slash.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
slash_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
test_common.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
val_state_change.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
validator.go remove duplicated check when RemoveValidator (#6239) 2020-05-18 02:09:28 +00:00
validator_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00