Add WelshDAG public RPC for BlockDAG Network (1404) - #2981
Open
Welshdag wants to merge 1 commit into
Open
Conversation
Author
|
Hi maintainers — this RPC submission is ready for review. The endpoint, CORS, chain ID and published privacy policy have been verified, and the repository validation check passes. Please let me know if any changes are required. Thank you. |
Member
|
merged this one, thanks |
Author
no, these are two different RPC. you have listed the other one please list this one also. |
Member
|
@lukepashill-cyber please add it under the current 1404: { |
Addresses review feedback: adds the RPC to the existing 1404 entry instead of declaring a duplicate 1404 key. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Welshdag
force-pushed
the
codex/add-welshdag-rpc-1404
branch
from
August 7, 2026 19:49
f883cad to
14ee6f2
Compare
atze1210
approved these changes
Aug 7, 2026
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
Adds the WelshDAG-operated public RPC endpoint for BlockDAG Network, chain ID
1404, using the currentextraRpcs.jsschema.https://rpc.welshdag.trade14040x57cThe endpoint is marked
tracking: "limited"because Cloudflare and WelshDAG infrastructure may log IP addresses, RPC methods, timestamps, and request metadata for rate limiting, abuse prevention, security, and service reliability. The published data-handling terms are linked in the RPC entry.Link the service provider's website (the company/protocol/individual providing the RPC):
https://welshdag.trade
Provide a link to your privacy policy:
https://welshdag.trade/rpc-privacy/
The policy explains the RPC's limited operational logging, purposes, service providers, retention criteria, user choices and contact route.
If the RPC has none of the above and you still think it should be added, please explain why:
This community-operated endpoint provides an additional independent public RPC for BlockDAG users. It requires no API key, supports browser CORS, and is intended to remain publicly available.
Validation
Public checks completed on 28 July 2026:
200Access-Control-Allow-Origin: *eth_chainId:0x57ceth_blockNumber: returned a valid current block height200across repeated cache-busted requestsRepository checks:
node --check constants/extraRpcs.js— passedgit diff --check— passed1404RPC is appended at the end of theextraRpcsobjectThe repository test script reproduces three existing failures on the untouched upstream baseline: octal-escape parsing in
extraRpcs.jsandchainIds.js, plus duplicate chain key4663. This change introduces no duplicate1404key.