Make judge names clickable across SimpleBond#8
Open
krandder wants to merge 2 commits into
Open
Conversation
✅ Deploy Preview for zippy-halva-280c00 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
krandder
pushed a commit
that referenced
this pull request
Jun 5, 2026
…Msg (backlog #8) Replaced native alert() in all 8 dispute handlers (concede/close/open/withdraw/ claimTimeout -> #posterMsg; rule/rejectChallenge/rejectBond -> #judgeMsg) with the inline msg-info/success/error pattern used by every other write path. On-chain calls unchanged; log() kept; grep alert( = 0 in both HTML files. Surface test asserts no alert remains + per-handler slot binding (non-vacuous). Adversarial panel 3/3. Gates re-run locally (sequential): hardhat 1021/0 (x2), lint EXIT=0, docker e2e 60 passed / 7 capabilities. Frontend -> Netlify auto-deploy.
krandder
pushed a commit
that referenced
this pull request
Jun 5, 2026
…rst monitor test (backlog #6); wind-down summary #6 repo-side: scripts/monitor.mjs is not scheduled anywhere (finding recorded) and wiring it needs an operator alert-sink decision (email stubbed), so this is the correct + testable core only. Extracted pure evaluateHealth() (M1 lag / M5 dead-letters / M6 tick) from an injected /health payload; folded the 3 fetch probes into one checkIndexerHealth(); added MIN_BONDS + SKIP_RATE_CHECK Sepolia- safety flags + documented the Sepolia invocation. New test/backend/monitor.test.js proves a stale Sepolia entry alerts even when mainnet is green. isTickStale kept. Backlog #1-#8 now complete. Appended a full-run wind-down summary + the owner-gated items (fund Sepolia deployer, mainnet cutover go, monitor alert sink, email provider). Gates re-run locally (sequential): hardhat 1030/0 (x2), lint EXIT=0. No VM deploy (monitor is not in the container runtime / unscheduled).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
setJudgeLinkhelperTesting