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:
committed by
Jack Zampolin
parent
fe695b8f7b
commit
d322e23425
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user