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

Version 0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@karmacoma karmacoma released this 04 May 12:59

Changelog

Build

  • PostgreSQL is now included with the "Binary" install, removing the need to install it separately. A simple bash lisk.sh coldstart will initialize the database on first start.
  • Running lisk.sh as root is now prevented by default.

Platforms available with this release: Linux-x86_64, Linux-i686, Linux-armv6l, Linux-armv7l, FreeBSD-amd64 and Darwin-x86_64.

The official docker image has also been updated: https://github.com/LiskHQ/lisk-docker

Backend

  • Closed #69. Loading schema using external SQL file @vitaly-t.
  • Closed #84. Allowing the setup of logging path in config.json @TheGoldenEye.
  • Fixed #77. Peers API endpoint now works when filtered by state @slasheks.
  • Fixed all known casting issues caused by db migration.
  • Fixed 'Recipient not found' error on virgin accounts.
  • Improved error logging/comments on fork causes.
  • Added proper delegate username validations.
  • Fixed test coverage of delegates API.

Frontend

  • Fixed #30. Voting now possible after enabling 2nd passphrase @pilldriver.
  • Fixed #29. Resetting application state between sessions @2mdoty.
  • Fixed #13. Improved error handling when sending transactions @karek314.
  • New and improved Russian translation @densmirnov.
  • Refactored delegate username validations.