===========================================================
* Add support for accounts in Segwit wallets
* Add segwit key import
* Add support for address only wallets
* Fix and update use of key paths in wallets
* Use a single method for creating wallets, mark create_multisig() as obsolete
* Return and use public keys by default
* Add dunder methods, as_dict() and as_json to main classes
* Use Address class in other classes
* Fix issues with key_depths and paths in wallets
* Update network definitions, add segwit WIFs
* Rename account_key and account_multisig_key methods to public_master()
* Performance improvements in encoding
* Many other code cleanups and bug fixes