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 was archived by the owner on Aug 2, 2021. It is now read-only.
Even though we bumped up protocol version for bzz, nodes still connect, for example, when running Swarm v0.4.0 (bzz/9 and hive/8) we still connect to peers that have (bzz/8 and hive/8).
Even though we bumped up protocol version for bzz, nodes still connect, for example, when running Swarm v0.4.0 (bzz/9 and hive/8) we still connect to peers that have (bzz/8 and hive/8).
AFAIK
bzz/8handshare (which checks bzz network id) should be performed before running the Hive protocol, which doesn't seem to be the case here.The peer above is running bzz network id 3, whereas v0.4.0 is running bzz network id 4.