This repository has been archived by the owner on Oct 24, 2020. It is now read-only.
Releases: blockcypher/php-client
Releases · blockcypher/php-client
v2.0.0-beta.1
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
- 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
- Close #18. Added Feature Endpoint: https://www.blockcypher.com/dev/bitcoin/#feature-endpoint
- Increased bitwasp/bitcoin dependency version to 0.0.7.*. Fixed bug in dependencies.
Refactor for changes in HDWallet API
Confirmation flags to endpoints and exception for uncompressed public keys
- Fixed bug in BlockCypherBaseModel::getErrorMessages.
- Default validation log level:
log
. - Specific exception when user is trying to sign a tx using uncompressed public keys.
- Support new confidence changes. https://medium.com/blockcypher-blog/important-changes-to-blockcypher-s-confidence-api-7bbd283e099c
BitWasp/bitocin-php warning fixed
- Fixed minor warnings in samples
- Bitwasp/bitcoin versions older than 0.0.7 not compatible
Refactored samples to use clients
- Added samples for docs
- Refactored some samples
- Added TXClient::getConfidence and getMultipleConfidences
- Replaced Multisign by Multisig
Clients
- MicroTXClient
- BlockClient
- BlockchainClient
- NullDataClient
- FaucetClient
- AddressClient
- PaymentForwardClient
- WebHookClient
- TXClient
- TXSkeleton::sign changed function signature
- WalletClient
- HDWalletClient
Added HDWallet API
- Added HDWallet API
Fixed bug in multisign tx signature
- 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