Replies: 1 comment
-
|
Hi @leepl37, Thanks for asking this question. Actually, there are 2 relays:
In order to decentralize the Mithril network in production, we have opted for a
We are currently in the testing phase of the protocol on
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 🙏— thanks for publishing mithril project. I’ve been reading the relay README and looking through the code while learning how the signer/aggregator/relay pieces fit together.
Right now, it looks like the relay requires a manually configured peer address via --dial-to, and I wasn’t able to find an explicit peer discovery or bootstrap list strategy documented yet. I wanted to ask about the intended direction.
What I’m seeing in the code
In aggregator.rs, dial_to is configured as an optional Multiaddr:
My question is: what is the intended production bootstrap/discovery strategy for the relay network?
Do you expect this to be:
• static bootstrap peers (DNS multiaddrs)
• libp2p DHT discovery
• infrastructure-based discovery (Kubernetes/Terraform)
• or something else?
Thanks — I’m very interested in learning this part of the design.
Beta Was this translation helpful? Give feedback.
All reactions