Releases: blocktrail/blocktrail-sdk-php
Blocktrail PHP SDK v3.0.1
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 useprimarySeed
instead.
Blocktrail PHP SDK v1.3.6
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
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
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, seeexamples/op_return_payment_api_example.php
- Improved fee estimation
Blocktrail PHP SDK
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
topay
- allow different ways of specifying outputs for
wallet->pay
Blocktrail PHP SDK
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
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
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
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
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