LiskArchive / lisk-elements

⚙️ Library for sending Lisk transactions from the client or server
https://lisk.io/
GNU General Public License v3.0
250 stars 64 forks source link

Check for network, version, protocol compatibility during handshake #1137

Closed ishantiw closed 5 years ago

ishantiw commented 5 years ago

Expected behavior

We need to check network and protocol compatibility during the handshake in lisk-p2p.

Actual behavior

Right now we don't have a check for network and protocol compatibility during the handshake.

Steps to reproduce

N/A