Skip to content

fix(relay): remove securerpc and wenmerge mainnet relays#252

Merged
leobago merged 1 commit into
masterfrom
dev
Apr 9, 2026
Merged

fix(relay): remove securerpc and wenmerge mainnet relays#252
leobago merged 1 commit into
masterfrom
dev

Conversation

@Zyra-V21
Copy link
Copy Markdown
Collaborator

@Zyra-V21 Zyra-V21 commented Apr 7, 2026

Summary

  • Remove mainnetManifoldRelay (securerpc.com) and mainnetWenmergeRelay from the mainnet relay list
  • Titan (Global + Regional) stays — it is operational

Why

Both endpoints have been unreachable for several days:

  • securerpc: hard DNS resolution failures (server misbehaving / no such host / udp i/o timeout)
  • wenmerge: Cloudflare 403 bot challenge on every request — TCP connects but every response is the Just a moment... HTML page

The circuit breaker added in ac21d57 is currently absorbing the noise by skipping these endpoints in 2m windows, but the failure rate is sustained — they never recover. Keeping them in the list only adds log noise and wasted requests.

Test plan

  • go build of the relay package compiles
  • Full goteth binary builds

Both endpoints have been unreachable for several days:
- securerpc: hard DNS resolution failures
- wenmerge: Cloudflare 403 bot challenge on every request

Circuit breaker absorbs the noise but the failure rate is sustained,
so there's no benefit to keeping them in the relay list. Titan stays.
@leobago leobago merged commit 72c16a0 into master Apr 9, 2026
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.

2 participants