Skip to content

fix(deploy_gcp): fetch the bootnode enode via seismic_nodeInfo - #86

Merged
samlaf merged 1 commit into
mainfrom
fix/deploy-gcp-seismic-nodeinfo
Aug 5, 2026
Merged

fix(deploy_gcp): fetch the bootnode enode via seismic_nodeInfo#86
samlaf merged 1 commit into
mainfrom
fix/deploy-gcp-seismic-nodeinfo

Conversation

@samlaf

@samlaf samlaf commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

#34 restricted node RPC to the eth,net,web3 namespaces, which broke the join flow: fetch_enode() and the preflight bootnode-reachability check both called admin_nodeInfo and now fail with -32601 Method not found. SeismicSystems/seismic-reth#430 exposes the enode read-only as seismic_nodeInfo on the always-available seismic_ namespace; call that instead.

Fixes #63

#34 restricted node RPC to the eth,net,web3 namespaces, which broke
the join flow: fetch_enode() and the preflight bootnode-reachability
check both called admin_nodeInfo and now fail with -32601 Method not
found. SeismicSystems/seismic-reth#430 exposes
the enode read-only as seismic_nodeInfo on the always-available
seismic_ namespace; call that instead.

Fixes #63
@samlaf
samlaf force-pushed the fix/deploy-gcp-seismic-nodeinfo branch from 188c08d to bc345f2 Compare August 5, 2026 18:24
@samlaf
samlaf merged commit 6feb9c8 into main Aug 5, 2026
1 check passed
@samlaf
samlaf deleted the fix/deploy-gcp-seismic-nodeinfo branch August 5, 2026 18:25
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.

fetch_enode broken since #34 — and post-#34 nodes expose their enode nowhere

1 participant