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
Right now, when we slash an invlaid lookahead we keep the invalid lookahead instead of replacing it. This can lead to an malicious actor posting invalid lookahead for many epochs, each burning 1 ETH due to slashing, just to halt the Taiko chain.
Solution
Override the lookahead with fallback preconfer when lookahead slashing happens.