chore: switch default relays to pluto-relay nethermind endpoints#437
Merged
Conversation
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.
iamquang95
approved these changes
May 22, 2026
emlautarom1
reviewed
May 22, 2026
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", |
Collaborator
There was a problem hiding this comment.
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.
Collaborator
Author
There was a problem hiding this comment.
I think it would be reasonable to use our relays, at least we will test it as developing
Collaborator
There was a problem hiding this comment.
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)
emlautarom1
approved these changes
May 25, 2026
Collaborator
emlautarom1
left a comment
There was a problem hiding this comment.
Let's have all relays: Charon defaults + Pluto relays.
Collaborator
|
@varex83 Anything blocking us from merging? We would like to start using the relays on CI. |
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
{0,1,2}.relay.obol.{tech,dev}) with the new self-hosted endpointshttps://pluto-relay-{0,1}.ovh.dev-nethermind.xyzacrossDEFAULT_RELAYS, example doc-comments, the mixed-DKG docker-compose, and thedkg-runnerscripts.DEFAULT_RELAYSshrinks from 3 to 2 entries since only two endpoints are provisioned.Test plan
cargo check --workspace./scripts/dkg-runner/run.sh)