hoprnet / hopr-core

Main repository of HOPR - this is all you need to run a node on the HOPR network!
https://hoprnet.org
GNU General Public License v3.0
14 stars 5 forks source link

Provide version on top of libp2p protocol module #266

Closed 0xjjpa closed 4 years ago

0xjjpa commented 4 years ago

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

robertkiel commented 4 years ago

Done with #285