Skip to content

Releases: BlockIo/block_io-php

Maintenance Release

10 May 21:55
Compare
Choose a tag to compare
1.2.1

test for php7 and prevent passing of pin

Security Update

07 Feb 01:57
Compare
Choose a tag to compare

Now enforcing use of TLSv1.2, up from TLSv1.0.

Added toWif(network) function.

30 Jan 03:33
Compare
Choose a tag to compare

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

20 Jan 01:33
Compare
Choose a tag to compare

Added support for sweeping from uncompressed keys.

Added sweep functionality

10 Jan 03:18
Compare
Choose a tag to compare

This release adds a sweep functionality for all 6 blockchains.

DER Encoding Fix

03 Nov 11:51
Compare
Choose a tag to compare

This release fixes an issue with DER encoding of signatures.

Security Update

18 Oct 10:51
Compare
Choose a tag to compare

This release forces client-side use of deterministic signatures (RFC6979), and BIP0062 to hinder transaction malleability. [Bugfix from 1.0.8]

Security Update

15 Oct 08:34
Compare
Choose a tag to compare

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

08 Oct 23:22
Compare
Choose a tag to compare

Added a helper function for Distributed Trust, and an example.

MultiSig API Support

05 Oct 06:53
Compare
Choose a tag to compare

This library release is for API v2 compatibility with client-side signing. See https://block.io/api/simple/php for more information.