Skip to content

Releases: Bitcoin-com/bitbox-sdk

v3.0.2

31 Jan 20:26
Compare
Choose a tag to compare
  • Update engines to latest NodeJS LTS
  • In Transactions.js, the "details" method did not implement the bulk POST which is needed by SLPJS
  • Updated the typings for the details method so that it always uses the POST method (i.e., the signature is details(txids: string[]): Promise<TxnDetails[]>).

v3.0.1

31 Jan 05:26
7d40d7f
Compare
Choose a tag to compare
  • update Address typings

v2.2.9

31 Jan 21:43
Compare
Choose a tag to compare

2.2.9 (2019-01-31)

Bug Fixes

  • sendrawtransaction: Added e2e test for sendratransaction bulk endpoint (adea730)

v3.0.0

30 Jan 22:34
bb81868
Compare
Choose a tag to compare

BITBOX v3!

  • Updated to match new REST v2 API
  • Extensive test coverage (nearly 2000 tests)

v2.3.0

08 Jan 18:22
Compare
Choose a tag to compare
  • Add setLockTime method to TransactionBuilder
  • Add setLockTime typing

v2.2.8

27 Dec 18:04
2fc4672
Compare
Choose a tag to compare

2.2.8 (2018-12-27)

Bug Fixes

  • semantic-release: adding semantic release (bd0e036)

v2.2.7

27 Dec 16:33
405cc7e
Compare
Choose a tag to compare

Drafting a new release so that we can begin to integrate Semantic Release. In order to do this, we need a release that starts with v.

v2.2.6

30 Nov 02:18
Compare
Choose a tag to compare
  • Remove unused deps

v2.2.5

30 Nov 01:55
Compare
Choose a tag to compare

Bump patch v

v2.2.4

28 Nov 00:00
Compare
Choose a tag to compare
  • Update bip68 dep