Skip to content

Releases: BlockIo/block_io-php

3.0.0: PHP8.0+ Only

10 Sep 23:56
Compare
Choose a tag to compare
  • Drop support for PHP 7.x. PHP 7.x users must use version 2.0.2 of this library with specified composer.json.
  • Simplify composer.json to use doersf/bitcoin-php for easier composer installs
  • Remove deprecation warnings for PHP 8.1

Minor Release

10 Jun 00:47
Compare
Choose a tag to compare
  • Implements support for dynamic decryption algorithms

Maintenance Release

01 Jun 04:33
Compare
Choose a tag to compare
  • Fix Windows cacert.pem missing error
  • Update unit test assert error

Major Update: Breaking Changes

27 May 01:38
Compare
Choose a tag to compare
  • Remove support for deprecated transaction endpoints
  • Implement support for create_and_sign_transaction
  • New dependency: forked bitwasp/bitcoin-php
  • Installs using composer 2.0+ only

Maintenance Release

13 Sep 00:19
Compare
Choose a tag to compare
  • Disambiguate _withdraw and _sweep against withdraw and sweep endpoints.

Maintenance Release

16 Aug 03:24
Compare
Choose a tag to compare
  • Add cURL headers. Absence of Accept header may cause POST requests to fail (CloudFlare).

Maintenance Release

04 Jul 00:14
Compare
Choose a tag to compare
  • PHP7.4 deprecates old use of join(). Use implode() instead.

Maintenance Release

01 Jul 19:04
Compare
Choose a tag to compare

Minor: remove debugging echo/print.

Low R Signatures

01 Jul 18:54
Compare
Choose a tag to compare

Enforce use of low Rs in signatures. Save a byte when possible.

Maintenance Release

03 Jun 01:44
Compare
Choose a tag to compare
  • Drop use of depreacted array_key_exists.
  • Test for PHP 7.2, 7.3, 7.4. Earlier version (EOL) support not tested.