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

Releases: LiskArchive/lisk-sdk

Version 0.9.10

25 Oct 15:25
Compare
Choose a tag to compare

Change Log

0.9.10

Full Changelog

Merged pull requests:

Version 0.9.9

03 Sep 18:07
Compare
Choose a tag to compare

Change Log

0.9.9 (2017-09-03)

Full Changelog

Reverted changes:

  • Fixed duplicate name delegate registration within same block. Closes #736

Version 0.9.8

31 Aug 14:40
Compare
Choose a tag to compare

Change Log

0.9.8 (2017-08-31)

Full Changelog

Fixed bugs:

  • Fixed duplicate name delegate registration within same block. Closes #736
  • Fixed schema checks for min/max length of arrays.

Version 0.9.7

22 Aug 20:36
Compare
Choose a tag to compare

Change Log

0.9.7 (2017-08-22)

Full Changelog

Fixed bugs:

  • Fixed bug in multisignature schema validations with functional and unit tests - Closes #744

Version 0.9.6

21 Aug 18:58
Compare
Choose a tag to compare

Change Log

0.9.6 (2017-08-21)

Full Changelog

Fixed bugs:

  • Fixed block verification logic with unit tests.

Version 0.9.5

20 Aug 19:35
Compare
Choose a tag to compare

Change Log

0.9.5 (2017-08-20)

Full Changelog

Fixed bugs:

  • Fixed block rewind. Revised block verification checks in onReceiveBlock event handler.

Version 0.9.4

20 Aug 01:12
Compare
Choose a tag to compare

Change Log

0.9.4 (2017-08-19)

Full Changelog

Fixed bugs:

  • Fixed block rewind. Added block verification checks to onReceiveBlock event handler.

Version 0.9.3

02 Aug 13:34
Compare
Choose a tag to compare

Change Log

0.9.3 (2017-08-02)

Full Changelog

Fixed bugs:

  • Properly handle votes rollback after delete last block of round - Closes #689 #690 (4miners)

Closed issues:

  • Votes don't rewind correctly in some cases #689

Version 0.9.2

05 Jul 13:24
Compare
Choose a tag to compare

Change Log

0.9.2 (2017-07-05)

Full Changelog

Implemented enhancements:

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)

Version 0.9.1

28 Jun 09:56
Compare
Choose a tag to compare

Change Log

0.9.1 (2017-06-28)

Full Changelog

Fixed bugs:

  • Node crash with the FTL error #629
  • Overwrite 'receivedAt' property prior to add tx to pool - Closes #629 #636 (4miners)