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 0.9.16
Version 0.9.15
Change Log
0.9.15 (2018-06-02)
Closed issues:
- Check INT_32 range for transaction timestamps #2088
Merged pull requests:
- Check int32 range for transaction timestamps - Closes #2088 (webmaster128)
Version 1.0.0-beta.7
Change Log
v1.0.0-beta.7 (2018-05-25)
Fixed bugs:
- Block propagation failure/partition and node crash #2030
- Broadcast, FindGoodPeer and Broadcast header does not select intended peers #2042
- Undo on transactions called with wrong block #2037
- Block deletion outside of SQL transaction #2036
- Application gets stuck when deleting last block of the same round twice #2032
- Fix unreachable peers code of self-update #2029
- Investigate sequences behaviour on 1.0.0-beta.7.3 branch #2021
- If a peer object for a specific nonce already exists and has a socket, destroy the socket #2012
Closed issues:
Implemented enhancements:
- Peers list should include some unmatched broadhash peers to broadcast to #2025
- Inconsistent IPv4 and IPv6 addresses #1947
Merged pull requests:
- Fix unreachable peers code of self-update - Closes #2029 #2050 (ManuGowda)
- Update wamp-socket-cluster to v1.0.0-beta.3 #2049 (MaciejBaj)
- Broadcast, FindGoodPeer and Broadcast header does not select intended peers - Closes #2042 #2043 (jondubois)
- Undo on transactions called with wrong block - Closes #2037 #2039 (4miners)
- Block deletion outisde of SQL transaction - Closes #2036 #2038 (4miners)
- Application gets stuck when deleting last block of the same round twice - Closes #2032 #2035 (4miners)
- Fix non-called callback - Closes #2021 #2023 (shuse2)
- Simplify peer headers - Closes #1841 #1991 (jondubois)
- Inconsistent IPv4 and IPv6 addresses - Closes #1947 #1951 (jondubois)
- Adjust the frequency of P2P discovery - Closes #1943 #1944 (shuse2)
- Node syncing with Peers below minVersion - Closes #1922 #1930 (4miners)
Version 0.9.14
Version 1.0.0-beta.6
Change Log
v1.0.0-beta.6 (2018-04-17)
Fixed bugs:
- Never reuse sockets and always destroy socket instead of just disconnecting and always unbind all event handlers - Potential memory leak #1876
- Post tx via peers with requesterPublicKey property takes down the node #1847
- Post mutisig tx via peers with invalid signatures takes down the node #1845
Closed issues:
- Cannot debug worker processes for memory leaks #1887
- Improve readability of verifySignature() #1873
- Add tests for manipulated block data #1871
- Extensive functionality for integration test suite is missing #1849
- Update to Node.js version 6.14.1 #1844
- Backport stress test extension by adding type 2 and 3 transaction types #1758
Merged pull requests:
- Cannot debug worker processes for memory leaks - Closes #1887 #1888 (jondubois)
- Never reuse sockets and always destroy socket instead of just disconnecting - Closes #1876 #1877 (jondubois)
- Improve readability of verifySignature() - Closes #1873 #1874 (webmaster128)
- Tests negative verification result for manipulated data - Closes #1871 #1872 (webmaster128)
- Remove variable shadowing in transaction apply, applyUnconfirmed, undo, undoUnconfirmed - Closes #1726 #1860 (nazarhussain)
- Bump Node.js version to 6.14.1 - Closes #1844 #1857 (willclarktech)
- Reject transaction with requesterPublicKey - Closes #1847 #1852 (diego-G)
- Extensive functionality for integration tests - Closes #1849 #1850 (Tschakki)
- Add json schema validation for transaction.signatures property - Closes #1845 #1848 (diego-G)
- Add stress tests for tx type 2 and 3 - Closes #1758 #1846 (Tschakki)
Version 1.0.0-beta.5
Change Log
v1.0.0-beta.5 (2018-04-12)
Fixed bugs:
Closed issues:
- Cannot read property 'peers' of undefined crashing master process #1865
- Update wamp-socket-cluster to v1.0.0-beta.2 #1862
- Log current socket number while connecting Peer #1859
- Modify endpoint to add additional functionality for peers endpoint #1858
Merged pull requests:
Version 1.0.0-beta.4
Change Log
Unreleased
v1.0.0-beta.4 (2018-04-11)
Closed issues:
- Sockets are not being cleaned up properly and are disconnecting too often #1836
- Strange logs related to P2P on node - (Needs investigation) #1831
Merged pull requests:
Version 0.9.13
Change Log
0.9.13 (2018-04-10)
Merged pull requests:
- Remove variable shadowing in transaction apply, applyUnconfirmed, undo, undoUnconfirmed - Closes #1726 (nazarhussain)
- Add exceptions for mainnet (nazarhussain)
- Add json schema validation for transaction.signatures property (diego-G)
- Reject transactions with requesterPublicKey (diego-G)
Closed issues:
- Remove variable shadowing in transaction apply, applyUnconfirmed, undo, undoUnconfirmed #1726
Version 1.0.0-beta.2
Version 1.0.0-beta.1
Change Log
Change port used by HTTP and WS protocols of node's APIs from 6000 and 6001 to 5000 and 5001 respectively.