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

Version 0.2.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@karmacoma karmacoma released this 18 May 20:41

Changelog

Build

  • Fixed #76. Updating node/lisk-node to 0.12.14.
  • Improvements to: installLisk.sh-lisk.sh: @Isabello
    • Reducing ram usage on machines with less than 1024Mb RAM.
    • Made further reliability improvements to process management.
    • Fixing postgresql locale / character encoding issues.

Backend

  • Completed work towards #82, fork cause 3: @karmacoma
    • Removing use of setImmediate in round ticks.
    • Scoping each invocation of RoundPromiser.
    • Iterating over delegates asynchronously.
    • Getting outsiders only at end of round.
    • Fixing finishRound logic.
  • Fixed #131. Added nethash p2p verification. @fix
  • Fixed #22. Cannot read property 'senderPublicKey' of undefined. @fix
  • Fixed forced blocks verification on startup, i.e: config.json-loading-verifyOnLoading.
  • Closed #126. Using recommended pg-promise approach. @vitaly-t