* Python3.3+ compatible! * Support Gem's new key encryption scheme (no more libsodium!)
0.8.3
==================
* Accept an optional encrypted_seed parameter in unlock to allow applications to store their own primary private keys.
0.8.2
==================
* Bugfix: Use NaclPassphraseBox to create users for 0.8.x (was using the ppbox from 0.9.x)
0.8.1
==================
* Backporting py3 support from 0.9.0 * Allow `account.pay` to take a callable instead of a string for `mfa_token` * Support old and new encryption schemes
0.8.0
==================
* support for litecoin and dogecoin! * removed network references and disabled sig_hash checking until we can eliminate python-bitcoinlib in coinop * removed old user.wallets accessor * various improvements and bug fixes * examples/cli.py opens a browser for you when necessary