Skip to content
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.

Releases: blockcypher/php-client

v2.0.0-beta.1

13 May 14:45
Compare
Choose a tag to compare

Beta release

Feel free to open an issue on the dedicated Github Issue Tracker.
This new version update all dependencies and is compatible with PHP >= 7.1.

Minimum PHP 5.5

14 Nov 22:26
Compare
Choose a tag to compare
  • Minimum PHP version required increased to PHP 5.5. There are some dependencies (for the time being ony used in dev) with use PHP 5.5 feature ::class

Fixed problem with bitwasp/bitcoin and added Feature Endpoint

14 Nov 21:51
Compare
Choose a tag to compare

Refactor for changes in HDWallet API

15 Jun 22:32
Compare
Choose a tag to compare
  • Fix #12. Added missing allowed params in GET params validation.
  • Fix #16. Remove empty array for CURLOPT_HTTPHEADER in BlockcypherHttpConfig.php.
  • Fix #17.
  • Fix case sensitive bugs in method names.

Confirmation flags to endpoints and exception for uncompressed public keys

30 Jan 22:22
Compare
Choose a tag to compare

BitWasp/bitocin-php warning fixed

14 Sep 17:12
Compare
Choose a tag to compare
  • Fixed minor warnings in samples
  • Bitwasp/bitcoin versions older than 0.0.7 not compatible

Refactored samples to use clients

25 Jul 12:20
Compare
Choose a tag to compare
  • Added samples for docs
  • Refactored some samples
  • Added TXClient::getConfidence and getMultipleConfidences
  • Replaced Multisign by Multisig

Clients

24 Jul 15:20
Compare
Choose a tag to compare
  • MicroTXClient
  • BlockClient
  • BlockchainClient
  • NullDataClient
  • FaucetClient
  • AddressClient
  • PaymentForwardClient
  • WebHookClient
  • TXClient
  • TXSkeleton::sign changed function signature
  • WalletClient
  • HDWalletClient

Added HDWallet API

22 Jul 11:18
Compare
Choose a tag to compare
  • Added HDWallet API

Fixed bug in multisign tx signature

21 Jul 12:26
Compare
Choose a tag to compare
  • Added TXInput wallet_name and wallet_token properties
  • Added tx creation sample using a wallet
  • Changed class for BlockCypherBaseModel errors attribute
  • Fixed bug in TXInputBuilder and sample
  • Added TXRef ref_balance property
  • Fixed argv bug in signer console command
  • Fixed bug in multisign tx signature