This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Releases: LiskArchive/lisk-sdk
Releases · LiskArchive/lisk-sdk
Version 0.9.10
Change Log
0.9.10
Merged pull requests:
- Move cb to last argument for blocks/chain/applyBlock 0208233 (4miners)
- 0.9.10 - Multisig transactions from the same account bug resolution 231e5ab (SargeKhan) (4miners)
- Decreased amount of LSK transferred to multi account c6b0b62 (SargeKhan)
- Rewind fork 5-3 fix 546d8fd (LucasIsasmendi)
- Bug resolution for multisignature registration transaction 053d43c (SargeKhan)
- Duplicated delegates fix with silent validation failure 1ffd2ae (SargeKhan) (MaciejBaj)
Version 0.9.9
Version 0.9.8
Version 0.9.7
Version 0.9.6
Version 0.9.5
Change Log
0.9.5 (2017-08-20)
Fixed bugs:
- Fixed block rewind. Revised block verification checks in
onReceiveBlock
event handler.
Version 0.9.4
Change Log
0.9.4 (2017-08-19)
Fixed bugs:
- Fixed block rewind. Added block verification checks to
onReceiveBlock
event handler.
Version 0.9.3
Version 0.9.2
Change Log
0.9.2 (2017-07-05)
Implemented enhancements:
- Improve handling of invalid peers - Closes #645 #648 (4miners)
- Unit tests for transfer, vote and transaction logic #653 (SargeKhan)
Fixed bugs:
- Properly initialize genesisBlock correctly in modules/transaction #651
- Inconsistent undo logic #649
- Peers table polution from light clients #645
- Node enters blockchain ready instead of terminating after snapshot #637
- Peers are not cleaned up after disconnected #633
- Delegate nodes try to forge multiple times after forging a block in their slot #632
- Initialize genesis block correctly - Fixes #651 #652 (SargeKhan)
- Properly rollback failed undo operation - Closes #649 #650 (4miners)
- Wait for functions execution in jobsQueue - Closes #632 #643 (4miners)
- Verify snapshot - Closes #637 #642 (LucasIsasmendi)
- Improve peers state management - Closes #633 #638 (MaciejBaj)