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

Latest commit

 

History

History
120 lines (104 loc) · 3.24 KB

release_notes.md

File metadata and controls

120 lines (104 loc) · 3.24 KB

BlockCypher PHP SDK release notes

v2.0.0-beta.1

  • Update dependencies
  • Target PHP >= 7.1

v1.4.0

  • Close #18. Added Feature Endpoint.
  • Increase bitwasp/bitcoin dependency version to 0.0.7.*. Fixed bug in dependencies.

v1.3.1

  • 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.

v1.3.0

v1.2.2

  • Fixed minor warnings in samples
  • Bitwasp/bitcoin versions older than 0.0.7 not compatible

v1.2.1

  • Added samples for docs
  • Refactored some samples
  • Added TXClient::getConfidence and getMultipleConfidences
  • Replaced Multisign by Multisig

v1.2.0

  • MicroTXClient
  • BlockClient
  • BlockchainClient
  • NullDataClient
  • FaucetClient
  • AddressClient
  • PaymentForwardClient
  • WebHookClient
  • TXClient
  • TXSkeleton::sign changed function signature
  • WalletClient
  • HDWalletClient

v1.1.0

  • Added HDWallet API

v1.0.1

  • 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 multisig tx signature

v1.0.0

  • Added TXRefTest::received property
  • Renamed TXConfidence::age_seconds TXConfidence::age_millis
  • Added BtcConverter
  • Added TokenValidator
  • Added BlockCypherCoinSymbolConstants
  • Added missing property TX::next_inputs
  • Added Wallet API
  • Get wallet as address
  • Get wallet balance as address balance
  • Get full wallet as full address
  • Allow create, sign and send transactions
  • Added docs site samples for Blockchain API and Address API (without wallets and multisig endpoint)
  • Added Payment API
  • Added Microtransaction API
  • Added Decode Raw Transaction Endpoint
  • Added Push Raw Transaction Endpoint
  • Multisig txs (fund and spend)
  • Improved usability for MicroTX
  • Extracted methods from MicroTX to MicroTXClient

v1.0.0-beta

  • Allow getting token from config ini file
  • Removed FINE log level
  • Added BlockCypherBaseModel. Base model class with error and errors properties
  • Added TXConfidence class
  • Added Address:getAllTxrefs method

v0.6.0

  • Added address generation
  • Added sample to get a block by height
  • Added batching for blocks
  • Added batching for addresses
  • Added batching for transactions
  • Allows getting only address balance
  • Allows getting full address
  • Added URL params 'unspentOnly' and 'before' to Address
  • Added URL params 'unspentOnly' and 'before' to FullAddress
  • Added URL params 'txstart' and 'limit' to Block
  • Added URL params 'instart', 'outstart' and 'limit' to TX
  • Added WebHook API endpoint
  • Added 'params' parameter to all GET methods to allow add URL parameters in the future without breaking method signature

v0.5.0

  • Initial Release