Change Log
v1.0.0-alpha.1 (2018-03-20)
Implemented enhancements:
- Improve logging of low-level WebSocket messages and events #1762
- Core should have better logs in debug level logging for WS connections. #1745
Fixed bugs:
- WSPeerHeaders in swagger.yaml the version number should not have min or max length. #1744
- Unit tests are failing due to too many connections #1741
- PUT /api/node/status/forging doesn't change the forging status #1740
- Expire transactions doesn't return all transaction ids #1727
Closed issues:
- Review unit test coverage of logic/vote #1663
- Update the unit tests for db repos to test calls for pg-promise helpers namespace #1649
- Add unit test coverage for modules blocks.verify #1598
- Add unit test coverage for db/repos/transactions.* #1594
- Add unit test coverage for modules blocks.chain #1549
Merged pull requests:
- Improve logging of WebSocket messages and events - Closes #1762 #1763 (jondubois)
- PUT /api/node/status/forging doesn't change the forging status - Closes #1740 #1754 (LucasIsasmendi)
- Log peer WebSocket connection errors in debug mode - Closes #1745 #1753 (jondubois)
- Remove minLength and maxLength schema restrictions for WSPeerHeaders - Closes #1744 #1746 (jondubois)
- Unit tests are failing due to too many connections - Closes #1741 #1742 (4miners)
- Add unit tests for db/accounts to stub pgp.helpers namespace - Closes #1649 #1739 (nazarhussain)
- Expire transactions doesn't return all transaction ids - Closes #1727 #1734 (ManuGowda)
- Add unit tests for db/repos/transactions* - Closes #1594 #1679 (nazarhussain)
- Review unit test coverage of logic vote - Closes #1663 #1673 (ManuGowda)
- Add unit test coverage for modules blocks.verify - Closes #1598 #1657 (LucasIsasmendi)
- Add unit test coverage for modules blocks.chain - Closes #1549 #1635 (LucasIsasmendi)