Skip to content

chore: disable debug RPC namespace#390

Open
matthias-wright wants to merge 1 commit into
veridise-audit-april-2026from
m/disable-debug-namespace
Open

chore: disable debug RPC namespace#390
matthias-wright wants to merge 1 commit into
veridise-audit-april-2026from
m/disable-debug-namespace

Conversation

@matthias-wright
Copy link
Copy Markdown
Contributor

No description provided.

@matthias-wright matthias-wright requested a review from cdrappi as a code owner May 12, 2026 14:54
@github-actions
Copy link
Copy Markdown
Contributor

Disables the entire debug RPC namespace for privacy/security in Seismic nodes.

Phase 1

  • crates/seismic/node/src/node.rs:376 — The type annotation <fn(&str) -> bool> on methods_by_module call is invalid. The function signature is pub fn methods_by_module(&self, module: RethRpcModule) -> Methods — it doesn't accept generic type parameters. Remove the type annotation: modules.methods_by_module(RethRpcModule::Debug).

LGTM otherwise. Disabling debug methods is a solid security measure for a privacy-focused client — these methods expose detailed execution traces, account state enumeration, and transaction replay capabilities that could compromise confidential transaction privacy.

@matthias-wright matthias-wright changed the base branch from seismic to veridise-audit-april-2026 May 13, 2026 11:13
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