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

Version 3.0.2

Compare
Choose a tag to compare
@shuse2 shuse2 released this 13 Feb 11:12
0dcfc03

Change Log

v3.0.2 (2020-02-12)

Full Changelog

This release addresses bugs identified in the BFT finality manager of lisk-framework and the webpack build for lisk-cryptography.

Released packages

  • lisk-sdk@3.0.2
  • lisk-commander@3.0.2
  • lisk-framework@0.5.2
  • @liskhq/lisk-elements@3.0.2
  • @liskhq/lisk-client@3.0.2
  • @liskhq/lisk-cryptography@2.4.2
  • @liskhq/lisk-transactions@3.0.2
  • @liskhq/lisk-validator@0.3.1
  • @liskhq/lisk-p2p@0.4.2

Bugs

  • BFT properties min precommit height calculation error overwrite in finality in case of recompute need to be fixed #4808
  • lisk-cryptography should not assign to the env variable #4779
All the issues

Closed issues

  • BFT properties min precommit height calculation error overwrite in finality in case of recompute need to be fixed #4808
  • Synchronizer expects to have peerId, but when restarting it doesnt have peerId #4761
  • Chain rebuild process is initialized in wrong order and failed to process #4775
  • When fails to undo, it crashes the node #4796
  • BFT deletion logic throws error which is not error #4800
  • It should not assign to the env variable #4779
  • BFT verify block header need to check version and prevotes #4768
  • BFT header cache is not working properly #4776
  • When BFTChainDisjointError happens, it should reject the block #4762

Merged pull requests