Skip to content

Blocktrail PHP SDK v3.0.1

Latest
Compare
Choose a tag to compare
@rubensayshi rubensayshi released this 20 Dec 10:26
· 135 commits to master since this release

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.