Skip to content

chore: switch default relays to pluto-relay nethermind endpoints#437

Merged
varex83 merged 2 commits into
mainfrom
bohdan/replace-relay-urls
May 28, 2026
Merged

chore: switch default relays to pluto-relay nethermind endpoints#437
varex83 merged 2 commits into
mainfrom
bohdan/replace-relay-urls

Conversation

@varex83
Copy link
Copy Markdown
Collaborator

@varex83 varex83 commented May 22, 2026

Summary

  • Replaces the public Obol relays ({0,1,2}.relay.obol.{tech,dev}) with the new self-hosted endpoints https://pluto-relay-{0,1}.ovh.dev-nethermind.xyz across DEFAULT_RELAYS, example doc-comments, the mixed-DKG docker-compose, and the dkg-runner scripts.
  • DEFAULT_RELAYS shrinks from 3 to 2 entries since only two endpoints are provisioned.

Test plan

  • cargo check --workspace
  • DKG smoke run against the new relays (./scripts/dkg-runner/run.sh)

Replaces the public Obol relays in DEFAULT_RELAYS, example doc-comments,
docker-compose, and the dkg-runner scripts with the new self-hosted
pluto-relay-{0,1}.ovh.dev-nethermind.xyz endpoints. The default array
drops from three to two entries since only two endpoints are provisioned.
Comment thread crates/p2p/src/config.rs Outdated
Comment on lines +12 to +14
pub const DEFAULT_RELAYS: [&str; 2] = [
"https://pluto-relay-0.ovh.dev-nethermind.xyz",
"https://pluto-relay-1.ovh.dev-nethermind.xyz",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure we want to change the default relays to ours. I'd leave it as is, or even extend them.

Docs and examples should use ours though.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be reasonable to use our relays, at least we will test it as developing

Copy link
Copy Markdown
Collaborator

@emlautarom1 emlautarom1 May 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's check with the Obol team and confirm before merging.

Update: According to the Obol team we should have both (Charon defaults + Pluto relays)

Copy link
Copy Markdown
Collaborator

@emlautarom1 emlautarom1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's have all relays: Charon defaults + Pluto relays.

@emlautarom1
Copy link
Copy Markdown
Collaborator

@varex83 Anything blocking us from merging? We would like to start using the relays on CI.

@varex83 varex83 merged commit 3bcfae5 into main May 28, 2026
11 checks passed
@varex83 varex83 deleted the bohdan/replace-relay-urls branch May 28, 2026 12:06
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.

3 participants