This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Releases: LiskArchive/lisk-sdk
Releases · LiskArchive/lisk-sdk
Version 1.0.0-beta.0
Version 1.0.0-alpha.6
Change Log
v1.0.0-alpha.6 (2018-04-05)
Closed issues:
- Update wamp-socket-cluster to newest Beta release #1820
Merged pull requests:
Version 1.0.0-alpha.5
Change Log
v1.0.0-alpha.5 (2018-04-05)
Fixed bugs:
- Block are not broadcasted properly #1817
- GET api/delegates/forgers returns invalid information #1813
- Next forgers are not sorted #1811
Closed issues:
- Unrequired query complexity in get_blocks_for_transport #1794
Merged pull requests:
Version 1.0.0-alpha.4
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)
Version 1.0.0-alpha.3
Change Log
v1.0.0-alpha.3 (2018-03-27)
Fixed bugs:
- Nodes are not broadcasting transactions #1777
Closed issues:
- Remove unused helpers/constants variables #1732
- Consistent usage of es6 features #1709
- Consistent usage of es6 features in modules implementation #1680
- Achieve atomic block deletion #1563
Merged pull requests:
- Revert to single transaction and signature for onTransaction and onSignature events - Closes #1777 #1787 (SargeKhan)
- Standardise domain specific variable naming - Closes #826 #1785 (ManuGowda)
- Remove unused constants - Closes #1732 #1768 (ManuGowda)
- Achieve atomic block deletion - Closes #1563 #1757 (SargeKhan)
- Consistent usage of es6 features in modules - Closes #1680 #1743 (LucasIsasmendi)
Version 1.0.0-alpha.2
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)
Version 1.0.0-alpha.1
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)
Version 1.0.0-alpha.0
Change Log
First alpha pre-release of 1.0.0
for quality assurance testing.
v1.0.0-alpha.0 (2018-03-15)
Closed issues:
https://github.com/LiskHQ/lisk/issues
Merged pull requests:
Version 0.9.12
Change Log
0.9.12 (2018-03-01)
Merged pull requests:
- On transaction apply and undo, do not reset state of an account - Closes #1328 #1349 (SargeKhan)
- Bug in TransactionPool.transactionInPool - Closes #707 #1360 (4miners)
- Logs are not verbose enough for apply unconfirmed transaction - Fixes #1331 #1367 (SargeKhan)
- Error on applyUnconfirmed step is neglected in chain/applyBlock a504361 (SargeKhan)
- Ensure forge and sync process exclusiveness d305c88 (MaciejBaj)
- Duplicated transaction in queues corrupts unconfirmed state 7c20780 (MaciejBaj)
- Re-receive transactions from deleted block ac2498d (MaciejBaj)
- Update dependencies with vulnerabilities 6245143 (diego-G)
- Transaction pool unit tests fix aad735c (MaciejBaj)
- Fix delegate unit tests 1e8018e (MaciejBaj)
- Extend stress test by adding extra transaction types d7e16e3 (MaciejBaj)
- Re-receive transactions from deleted block d533af3 (SargeKhan)
Closed issues:
- Error loading blocks: Delegate not found #1182
Version 0.9.11
Change Log
0.9.11
Merged pull requests:
- Update LiskHQ/node-sodium version #988 (fchavant)
- Peers module unit tests are failing randomly - Closes #1048 #1057 (MaciejBaj)
- Fix missing parameter propagation - Closes #1015 #1017 (4miners )
- Improve quality of transaction pool documentation - Closes #1073 #1074 (karmacoma)
- Wrong logic in loader.__private.sync - Closes #1024 #1075 (4miners)
- Decouple and remove Lisk UI - Closes #1077 #1078 (Tschakki)
- Improve quality of dapps module documentation - Closes #1099 #1100 (karmacoma)
- Reject blocks receipts with block slot/timestamp out of window (SargeKhan)
- Fix broken npm run test - Closes #1113 #1114 (karmacoma)
- Fix failing tests in test/unit/modules/blocks/verify.js - Closes #1115 #1118 (SargeKhan)
- Update README.md for 0.9.11 - Closes #1085 #1126 (Tschakki)
- Fix LiskHQ/lisk/test.sh failure - Closes #1157 #1158 (karmacoma)