Skip to content

Releases: Bitcoin-com/bitbox-sdk

v8.11.2

20 Dec 13:40
6e70545
Compare
Choose a tag to compare

8.11.2 (2019-12-20)

Bug Fixes

  • bitcoincashjs2-lib: Replacing bitcoincashjs-lib with bitcoincashjs2-lib (db7e27f)
  • Script.encode2: Adding encode2 function to Script class for alternate compilation rules of Script (558cf6b)

v8.11.1

25 Nov 22:37
c16664e
Compare
Choose a tag to compare

8.11.1 (2019-11-25)

Bug Fixes

  • version: Bringing semantic release into alignment with manual releases (c512ec8)

v8.11.0

25 Nov 21:49
1a975b3
Compare
Choose a tag to compare

Bringing Semantic Release into alignment with our manual releases.

v8.8.2

25 Nov 21:08
1a975b3
Compare
Choose a tag to compare

8.8.2 (2019-11-25)

Bug Fixes

  • typescript: Updates to TS types (eb6b84d)

v8.8.1

19 Nov 16:05
7f4ee4b
Compare
Choose a tag to compare

8.8.1 (2019-11-19)

Bug Fixes

  • getTxOut: Fixed getTxOut for checking utxos (8b5ed52)

v8.8.0

21 Aug 00:53
6d068da
Compare
Choose a tag to compare
  • Util.sweep

v8.7.0

05 Aug 19:24
7db194e
Compare
Choose a tag to compare
  • BitSocket Integration

v8.6.0

30 Jul 19:25
781e24f
Compare
Choose a tag to compare
  • BITBOX.BitDB class w/ BITBOX.BitDB.get(query) method.

To make it that much easier to call BitDB queries. No need to set up axios and base64 the url etc. Just pass in a query and boom

v8.5.1

24 Jul 23:54
Compare
Choose a tag to compare
  • Added getNetworkInfo endpoint to Control lib. Added unit test
  • Connect direct to websocket port, returns all transactions/blocks now
  • Socket.close method
  • Socket interfaces and default urls
  • Default to ws.bitcoin.com

v8.4.2

19 Jun 20:39
Compare
Choose a tag to compare
  • Move mocha types dep to dev dependencies per issue 120