trezor / python-trezor

:snake: Don't use this repo, use the new monorepo instead:
https://github.com/trezor/trezor-firmware
GNU Lesser General Public License v3.0
201 stars 194 forks source link

preliminary: TrezorClient split #276

Closed matejcik closed 6 years ago

matejcik commented 6 years ago

this is a preliminary PR and should not be merged. At this moment it's completely untested, and Travis seems to think it breaks things.


The important part right now is at the end of client.py diff: categories of functions and files where they are moved.

Next step is unifying API shapes (such that, say, address_n is always the second argument)