Skip to content

Releases: blocktrail/blocktrail-sdk-php

Blocktrail PHP SDK v3.0.1

20 Dec 10:26
Compare
Choose a tag to compare

This is the BlockTrail PHP SDK. This SDK contains methods for easily interacting with the BlockTrail API. For examples and instructions on how to use, please see our official documentation at https://www.blocktrail.com/api/docs/php

Upgrading from v2.x to v3.0.0

IMPORTANT v3.0.0 introduces a new DEFAULT wallet encryption, please make sure you upgrade the SDK everywhere you're using it!!

Upgrading from v1.x to v2.0.0

IMPORTANT v2.0.0 has a few BC breaks, please check docs/CHANGELOG.md!!

Changelog

  • New [Default] Wallet Version 3
    Better encryption scheme / key derivation.
  • Deprecated passing in primaryPrivateKey, should use primarySeed instead.

Blocktrail PHP SDK v1.3.6

13 Jul 11:18
Compare
Choose a tag to compare

This is the BlockTrail PHP SDK. This SDK contains methods for easily interacting with the BlockTrail API. For examples and instructions on how to use, please see our official documentation at https://www.blocktrail.com/api/docs/php

Changelog

  • Updated TransactionBuilder to be more customizable
  • add $wallet->getMaxSpendable
    • add fee strategies

Blocktrail PHP SDK

26 Nov 14:41
Compare
Choose a tag to compare

This is the BlockTrail PHP SDK. This SDK contains methods for easily interacting with the BlockTrail API. For examples and instructions on how to use, please see our official documentation at https://www.blocktrail.com/api/docs/php

Changelog

  • Updated bitcoin-lib-php for highS -> lowS, to avoid transaction malleability attacks.

Blocktrail PHP SDK

07 Aug 09:52
Compare
Choose a tag to compare

This is the BlockTrail PHP SDK. This SDK contains methods for easily interacting with the BlockTrail API. For examples and instructions on how to use, please see our official documentation at https://www.blocktrail.com/api/docs/php

Changelog

  • Add support to TransactionBuilder for OP_RETURN, see examples/op_return_payment_api_example.php
  • Improved fee estimation

Blocktrail PHP SDK

22 Jun 13:51
Compare
Choose a tag to compare

This is the BlockTrail PHP SDK. This SDK contains methods for easily interacting with the BlockTrail API. For examples and instructions on how to use, please see our official documentation at https://www.blocktrail.com/api/docs/php

Changelog

  • add readOnly => true option to initWallet to use a wallet without requiring a password
  • add TransactionBuilder class to construct custom transactions
  • add forceFee to pay
  • allow different ways of specifying outputs for wallet->pay

Blocktrail PHP SDK

23 Jan 15:54
Compare
Choose a tag to compare

This is the BlockTrail PHP SDK. This SDK contains methods for easily interacting with the BlockTrail API. For examples and instructions on how to use, please see our official documentation at https://www.blocktrail.com/api/docs/php

Changelog

  • added methods to retrieve transactions and address for wallet
  • add wallet recovery script
  • add PDF generator

Blocktrail PHP SDK

22 Jan 15:41
Compare
Choose a tag to compare

This is the BlockTrail PHP SDK. This SDK contains methods for easily interacting with the BlockTrail API. For examples and instructions on how to use, please see our official documentation at https://www.blocktrail.com/api/docs/php

Changelog

  • added method to subscribe to wallet webhook

Blocktrail PHP SDK

20 Jan 09:45
Compare
Choose a tag to compare

This is the BlockTrail PHP SDK. This SDK contains methods for easily interacting with the BlockTrail API. For examples and instructions on how to use, please see our official documentation at https://www.blocktrail.com/api/docs/php

Changelog

  • batch subscribe webhook events
  • use check_fee=1 for wallet API

Blocktrail PHP SDK

16 Jan 13:38
Compare
Choose a tag to compare

This is the BlockTrail PHP SDK. This SDK contains methods for easily interacting with the BlockTrail API. For examples and instructions on how to use, please see our official documentation at https://www.blocktrail.com/api/docs/php

Blocktrail PHP SDK

12 Jan 15:25
Compare
Choose a tag to compare

This is the BlockTrail PHP SDK. This SDK contains methods for easily interacting with the BlockTrail API. For examples and instructions on how to use, please see our official documentation at https://www.blocktrail.com/api/docs/php

V1.2.0 Changes

Changes between v1.2.0 and v1.1.0