fix: isolate regression verifier RPC configuration - #738
Merged
NSPG13 merged 1 commit intoAug 3, 2026
Conversation
NSPG13
approved these changes
Aug 3, 2026
NSPG13
left a comment
Owner
There was a problem hiding this comment.
Approved. The change is narrowly scoped to RPC configuration, keeps signer/keeper authority and settlement evidence unchanged, documents the operational boundary, and adds a regression test that prevents fallback to the shared application variable. All required checks are green. This also reduces the chance that unrelated application RPC changes disable verifier availability. I will preserve this dedicated variable while simplifying the default direct-bounty verifier from a two-signer quorum to a single precommitted verifier; that follow-up will be announced and reviewed separately.
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
Isolate the sandboxed-regression signer and keeper relay from the repository's
general
BASE_MAINNET_RPC_URLvariable.Both workflows now read an optional dedicated
REGRESSION_VERIFIER_RPC_URLActions variable and otherwise use the existinghttps://mainnet.base.orgdefault. No verifier keys, contract authority,attestation scope, relay calldata, or payout evidence rules change.
Why
The submitted issue #650 child passed the immutable runner and both committed
verifiers, but settlement run
https://github.com/NSPG13/agent-bounties/actions/runs/30623466270 failed when the
global RPC variable resolved to
https://1rpc.io/baseand returned CloudflareHTTP 403. A second scheduled cycle
https://github.com/NSPG13/agent-bounties/actions/runs/30630973082 failed on the
same endpoint before the second signer could produce its attestation.
Public incident evidence and the immediate operator remediation are recorded
at #650 (comment).
This patch prevents an unavailable application-wide provider from disabling
the isolated regression-verification path while retaining an explicit,
reviewable override for a managed verifier RPC.
Risk and compatibility
hold signer/keeper capabilities; this patch does not alter those capabilities.
PRODUCTION_API_BASE_URL, verifier-address variables, and secretsare unchanged.
path should set
REGRESSION_VERIFIER_RPC_URLto that reviewed endpoint.BountySettledremain the only payment evidence.Open PR impact
Checked the open PR queue. PRs #710 and #730 mention issue #650 but touch only
the bounty manifest/chain planner and activation template/workflow respectively;
neither overlaps these verifier workflows, test, or runbook. No active PR is
known to require rework.
Validation
python3 scripts/test_regression_verifier_pipeline.py -v— 7 passedpython3 -m py_compile scripts/regression_verifier_pipeline.py scripts/test_regression_verifier_pipeline.pybash scripts/preflight.sh core— passedhttps://mainnet.base.orgeth_chainIdprobe — HTTP 200, chain ID 8453git diff --check— passedDistribution feedback