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
1. There will be a set of well-known, application-agnostic seed nodes. Every Evolve client will be able to connect to such node, addresses will be saved in configuration.
14
-
- This does not limit applications as they can still create independent networks with separate set of seed nodes.
14
+
- This does not limit applications as they can still create independent networks with separate set of seed nodes.
15
15
2. Nodes in the network will serve DHT. It will be used for active peer discovery. Client of each optimistic network will be able to find other peers in this particular network.
16
-
- All nodes will cooperate on the same DHT.
17
-
- ChainID will be used to advertise that client participates in a particular optimistic network.
16
+
- All nodes will cooperate on the same DHT.
17
+
- ChainID will be used to advertise that client participates in a particular optimistic network.
18
18
3. Nodes from multiple networks will help with peer discovery (via single DHT).
19
-
4. After connecting to nodes found in DHT, GossipSub will handle peer lists for clients.
19
+
4. After connecting to nodes found in DHT, FloodSub will handle peer lists for clients.
0 commit comments