Changelog
Build
- Added
lisk.sh reloadcommand. @Isabello - Fixed #6.
lisk.sh restartnow cycles both Node.js and Postgresql. @Isabello - Fixed #10.
lisk.sh start/stop/restartnow work more reliably. @Isabello - New simpler binary installation, thanks to
liskInstall.sh. @Isabello - Added
tune.shfor 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