This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Version 0.2.2
Pre-release
Pre-release
Changelog
Build
- Added
lisk.sh reload
command. @Isabello - Fixed #6.
lisk.sh restart
now cycles both Node.js and Postgresql. @Isabello - Fixed #10.
lisk.sh start/stop/restart
now work more reliably. @Isabello - New simpler binary installation, thanks to
liskInstall.sh
. @Isabello - Added
tune.sh
for optimizing the default postgresql.conf. @Isabello - Preliminary support for checksummed archives. @Isabello
Backend
- Completed work towards #82, fork cause 3: @karmacoma
- Heavy refactoring of
Round#tick
,Round#backwardTick
. - Memory table updates are now wrapped within db transactions.
- Added checks for inconsistent mem_rounds on startup.
- Dropping mem_rounds table on reload if not in a valid state.
- Skipping delegate slot when round is ticking.
- Don't receive block when round is ticking.
- Heavy refactoring of
- Fixed pending transactions API endpoint. @fix
- Fixed #8. Delegate usernames must now be lowercase. @fix
- Fixed #40. API payloads are now limited to 2Mb per request. @fix
- Fixed ip address detection when using proxy. @Isabello
- Fixed #122. Corrected schema errors in dapp transfers. @TheGoldenEye
- Fixed #101, #107 productivity calculations. @mrv777
- Fixed #90. Translating ips from long. @cezarsn