Latest release

Version 0.9.10

@Isabello Isabello released this Oct 25, 2017

Change Log

0.9.10

Full Changelog

Merged pull requests:

  • Move cb to last argument for blocks/chain/applyBlock
  • 0.9.10 - Multisig transactions from the same account bug resolution
  • Decreased amount of LSK transferred to multi account
  • Rewind fork 5-3 fix
  • Bug resolution for multisignature registration transaction
  • Duplicated delegates fix with silent validation failure

Downloads

Version 0.9.9

@karmacoma karmacoma released this Sep 3, 2017 · 1456 commits to development since this release

Change Log

0.9.9 (2017-09-03)

Full Changelog

Reverted changes:

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

Downloads

Version 0.9.8

@karmacoma karmacoma released this Aug 31, 2017 · 1456 commits to development since this release

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.

Downloads

Version 0.9.7

@karmacoma karmacoma released this Aug 22, 2017 · 1456 commits to development since this release

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

Downloads

Version 0.9.6

@karmacoma karmacoma released this Aug 21, 2017 · 1456 commits to development since this release

Change Log

0.9.6 (2017-08-21)

Full Changelog

Fixed bugs:

  • Fixed block verification logic with unit tests.

Downloads

Version 0.9.5

@karmacoma karmacoma released this Aug 20, 2017 · 1456 commits to development since this release

Change Log

0.9.5 (2017-08-20)

Full Changelog

Fixed bugs:

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

Downloads

Version 0.9.4

@karmacoma karmacoma released this Aug 20, 2017 · 1456 commits to development since this release

Change Log

0.9.4 (2017-08-19)

Full Changelog

Fixed bugs:

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

Downloads

Version 0.9.3

@Isabello Isabello released this Aug 2, 2017 · 1456 commits to development since this release

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

Downloads

Pre-release

Version 0.9.3a

@Isabello Isabello released this Aug 1, 2017 · 1456 commits to development since this release

Change Log

0.9.3a (2017-08-01)

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

Downloads

Version 0.9.2

@Isabello Isabello released this Jul 5, 2017 · 1456 commits to development since this release

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)

Downloads