Releases: BlockIo/block_io-nodejs
Block.io NodeJS Library v1.0.9-3
Patch on v1.0.9-2, changes:
Add missing endpoints.
Update dependencies
pbkdf2-sha256 =1.1.1 => pbkdf2 =3.0.16
Block.io NodeJS Library v1.0.9-2
Patch on v1.0.9-1, changes:
- Fix the 1.0.9-1 bugfix
Update dependencies:
pbkdf2-sha256 =1.1.0 => 1.1.1
bigi =1.4.0 => 1.4.2
request =2.55.0 => 2.79.0
Block.io NodeJS Library v1.0.9-1
Patch on v1.0.9, changes:
- #9 Error when response body is null
- Update to TLSv1.2
Block.io NodeJS Library v1.0.9
Significant changes for v1.0.9:
- adds finalize_transaction and sign_transaction endpoints
- adds validate_api_key
- adds sweep endpoints and tests
- adds notification endpoints
- updates dependencies:
- request => 2.55.0
- bitcoinjs-lib => 1.5.6
- adds examples for basic usage, sweep and dTrust
Block.io NodeJS Library v1.0.8
Significant changes for v1.0.8:
- add testcases for get_transactions
- added
get_dtrust_network_fee_estimateendpoint - extend dTrust tests to test for redeemscript validity
- update bitcoinjs-lib to v1.4.5
- update request to v2.53.0
Block.io NodeJS Library v1.0.7
Significant changes for v1.0.7:
- add new dtrust address archival api endpoints:
archive_dtrust_addressunarchive_dtrust_addressget_my_archived_dtrust_addresses
Block.io NodeJS Library v1.0.6
Significant changes for v1.0.6:
- add new address archival api endpoints:
archive_addressunarchive_addressget_my_archived_addresses
- update bigi dependency to 1.4.0
- update bitcoinjs-lib dependency to 1.4.3
- update pbkdf2-sha256 dependency to 1.1.0
- update request dependency to 2.51.0
Block.io NodeJS Library v1.0.5
Significant changes for v1.0.5:
- added
get_network_fee_estimateAPI method
Block.io NodeJS Library v1.0.4
Significant changes for v1.0.4:
- updates request dependency to 2.47.0
- now supplies any errors returned from the API as an Error object in callbacks.
Please sign up on Block.io to use this free wallet API for payments, merchants, and making wallets. API documentation is available here.
For any help with this module, please create an issue or contact us directly at Block.io Support.
Block.io NodeJS Library v1.0.3
Significant changes for v1.0.3:
- Adds more tests
- Upgrade bitcoinjs-lib dependency to version 1.2.0
- Add allowNoPin flag to modify default behavior of returning an error when no pin was supplied while retaining the error response by default.
Please sign up on Block.io to use this free wallet API for payments, merchants, and making wallets. API documentation is available here.
For any help with this module, please create an issue or contact us directly at Block.io Support.