-----------------
- Legacy address now default __repr__
- 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).
- **Breaking**: Bip32 feature set refactored:
- File renamed from bip32utils.py --> bip32.py and
- **Deprecation warning**: Changed class name from bip32utils --> "Bip32" (basically wrapping pycoin.key.Key functions):
- New functions: get_xpub, get_xprv, address, private_key, get_children, get_child_addresses, get_child_private_keys, sign, verify, chain_code, fingerprint
- **Deprecation warning**: old class "bip32utils" is retained as an alias temporarily but will be removed with the next release.