This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Version 3.0.2
Change Log
v3.0.2 (2020-02-12)
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
- Fix wrong min precommit height and overwrite of finality - Closes #4808 #4811 (shuse2)
- Fix BFT delete blocks logic - Closes #4800 #4803 (shuse2)
- Fix undo crash - Closes #4796 #4797 (shuse2)
- Remove env assignment - Closes #4779 #4780 (shuse2)
- Chain rebuild process is initialized in wrong order and failed to process - Closes #4775 #4778 (nazarhussain)
- Fix the cache loading to be consistent - Closes #4776 #4777 (shuse2)
- Fix BFT condition - Closes #4768 #4769 (shuse2)
- Update to throw disjoint error - Closes #4762 #4764 (shuse2)
- Remove restart from FCS - Closes #4761 #4763 (shuse2)
- Update crypto not to call fast if slow is specified - Closes #4759 #4760 (shuse2)