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
fix(seer-explorer): Ensure 30s safety timeout always fires for optimistic UI
The early return when the server data signature matches the baseline
prevented the setTimeout from ever being scheduled. If the backend
never persisted the new block, the optimistic "Thinking" block would
persist indefinitely.
0 commit comments