v1.0.0
<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:
Features
- BlockStream:
- 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 fromfunction (peer, message) { ... })
tofunction (message, peer)
(37ddbb1e)