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

Receiving blocks, transactions and signatures from v1 lisk core - Closes #1081 #1083

Closed jondubois closed 5 years ago

jondubois commented 5 years ago

What was the problem?

Inbound messages such as blocks, transactions and signatures were not received.

How did I fix it?

Added legacy event handlers to handle the three legacy cases.

How to test it?

Run node on remote testnet.

Review checklist