Skip to content

Cross-check gate access across enabled RPCs before wrapping an epoch key - #53

Merged
Ocnrb merged 1 commit into
mainfrom
fix/dn01-responder-quorum-web
Sep 8, 2026
Merged

Ocnrb merged 1 commit into
mainfrom
fix/dn01-responder-quorum-web

Conversation

@Ocnrb

@Ocnrb Ocnrb commented Sep 8, 2026

Copy link
Copy Markdown
Member

The key responder decided access from a single user-chosen RPC, so one lying
endpoint could make it hand an epoch key to a non-member (fail-closed against an
outage, wide open against a lie). checkAccessQuorum now reads checkAccess across
the enabled RPCs: agreement decides, a lone/custom RPC is accepted (never a
disabled endpoint), a disagreement is tie-broken by the remaining enabled ones,
and an unbreakable tie fails closed and warns the user. All known RPCs ship
enabled so the quorum has members to work with; normal reads still hit one at a
time.

The key responder decided access from a single user-chosen RPC, so one lying
endpoint could make it hand an epoch key to a non-member (fail-closed against an
outage, wide open against a lie). checkAccessQuorum now reads checkAccess across
the enabled RPCs: agreement decides, a lone/custom RPC is accepted (never a
disabled endpoint), a disagreement is tie-broken by the remaining enabled ones,
and an unbreakable tie fails closed and warns the user. All known RPCs ship
enabled so the quorum has members to work with; normal reads still hit one at a
time.
@vercel

vercel Bot commented Sep 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
p2p-public-chat Ready Ready Preview Sep 8, 2026 9:28am UTC
pombo Ready Ready Preview Sep 8, 2026 9:28am UTC

@Ocnrb
Ocnrb merged commit 1340069 into main Sep 8, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant