Skip to content

BitSV 0.7.1

Choose a tag to compare

@AustEcon AustEcon released this 19 Apr 12:04
· 108 commits to master since this release
  • Legacy address now default repr (thanks Teran)
  • Added documentation page for op_return related functionality see: https://austecon.github.io/bitsv/guide/op_return.html
  • added Python3.7 to travis CI testing
  • Bip32 feature set - have refactored and added functions (no documentation yet - coming soon...)
    • PLEASE NOTE: File renamed from bip32utils.py --> bip32.py (WILL CHANGE IMPORT PATH)
    • Changed class name from bip32utils --> "Bip32" with new functions
    • New functions (basically wrapping pycoin.key.Key functions):
      get_xpub, get_xprv, address, private_key, get_children, get_child_addresses, get_child_private_keys, sign, verify, chain_code, fingerprint
    • DEPRECATION WARNING: Have kept the old class "bip32utils" there with the old function names but will be completely removed with the next release.