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
The current logic in x/slashing will treat a newly added validator as having started at sign height of 0, and will immediately unbond them. This is (obviously) incorrect. The slashing module should instead set the signing start height of a new validator to the current block height when it first becomes a validator.
The text was updated successfully, but these errors were encountered:
The current logic in
x/slashing
will treat a newly added validator as having started at sign height of 0, and will immediately unbond them. This is (obviously) incorrect. The slashing module should instead set the signing start height of a new validator to the current block height when it first becomes a validator.The text was updated successfully, but these errors were encountered: