Change Log
v1.0.0-alpha.4 (2018-04-03)
Implemented enhancements:
- Migrations takes too long after rebuild from snapshot #1799
Fixed bugs:
- Next forgers are not sorted #1811
- Update broadhash and height headers after block deletion #1803
- Fail to recover chain when syncing #1795
- Failed to find common block with: xxx #1789
- Version column in peers table expects shorter length value #1786
- NetworkHeight shows always zero #1778
Closed issues:
- Fix log issue for matched broadhash and unmatched broadhash peers #1809
- Database migrations must run in series but mutually exclusive to each other #1806
- Improve jsdoc by replacing type {hash} with valid JavaScript type #1798
- Add integration tests coverage for synchronize and broadcast modes #1751
- Installation fails - compiling libsodium #1725
Merged pull requests:
- Sort delegates for nextForgers endpoint - Closes #1811 #1812 (SargeKhan)
- Fix logs for peers listing attempt parameter - Closes #1809 #1810 (SargeKhan)
- Update broadhash and height headers after block deletion - Closes #1803 #1808 (4miners)
- Database migrations must run in series but mutually exclusive to each other - Close #1806 #1807 (nazarhussain)
- Migrations takes too long after rebuild from snapshot - Closes #1799 #1804 (nazarhussain)
- Fix chain recovery by changing getCommonBlock - Closes #1795 #1801 (SargeKhan)
- Improve jsdoc by replacing type {hash} with valid JavaScript type - Closes #1798 #1796 (webmaster128)
- Update system headers and revert node network height changes - Closes #1778 #1793 (ManuGowda)
- Version column in peers table expects shorter length value - Closes #1786 #1792 (jondubois)
- Failed to find common block with: xxx - Closes #1789 #1791 (4miners)
- Network height shows always zero - Closes #1778 #1790 (ManuGowda)
- Add integration tests coverage for synchronize and broadcast modes - Closes #1751 #1784 (jondubois)
- Improve use of promises - Closes #1437 #1749 (vitaly-t)
- Add functional test coverage for rounds system - Closes #1303 #1747 (4miners)