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
After 101 blocks, the validator is revoked (correctly) by slashing, but not unbonded and not passed back correctly to Tendermint as a validator set update (printed temporarily for debugging):
}#614593580B469455F0A3F4F17B5022047CBCF7AF module=consensus
E[05-29|07:39:58.760] Validator FB98CD1DF8823860CC3039DBD6AC6E71C69DE505 present: false module=x/slashing
I[05-29|07:39:58.760] Absent validator FB98CD1DF8823860CC3039DBD6AC6E71C69DE505 at height 101 module=x/slashing
I[05-29|07:39:58.760] Validator FB98CD1DF8823860CC3039DBD6AC6E71C69DE505 past min height of 100 and below signed blocks threshold of 50 module=x/slashing
I[05-29|07:39:58.761] Validator FB98CD1DF8823860CC3039DBD6AC6E71C69DE505 slashed by fraction 1/100, removed 1/1 shares and burned 1 tokens module=x/stake
I[05-29|07:39:58.761] Validator FB98CD1DF8823860CC3039DBD6AC6E71C69DE505 revoked module=x/stake
validator updates: []
I[05-29|07:39:58.761] Executed block module=state height=101 validTxs=0 invalidTxs=0
The text was updated successfully, but these errors were encountered:
* Limit recursion depth for unknown field detection
(cherry picked from commit f038dc731c55be1e1c526e67695acc358631afd6)
* Limit unpack any
(cherry picked from commit 1a2bff56fb7391f9ce87d4fbe9e0367ae991c0b2)
* Update Changelog
* Another limit recursion depth for unknown field detection
* Update changelog
Co-authored-by: mmsqe <mavis@crypto.com>
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
Revoked validator not unbonded correctly. To reproduce, using https://github.com/cosmos/cosmos-sdk/tree/cwgoes/slashing-staking-bug (which just fakes the validator never signing blocks):
After 101 blocks, the validator is revoked (correctly) by slashing, but not unbonded and not passed back correctly to Tendermint as a validator set update (printed temporarily for debugging):
The text was updated successfully, but these errors were encountered: