This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
Version 0.9.0
Change Log
0.9.0
Implemented enhancements:
- Refactor installLisk.sh to improve upgrade methodology #143
- Redis should require password #139
- Abort lisk install and cleanup upon failure #135
- Implement bundled Redis #130
- Insert placeholders for VERSION and LISK_NETWORK in config.sh #123
- Idea to explore: letsencrypt client written for nodejs #52
- Implement default redis password and use it in lisk.sh - Closes #139 #140 (Isabello)
Fixed bugs:
- Snapshotting parses the wrong variables #146
- Include libreadline6 with bundled postgres #133
- Cleanup PM2 GOD during Lisk upgrade #125
- Blockheight for PG running on nonstandard port fails due to psql default #116
- Fix Snapshotting failures - Closes #146 #147 (Isabello)
- Correct redis flag detection during node shutdown - Closes #141 #142 (Isabello)
- Correct SHA string checking - Closes #137 #138 (Isabello)
- Correct PSQL failures on nonstandard port - Closes #116 #120 (Isabello)
Closed issues:
- lisk.sh log tailing is blank #151
- Refactor Redis initialization #148
- Redis password detection fails for redis-cli #141
- Missing extension for SHA checks #137
- Link Postgresql against libreadline7 #134
- Installation fails on ArchLinux with psql issues. #132
- Upgrade Postgresql to 9.6.3 #127
- Upgrade nodejs to Node 6.10.3 #126
- Cleanup ARM Related patches #121
- Remove deprecated build information #115
- Cleanup FreeBSD related items in Lisk-build #114
- Replace MD5 with SHA checksum #113
Merged pull requests:
- Tail fileLog instead of console log - Closes #151 #152 (Isabello)
- Correct regression in installLisk.sh #150 (Isabello)
- Refactor Redis to accomodate Lisk-Core Changes - Closes #148 #149 (Isabello)
- Update snapshot.json with new schema #145 (Isabello)
- Refactor upgrade steps - Closes #143 #144 (Isabello)
- Uplift binaries, add redis-server and add libreadline7 #136 (Isabello)
- Uplift Core Dependencies - Closes #127 #126 and #121 #131 (Isabello)
- Add cleanup for PM2 GOD - Closes #125 #129 (Isabello)
- Replace VERSION and LISK_NETWORK with placeholders - Closes #123 #128 (Isabello)
- Remove ARM patches - Closes #121 #122 (Isabello)
- Cleanup unsupported OS in README.md - Closes #115 #119 (Isabello)
- Remove FreeBSD relations - Closes #114 #118 (Isabello)
- Replace MD5 with SHA256 Checksums for Binaries - Closes #113 #117 (Isabello)