Releases: BlockIo/block_io-php
Maintenance Release
1.2.1 test for php7 and prevent passing of pin
Security Update
Now enforcing use of TLSv1.2, up from TLSv1.0.
Added toWif(network) function.
Added toWif(network) to extract private keys in wallet import format from custom keys. Made to work with mop-py for sweeping from Distributed Trust addresses without relying on Block.io.
Added support for sweeping legacy keys
Added support for sweeping from uncompressed keys.
Added sweep functionality
This release adds a sweep functionality for all 6 blockchains.
DER Encoding Fix
This release fixes an issue with DER encoding of signatures.
Security Update
This release forces client-side use of deterministic signatures (RFC6979), and BIP0062 to hinder transaction malleability. [Bugfix from 1.0.8]
Security Update
Enforcing use of TLSv1, disabling default SSLv3 which was recently found to be vulnerable.
The library now also warns if cURL extension is missing.
Maintenance Release
Added a helper function for Distributed Trust, and an example.
MultiSig API Support
This library release is for API v2 compatibility with client-side signing. See https://block.io/api/simple/php for more information.