Change Log
1.0.0-beta.8 (2018-06-12)
Implemented enhancements:
- Add Dockerfile to the lisk repository #2053
- Add config.json migration script from from old version 0.9.x #2046
Fixed bugs:
- encryptedSecret still present #2112
- Correct typo in config template #2107
- Error from modules.round.tick is ignored #2103
- Last block is set before block is saved to database #2102
- Incorrect usage of promises in Chain.prototype.saveBlock #2101
- During syncing, reject blocks received through broadcasts #2096
- Multi-signature transactions are not processed during stress tests #2094
- Nightly tests failing on 1.0.0 branch #2022
Closed issues:
- Improve explanation of timestamps in swagger API introduction #2109
- Backport 0.9.16 changes to 1.0.0 #2098
- Backport 0.9.15 changes to 1.0.0 #2097
- Decrease the number of missed/deleted blocks #2080
- Improve headers propagation #2078
- Adjust the frequency of P2P discovery #2076
- How to indicate that lisk core is done creating a snapshot #2072
- Forward compatibility for single bidirectional connection #2069
- [Feature Request] Use a PM2 JSON/JS configuration file instead of starting it manually #2062
- Port the feature of blackList for P2P layer to web sockets #2010
Merged pull requests:
- Make PUT /node/status/forging idempotent - Closes #1956 #2119 (nazarhussain)
- Configuration template for betanet #2115 (fchavant)
- Fix configuration template's forging section - Closes #2112 #2113 (fchavant)
- Allow client socket to behave as an RPC server #2111 (jondubois)
- Improve Lisk Timestamps explanation - Closes #2109 #2110 (Tschakki)
- Correct typo in config template - Closes #2107 #2108 (fchavant)
- During syncing, reject blocks received through broadcasts #2106 (nazarhussain)
- Backport 0.9.16 changes to 1.0.0 - Closes #2098, #2102 #2105 (4miners)
- Backport 0.9.15 changes to 1.0.0 - Closes #2097 #2104 (4miners)
- Blacklist peers from config - Closes #2010 #2095 (diego-G)
- Nightly builds changes - Closes #2027 #2070 (abelboldu)
- Nightly tests failing on 1.0.0 branch - Closes #2022 #2094 #2060 (ManuGowda)
- Dockerfile with config.json templating - Closes #2053 #2056 (fchavant)
- Remove rank parameter in delegates endpoint - Closes #1988 #2055 (Mastermaulik)
- Add config.json migration script from from old version 0.9.x - Closes #2046 #2048 (nazarhussain)