Skip to content

Releases: BlockIo/block_io-nodejs

Block.io NodeJS Library v1.0.9-3

07 Jul 21:52

Choose a tag to compare

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

16 Feb 22:38
2dc3930

Choose a tag to compare

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

16 Feb 21:53
d294aa0

Choose a tag to compare

Patch on v1.0.9, changes:

  • #9 Error when response body is null
  • Update to TLSv1.2

Block.io NodeJS Library v1.0.9

25 Apr 15:34

Choose a tag to compare

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

23 Feb 17:08

Choose a tag to compare

Significant changes for v1.0.8:

  • add testcases for get_transactions
  • added get_dtrust_network_fee_estimate endpoint
  • 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

24 Jan 12:39

Choose a tag to compare

Significant changes for v1.0.7:

  • add new dtrust address archival api endpoints:
    • archive_dtrust_address
    • unarchive_dtrust_address
    • get_my_archived_dtrust_addresses

Block.io NodeJS Library v1.0.6

16 Jan 12:19

Choose a tag to compare

Significant changes for v1.0.6:

  • add new address archival api endpoints:
    • archive_address
    • unarchive_address
    • get_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

20 Dec 14:00

Choose a tag to compare

Significant changes for v1.0.5:

  • added get_network_fee_estimate API method

Block.io NodeJS Library v1.0.4

04 Nov 19:30

Choose a tag to compare

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

27 Oct 23:13

Choose a tag to compare

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.