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

Version 0.3.0

Compare
Choose a tag to compare
@karmacoma karmacoma released this 24 May 20:01

Changelog

First main-net release

Frontend

  • Complete change of terminology from dapps to blockchain applications.
  • Implemented feeService. Fetching transactions fees for each transaction type.
  • Adding security warning before opening apps.
  • Closed #9. Disabling buttons on first click. Adding success/error toasts.
  • Closed #14. Explaining master passphrase.
  • Closed #17. Fixing Safari font-weight / aliasing.
  • Fixed #31. Updating bitcore-mnemonic @mrv777.
  • Fixed #38. Including total count of delegates.

Backend

  • Updated transaction fees. 25 LSK for Delegate and Dapp registrations.
  • Change of blockchain application categories
  • Moved large queries into postgresql views
  • Extracted SQL logic into separate modules
  • Closed #134 Adding GET /api/blocks/getFees endpoint.
  • Closed #137 Adding GET /api/blocks/getNethash endpoint.
  • Standardised and fixed up test-suite.

Build

  • installLisk.sh - added mainnet vs testnet installation.
  • installLisk.sh - laying framework for upgrade support.
  • tune.sh - corrected bsd memory allocation.

Documentation

  • lisk-docs - Added prereq document.
  • lisk-docs - Added upgrade document.
  • lisk-docs - Added instructions for mainnet installation.