Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Releases: LiskArchive/lisk-sdk

Version 0.9.16

05 Jun 16:40
0.9.16
832c565
Compare
Choose a tag to compare

Change Log

0.9.16 (2018-06-05)

Full Changelog

Closed issues:

  • Error from modules.round.tick is ignored (#2103)
  • Last block is set before block is saved to (#2102)
  • Incorrect usage of promises in Chain.prototype.saveBlock (#2101)

Merged pull requests:

  • Error from modules.round.tick is ignored - (c9ea8c2) (4miners)
  • Last block is set before block is saved to database - (165c195) (4miners)
  • Incorrect usage of promises in Chain.prototype.saveBlock -(cf6a1ab) (4miners)

Version 0.9.15

02 Jun 13:36
0.9.15
3ee8bd9
Compare
Choose a tag to compare

Change Log

0.9.15 (2018-06-02)

Full Changelog

Closed issues:

  • Check INT_32 range for transaction timestamps #2088

Merged pull requests:

Version 1.0.0-beta.7

25 May 14:34
v1.0.0-beta.7
e0ccc59
Compare
Choose a tag to compare
Version 1.0.0-beta.7 Pre-release
Pre-release

Change Log

v1.0.0-beta.7 (2018-05-25)

Full Changelog

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:

  • Update wamp-socket-cluster to v1.0.0-beta.3 #2044
  • Adjust the frequency of P2P discovery #1943

Implemented enhancements:

  • Peers list should include some unmatched broadhash peers to broadcast to #2025
  • Inconsistent IPv4 and IPv6 addresses #1947

Merged pull requests:

Version 0.9.14

27 Apr 13:49
0.9.14
670be60
Compare
Choose a tag to compare

Change Log

0.9.14 (2018-04-27)

Full Changelog

Merged pull requests:

  • Inconsistent behavior between syncing and snapshotting - Closes #1879 (nazarhussain)
  • Add code changes for handling inert transactions - Closes #1880 (SargeKhan)
  • Remove exceptions added in 0.9.13 for mainnet - Closes #1916 (4miners)

Closed issues:

  • Inconsistent behavior between syncing and snapshotting #1879
  • Introduce inert exceptions #1880
  • Remove exceptions added in 0.9.13 for mainnet #1916

Version 1.0.0-beta.6

20 Apr 16:47
a1a8fc0
Compare
Choose a tag to compare
Version 1.0.0-beta.6 Pre-release
Pre-release

Change Log

v1.0.0-beta.6 (2018-04-17)

Full Changelog

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:

Version 1.0.0-beta.5

12 Apr 11:26
6d32cb2
Compare
Choose a tag to compare
Version 1.0.0-beta.5 Pre-release
Pre-release

Change Log

v1.0.0-beta.5 (2018-04-12)

Full Changelog

Fixed bugs:

  • TypeError: Cannot read property 'nonce' of undefined #1856
  • Consensus always 0% #1832

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

12 Apr 09:11
2982442
Compare
Choose a tag to compare
Version 1.0.0-beta.4 Pre-release
Pre-release

Change Log

Unreleased

Full Changelog

v1.0.0-beta.4 (2018-04-11)

Full Changelog

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:

  • Sockets are not being cleaned up properly and are disconnecting too often - Closes #1836 [#1837] (jondubois)

Version 0.9.13

10 Apr 14:05
b2239b8
Compare
Choose a tag to compare

Change Log

0.9.13 (2018-04-10)

Full Changelog

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

06 Apr 18:24
62cc874
Compare
Choose a tag to compare
Version 1.0.0-beta.2 Pre-release
Pre-release

Change Log

Change WS ports of seed nodes from 6001 to 6000.

v1.0.0-beta.2 (2018-04-06)

Full Changelog

Version 1.0.0-beta.1

06 Apr 18:22
e47c14c
Compare
Choose a tag to compare
Version 1.0.0-beta.1 Pre-release
Pre-release

Change Log

Change port used by HTTP and WS protocols of node's APIs from 6000 and 6001 to 5000 and 5001 respectively.

v1.0.0-beta.1 (2018-04-06)

Full Changelog