Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Version 5.0.4

Compare
Choose a tag to compare
@shuse2 shuse2 released this 24 Mar 13:10
5d4756a

Change Log

5.0.4 (2021-03-24)

Full Changelog

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