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

Releases: blockcypher/php-client

Official 1.0.0 Release

30 Jun 09:43
Compare
Choose a tag to compare
  • 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 multisign endpoint)
  • Added Payment API
  • Added Microtransaction API
  • Added Decode Raw Transaction Endpoint
  • Added Push Raw Transaction Endpoint
  • Multisign txs (fund and spend)
  • Improved usability for MicroTX
  • Extracted methods from MicroTX to MicroTXClient

Beta Release

08 May 15:40
Compare
Choose a tag to compare
Beta Release Pre-release
Pre-release
  • Allow getting token from config ini file
  • Removed FINE log level
  • Added BlockCypherBaseModel. Base model class with error and errors properties
  • Added TransactionConfidence class

Still not supported:

Blockchain, Address and WebHooks APIs

05 May 11:26
Compare
Choose a tag to compare
Pre-release
  • 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 Transaction
  • Added WebHook API endpoint
  • Added 'params' parameter to all GET methods to allow add URL parameters in the future without breaking method signature

Initial Release

05 May 09:20
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Initial Release. Get Chain, Block, Transaction and Address info (batching not supported. Retrieve multiple objects at once).