1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 11:29:11 +00:00
trezor-firmware/trezorlib
matejcik e79026cb4b trezorlib: fix client ctors for transport arg
This restores the API before PR #241, and makes sure that ctor signature doesn't
depend on mixin order.
(Mixins will be going away shortly anyway.)
2018-03-28 15:57:50 +02:00
..
messages debuglink: add new fields 2018-03-20 16:47:11 +01:00
qt
tests tests/device/nem: constants used 2018-03-27 16:06:49 +02:00
transport transport: fix all_transports when required modules are missing (#232) 2018-03-09 10:58:24 +01:00
__init__.py bump version to 0.9.1 2018-03-05 19:14:04 +01:00
ckd_public.py start dropping py2 compatibility code 2018-03-06 15:50:54 +01:00
client.py trezorlib: fix client ctors for transport arg 2018-03-28 15:57:50 +02:00
coins.py tests/device: Bitcoin Gold tests 2018-03-07 16:43:01 +01:00
debuglink.py debuglink: add new fields 2018-03-20 16:47:11 +01:00
device.py restore device.py as a deprecated compatibility wrapper 2018-03-05 16:18:32 +01:00
ed25519cosi.py ed25519: remove py2/py3 handling in ed25519 funcs as well 2017-12-18 22:34:15 +01:00
ed25519raw.py ed25519: remove py2/py3 handling in ed25519 funcs as well 2017-12-18 22:34:15 +01:00
mapping.py Added registering custom protobuf messages by application. 2017-12-17 03:17:37 +01:00
nem.py nem: missing return fix 2018-03-27 16:41:13 +02:00
protobuf.py trezorlib/protobuf.py: return BytesType from wire as bytes, not bytearray. 2018-03-20 13:00:36 +01:00
protocol_v1.py
protocol_v2.py
tools.py replace removed iterbytes with direct iteration 2018-03-06 15:50:54 +01:00
tx_api.py tests/device: Bitcoin Gold tests 2018-03-07 16:43:01 +01:00