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

Releases: blockcypher/php-client

v2.0.0-beta.1

Choose a tag to compare

@quentinlesceller quentinlesceller released this 13 May 14:45

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

Choose a tag to compare

@josecelano josecelano released this 14 Nov 22:26
  • 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

Choose a tag to compare

@josecelano josecelano released this 14 Nov 21:51

Refactor for changes in HDWallet API

Choose a tag to compare

@josecelano josecelano released this 15 Jun 22:32
  • 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

Choose a tag to compare

@josecelano josecelano released this 30 Jan 22:22

BitWasp/bitocin-php warning fixed

Choose a tag to compare

@josecelano josecelano released this 14 Sep 17:12
  • Fixed minor warnings in samples
  • Bitwasp/bitcoin versions older than 0.0.7 not compatible

Refactored samples to use clients

Choose a tag to compare

@josecelano josecelano released this 25 Jul 12:20
  • Added samples for docs
  • Refactored some samples
  • Added TXClient::getConfidence and getMultipleConfidences
  • Replaced Multisign by Multisig

Clients

Choose a tag to compare

@josecelano josecelano released this 24 Jul 15:20
  • MicroTXClient
  • BlockClient
  • BlockchainClient
  • NullDataClient
  • FaucetClient
  • AddressClient
  • PaymentForwardClient
  • WebHookClient
  • TXClient
  • TXSkeleton::sign changed function signature
  • WalletClient
  • HDWalletClient

Added HDWallet API

Choose a tag to compare

@josecelano josecelano released this 22 Jul 11:18
  • Added HDWallet API

Fixed bug in multisign tx signature

Choose a tag to compare

@josecelano josecelano released this 21 Jul 12:26
  • 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