Skip to content

Releases: BlockIo/block_io-python

Minor: Portability fix for Python3 in 1.1.7

08 Sep 01:55
Compare
Choose a tag to compare

Bugfix: Python3+ Pycryptodome requires encoding to be specified when using encrypt for strings.

Security Update: Migrate to pycrptodome from pycrypto

08 Sep 01:09
Compare
Choose a tag to compare

Minor: Packaging Fix

13 Apr 06:10
Compare
Choose a tag to compare

This release fixes a packaging issue on PyPi.

Minor Update: Graceful Exception Handling

13 Apr 06:01
Compare
Choose a tag to compare

This release features:

  • Better error handling with specific Exception classes
  • Relegation of specific package versions to requirements.txt
  • Update dependency ecdsa to 0.13
  • Update tests.py to use updated ecdsa deterministic signature interface

Add support for sweeping legacy addresses

20 Jan 02:23
Compare
Choose a tag to compare

Added support for sweeping legacy addresses (uncompressed keys).

Added Sweep Functionality

18 Dec 11:41
Compare
Choose a tag to compare

This release adds a sweep functionality. You can now provide a Private Key to sweep coins (transfer) from a source address into a destination address.

Usage:

block_io.sweep_from_address(from_address='SOURCE ADDRESS',private_key='WALLET IMPORT FORMAT PRIVATE KEY FOR SOURCE ADDRESS',to_address='DESTINATION ADDRESS TO DEPOSIT COINS INTO')

Block.io Python Library v1.0.6

19 Oct 13:40
Compare
Choose a tag to compare

Minor Fixes, MultiSig Client

06 Oct 06:12
Compare
Choose a tag to compare

Python library for Block.io's API v2 support. Now includes MultiSig client-side signatures for security.

MultiSig API Support

05 Oct 06:55
Compare
Choose a tag to compare

This library release is for compatibility with MultiSig (API v2) and client-side signing support. See https://block.io/api/simple/python for more info.

Block.io Python v0.1.3

01 Jul 22:41
Compare
Choose a tag to compare

Block.io provides the easiest way to create Bitcoin, Litecoin, and Dogecoin wallets. It is a very simple task to receive, and send money using the Block.io API as well.

This library requires an API key from Block.io to work. Get yours here, and get started with 0% fee payments!