This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Version 5.0.4
Change Log
5.0.4 (2021-03-24)
Released packages
This release fixes a number of bugs and induces a breaking change in the P2P protocol. Due to a change in P2P message encoding, applications built using older versions of lisk-p2p are no longer compatible with this release (peers operating older versions will be banned due to a malformed message format). Applications built using older versions of the Lisk SDK v5 will therefore need to be updated.
Patch releases
- lisk-sdk@5.0.4
- lisk-commander@5.0.1
- lisk-framework@0.7.4
- lisk-elements@5.0.4
- @liskhq/lisk-api-client@5.0.3
- @liskhq/lisk-bft@0.2.2
- @liskhq/lisk-chain@0.2.1
- @liskhq/lisk-client@5.0.4
- @liskhq/lisk-codec@0.1.1
- @liskhq/lisk-cryptography@3.0.1
- @liskhq/lisk-genesis@0.1.1
- @liskhq/lisk-p2p@0.6.1
- @liskhq/lisk-transaction-pool@0.4.1
- @liskhq/lisk-transactions@5.0.2
- @liskhq/lisk-tree@0.1.1
- @liskhq/lisk-validator@0.5.1
- @liskhq/lisk-framework-forger-plugin@0.1.4
- @liskhq/lisk-framework-http-api-plugin@0.1.4
- @liskhq/lisk-framework-monitor-plugin@0.1.4
- @liskhq/lisk-framework-report-misbehavior-plugin@0.1.4
Bugs
- The prefix parameter of getAddressFromBase32Address does not work #6185
- Private IP check logic is wrong #6192
- P2P message formats are inconsistent #6193
- NodeInfo options do not have the field number #6190
All the issues
Closed issues
- P2P communication in binary cannot be decoded in other client #6265
- Update postBlock and postTransactionsAnnouncement channel communication to hex #6254
- P2P communication is broken due to change in message format #6251
- Codec validateSchema should check for the field number existence #6191
- P2P message formats are inconsistent #6193
- NodeInfo options do not have the field number #6190
- Private IP check logic is wrong #6192
- The prefix parameter of getAddressFromBase32Address does not work #6185
Merged pull requests
- P2P communication in binary cannot be decoded in other client - Closes #6265 #6267 (ManuGowda)
- Update postBlock and postTransactionsAnnouncement channel communication to hex - Closes #6254 #6255 (ManuGowda)
- P2P communication is broken due to change in message format - Closes #6251 #6252 (ManuGowda)
- Codec validateSchema should check for the field number existence - Closes #6191 #6215 (Incede)
- P2P message formats are inconsistent - Closes #6193 #6213 (ManuGowda)
- Add fieldNumber to options prop of nodeInfo - Closes #6190 #6209 (ishantiw)
- Update private IP address range - Closes #6192 #6202 (mitsuaki-u)
- The prefix parameter of getAddressFromBase32Address does not work - Closes #6185 #6200 (ManuGowda)