Right now all hopr nodes are able to speak on the same version. This is not a problem, but can eventually be backwards compatible moving forward. It's worth adding a version-based namespace that is able to block/allow access to other nodes.
Task Description
[ ] Add $VERSION to the libp2p protocol implementation of hopr-core as to isolate communication.
Introduction
Right now all hopr nodes are able to speak on the same version. This is not a problem, but can eventually be backwards compatible moving forward. It's worth adding a version-based namespace that is able to block/allow access to other nodes.
Task Description
$VERSION
to thelibp2p
protocol implementation ofhopr-core
as to isolate communication.