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
{{ message }}
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.
swarm/network/simulation/connect.go provides functions to connect networks in different configurations, but these are useful on p2p/simulations level and do not depend on anything precluding them from being there.
Some of them rely on UpNodeIDs, PivotNodeID or RandomUpNode. This functions also should be ported on lower level, they are very simple, except the pivot one, it is a concept only in simulation package.
The text was updated successfully, but these errors were encountered:
swarm/network/simulation/connect.go
provides functions to connect networks in different configurations, but these are useful onp2p/simulations
level and do not depend on anything precluding them from being there.Comment from @janos:
The text was updated successfully, but these errors were encountered: