block_io-php

PHP library for Block.io

MIT License

Downloads
90K
Stars
55
Committers
5

Bot releases are hidden (Show)

block_io-php - 3.0.0: PHP8.0+ Only Latest Release

Published by doersf about 2 years ago

  • Drop support for PHP 7.x. PHP 7.x users must use version 2.0.2 of this library with specified composer.json.
  • Simplify composer.json to use doersf/bitcoin-php for easier composer installs
  • Remove deprecation warnings for PHP 8.1
block_io-php - Minor Release

Published by doersf over 3 years ago

  • Implements support for dynamic decryption algorithms
block_io-php - Maintenance Release

Published by doersf over 3 years ago

  • Fix Windows cacert.pem missing error
  • Update unit test assert error
block_io-php - Major Update: Breaking Changes

Published by doersf over 3 years ago

  • Remove support for deprecated transaction endpoints
  • Implement support for create_and_sign_transaction
  • New dependency: forked bitwasp/bitcoin-php
  • Installs using composer 2.0+ only
block_io-php - Maintenance Release

Published by doersf about 4 years ago

  • Disambiguate _withdraw and _sweep against withdraw and sweep endpoints.
block_io-php - Maintenance Release

Published by doersf about 4 years ago

  • Add cURL headers. Absence of Accept header may cause POST requests to fail (CloudFlare).
block_io-php - Maintenance Release

Published by doersf over 4 years ago

  • PHP7.4 deprecates old use of join(). Use implode() instead.
block_io-php - Maintenance Release

Published by doersf over 4 years ago

Minor: remove debugging echo/print.

block_io-php - Low R Signatures

Published by doersf over 4 years ago

Enforce use of low Rs in signatures. Save a byte when possible.

block_io-php - Maintenance Release

Published by doersf over 4 years ago

  • Drop use of depreacted array_key_exists.
  • Test for PHP 7.2, 7.3, 7.4. Earlier version (EOL) support not tested.
block_io-php - Maintenance Release

Published by doersf over 5 years ago

block_io-php - Security Update

Published by doersf over 7 years ago

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

block_io-php - Added toWif(network) function.

Published by doersf over 9 years ago

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.

block_io-php - Added support for sweeping legacy keys

Published by doersf over 9 years ago

Added support for sweeping from uncompressed keys.

block_io-php - Added sweep functionality

Published by doersf almost 10 years ago

This release adds a sweep functionality for all 6 blockchains.

block_io-php - DER Encoding Fix

Published by doersf almost 10 years ago

This release fixes an issue with DER encoding of signatures.

block_io-php - Security Update

Published by doersf about 10 years ago

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

block_io-php - Security Update

Published by doersf about 10 years ago

Enforcing use of TLSv1, disabling default SSLv3 which was recently found to be vulnerable.

The library now also warns if cURL extension is missing.

block_io-php - Maintenance Release

Published by doersf about 10 years ago

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

block_io-php - MultiSig API Support

Published by doersf about 10 years ago

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