You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the existing deployment scheme we create several nodes and then connect every other node to them. It makes deployment more complex, and more importantly, relies on IP addresses being the same all the time.
Instead, in the new deployment scheme, we will generate entrypoints in advance and share them for every node in the cluster.
The text was updated successfully, but these errors were encountered:
## Motivation
Now for bootnodes can be used links with dns addresses.
DNS resolve address on connect
Closes#3156
## Changes
<!-- Please describe in detail the changes made -->
## Test Plan
<!-- Please specify how these changes were tested
(e.g. unit tests, manual testing, etc.) -->
## DevOps Notes
<!-- Please uncheck these items as applicable to make DevOps aware of changes that may affect releases -->
- [x] This PR does not require configuration changes (e.g., environment variables, GitHub secrets, VM resources)
- [x] This PR does not affect public APIs
- [x] This PR does not rely on a new version of external services (PoET, elasticsearch, etc.)
- [x] This PR does not make changes to log messages (which monitoring infrastructure may rely on)
Co-authored-by: Eugene Toropov <[email protected]>
Libp2p accepts DNS entrypoint for the node. Example:
In the existing deployment scheme we create several nodes and then connect every other node to them. It makes deployment more complex, and more importantly, relies on IP addresses being the same all the time.
Instead, in the new deployment scheme, we will generate entrypoints in advance and share them for every node in the cluster.
The text was updated successfully, but these errors were encountered: