Skip to content

v1.0.0

Compare
Choose a tag to compare
@mappum mappum released this 05 Jan 03:11

<a name"1.0.0">

1.0.0 (2016-01-05)

Bug Fixes

  • Blockchain: sync chain when we receive new blocks in 'inv' messages (1ff6fba7)
  • MerkleTree: fix parsing MerkleBlock data into a Merkle Tree (e9c13490)
  • Node: prevent Node#start callback being called multiple times (a15e80af)
  • PeerGroup: ignore connections that come in after disconnect() is called (4cb9a124)
  • Wallet:
    • fix adding existing keys to Bloom Filter (78294efa)
    • use xprv private key serialization format (60e5a79c)

Features

  • BlockStream:
    • retrieve transactions that were sent in MerkleBlocks (10d7ebf6)
    • support filtered blocks (705bd113)
  • MerkleTree: add MerkleTree class (3541b254)
  • Node: use a bloom filter by default (36fbbfc9)
  • Wallet: support bloom filtering (a55d33b4)

Breaking Changes

  • if using peerGroup.on('someMessageType', the handler should
    change from function (peer, message) { ... }) to function (message, peer)

    (37ddbb1e)