Change Log
v1.0.0-alpha.2 (2018-03-23)
Fixed bugs:
- Node stops after restart while applying Genesis Block #1766
- Logs are written about cache not available, although the user disabled the functionality in config file. #1756
- When setting log level to trace, one log entry is not parsed correctly. #1755
- Nonce is not propagated correctly in PeersManager mappings #1752
- WSPeerHeaders in swagger.yaml the version number should not have min or max length. #1744
Closed issues:
- QA issues - More logging #1770
- Functional test HTTP GET blocks fails when there is no blocks #1736
- Update lisk-js/lisk-elements to 1.0.0-rc.1 #1629
- The makeRequest function in swagger_spec makes tests harder to read #1612
Merged pull requests:
- Fix functional random test get blocks with offset - Closes #1736 #1775 (diego-G)
- Nonce is not propagated correctly in PeersManager mappings - Closes #1752 #1773 (MaciejBaj)
- More detailed logging - Closes #1770 #1772 (jondubois)
- Fix issue with loading genesisBlock twice - Fixes #1766 #1769 (SargeKhan)
- Removed remaining length limitations for version number - Closes #1774 #1767 (jondubois)
- Update lisk-js to 1.0.0 temporary branch - Closes #1629 #1765 (diego-G)
- Update log message to cache disabled - Closes #1756 #1764 (ManuGowda)