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
When a slash is being applied in a block that also starts a new epoch, it causes the node to crash because it's being applied before we copy validator sets into the new epoch and application of a slash then fails to find the validator at this offset (introduced in #740).
This is timing sensitive, but it can occasionally appear in the test e2e::ledger_tests::double_signing_gets_slashed.
The text was updated successfully, but these errors were encountered:
When a slash is being applied in a block that also starts a new epoch, it causes the node to crash because it's being applied before we copy validator sets into the new epoch and application of a slash then fails to find the validator at this offset (introduced in #740).
This is timing sensitive, but it can occasionally appear in the test
e2e::ledger_tests::double_signing_gets_slashed
.The text was updated successfully, but these errors were encountered: