Skip to content

Releases: Bitcoin-com/bitbox-sdk

v4.0.0

21 Feb 08:50
8bb0b84
Compare
Choose a tag to compare
  • Returning a string TXID when sendRawTransaction() is called with a single transaction hex. Previously it returned an Array with a single element containing a TXID string.
  • Uses the new rest POST bulk endpoint when calling decodeScript() with an array.
  • Updates to unit and integration tests.
  • New end-to-end tests for the sendRawTransactions() endpoint variations.

v2.2.10

21 Feb 08:49
8bb0b84
Compare
Choose a tag to compare

2.2.10 (2019-02-21)

Performance Improvements

  • sendRawTransactions: single send returns txid string. bulk array returns array (9ccbc21)

v3.1.0

14 Feb 22:53
Compare
Choose a tag to compare
  • Accepts "mainnet" as well as "bitcoincash" in network configs

v3.0.9

02 Feb 23:38
Compare
Choose a tag to compare
  • Updated rawTransactions types for POST endpoint

v3.0.8

02 Feb 01:18
Compare
Choose a tag to compare

Update default REST url when creating new BITBOX app.

v3.0.7

31 Jan 23:21
Compare
Choose a tag to compare

Version

v3.0.6

31 Jan 23:18
Compare
Choose a tag to compare

Cleaning up deps.

v3.0.5

31 Jan 22:33
Compare
Choose a tag to compare
  • Remove unused dep

v3.0.4

31 Jan 22:17
Compare
Choose a tag to compare

Update bitcoincashjs-lib dep

v3.0.3

31 Jan 21:47
Compare
Choose a tag to compare
  • Update build of bitcoincash-ops
  • Update bulk send raw txs