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 challenger (challenger.rs) would benefit from the same treatment. Currently it re-syncs all games from scratch on every restart, which is slow and wasteful — especially on chains with high dispute game volume.
Summary
The proposer recently gained two key improvements for startup performance and resilience:
The challenger (
challenger.rs) would benefit from the same treatment. Currently it re-syncs all games from scratch on every restart, which is slow and wasteful — especially on chains with high dispute game volume.