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

Version 0.9.2

Compare
Choose a tag to compare
@Isabello Isabello released this 05 Jul 13:24
· 30962 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)