You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meet the aforementioned condition. Then try to get an unbonded validator in the val set.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
gamarin2
changed the title
Weird things happen after #active validators + #revoked validators = max_validators
Weird things happen once #active validators + #revoked validators = max_validators
Aug 2, 2018
I second @cwgoes - it sounds like it was the same root cause - I'd propose this issue get closed unless specific bug cases can be reproduced on the develop branch.
Summary of Bug
After
number of active validators
+number of revoked validators
=max_validators
, some weird things start happening.First problem,
number of revoked validators
should not count towardsmax_validators
, as per #1888 (comment).Second, it seems that after the aforementioned condition is met, some unbonded validator can't enter the active validator set anymore.
This is heavily related to #1888 (comment).
Steps to Reproduce
Meet the aforementioned condition. Then try to get an unbonded validator in the val set.
For Admin Use
The text was updated successfully, but these errors were encountered: