You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-trezor/trezorlib
Jochen Hoenicke d9df63ad89 Allow leading 0x in data. Handle new contracts.
Specify 0x or "" as destination to create a new contract.
Leading 0x in data is just ignored (data must always be given in hex).
8 years ago
..
qt fix pylint warnings 8 years ago
__init__.py Refactored code to follow trezor-common structures 11 years ago
ckd_public.py Fixed unit tests (also for Python 3) 8 years ago
client.py Allow leading 0x in data. Handle new contracts. 8 years ago
debuglink.py New debug messages 8 years ago
filecache.py update protobuf, disable filecache 8 years ago
mapping.py Preparation for python3 support (WIP) 8 years ago
messages_pb2.py Bug fixes 8 years ago
protobuf_json.py fix pylint warnings 8 years ago
tools.py Fixed unit tests (also for Python 3) 8 years ago
transport.py fixes for latest V2 format, add checksum 8 years ago
transport_bridge.py Reworked get_transport for hid/bridge. 8 years ago
transport_hid.py Fixed _write_chunk for hid_version==2 8 years ago
transport_pipe.py Pipe w/ trezor1-emu works 8 years ago
transport_udp.py ignore socket.recv timeout in udp transport 8 years ago
tx_api.py Fixed unit tests (also for Python 3) 8 years ago
types_pb2.py update protobuf, disable filecache 8 years ago