Merge PR #4417: cleanup staking references from types pkg

* cleanup staking references from types pkg

* check interface on runtime

* fixes

* rename validator set from slashing keeper

* final cleanup

* fix test

* fix querier

* fix tests

* rename interfaces

* update bond status

* fixes

* expected pkg

* ensure expected keepers match used funcs

* cha cha cha
This commit is contained in:
Federico Kunze
2019-06-04 15:06:58 -07:00
committed by Jack Zampolin
parent fe695b8f7b
commit d322e23425
36 changed files with 385 additions and 268 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ Each block the validator queue is to be checked for mature unbonding validators
(namely with a completion time <= current time). At this point any mature
validators which do not have any delegations remaining are deleted from state.
For all other mature unbonding validators that still have remaining
delegations, the validator.Status is switched from sdk.Unbonding to
sdk.Unbonded.
delegations, the `validator.Status` is switched from `sdk.Unbonding` to
`sdk.Unbonded`.
### Unbonding Delegations