Releases: Bitcoin-com/bitbox-sdk
Releases · Bitcoin-com/bitbox-sdk
v8.11.2
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
8.11.1 (2019-11-25)
Bug Fixes
- version: Bringing semantic release into alignment with manual releases (c512ec8)
v8.11.0
Bringing Semantic Release into alignment with our manual releases.
v8.8.2
8.8.2 (2019-11-25)
Bug Fixes
- typescript: Updates to TS types (eb6b84d)
v8.8.1
8.8.1 (2019-11-19)
Bug Fixes
- getTxOut: Fixed getTxOut for checking utxos (8b5ed52)
v8.6.0
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
- 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
- Move mocha types dep to dev dependencies per issue 120