Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Releases: bitpay/bitcore-lib

v0.16.0

30 Nov 15:48
46c6501
Compare
Choose a tag to compare
  • add segwit support (0064012 and 5dbd275)
  • no sort option on multisig address generation @DesWurstes
  • fix getFee @federicobond
  • fix test initialization @renuzit
  • update script test vectors to latest bitcoind's
  • implement CLEANSTACK, MINIMALIF, NULLFAIL, CHECKSEQVERIFY
  • remove new Buffer usage @lukechilds
  • update gulp, chai, mocha, lodash

v0.15.0

27 Oct 15:54
Compare
Choose a tag to compare
  • Update all dependencies to newer versions
    • 25% performace improvement on crypto operations
  • new feature: MerkleBlock.prototype.filterdTxsHash ( return the txs' hash (in MerkleBlock.hashs) that match the filter ) by @Fi3
  • fix: reverseMap name inconsistencies (by @braydonf )
  • fix: Script.set (by @fanatid )
  • fix: Directly use Buffer.isBuffer ( by @jgarzik )
  • fix: Better network.js error messages ( by @rude9 )

Bug Fixes and higher fees on network

13 Mar 22:09
Compare
Choose a tag to compare
  • Higher default fees
  • BIP32 compliance when deriving child keys
  • Namespacing issues for browser builds (KeepKey pair programmers)
  • docs update
  • tx and block version fields should be signed integers to match Bitcoin protocol

SHA512

d0f7b2aad8bb32b496ff4fd2bac215506870618f0383577dfd362ca83b84f0efdad157cd2690e2ec172aadd5b11a0f3d2ae387117438c30df900aff6c4ba2d37 bitcore-lib-0.14.0.zip

989542de43d1a177d7e1b6c6d0d24ebb963c4539e853a6d1f285124fbedfe023261f86b98c8776cd30a0c9e4adc8acde149f987f8ee9af050c89a35a19aa7a4e bitcore-lib-0.14.0.tar.gz

bitcore-lib-0.14.0.tar.gz

bitcore-lib-0.14.0.zip

v0.13.14

24 Mar 15:13
Compare
Choose a tag to compare

Fixes issue #51 with 3579305 where the sighash would not be reversed ("little-endian") when calculating K however would be during signing. This brings signature determinism inline with other libraries implementing RFC 6979.

v0.13.13

24 Mar 15:17
Compare
Choose a tag to compare

Brings regtest support as a default network with #44 that can be enabled as part of testnet. Please see docs for more information: https://github.com/bitpay/bitcore-lib/blob/master/docs/networks.md#regtest