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

Need to handle inbound status RPC request - Closes #1082 #1085

Closed jondubois closed 5 years ago

jondubois commented 5 years ago

What was the problem?

Peers where making status RPC requests against the P2P node but the P2P library was not handling them.

How did I fix it?

Added handlers to respond to status requests using our P2PNodeInfo (after converting it into the current v1 protocol format).

How to test it?

Run a P2P sample app on testnet.

Review checklist