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 6cedf149d2 Don't spam the usb.
The connected logic was flawed.  After 10 s it would continuously
check if the device is still connected.  Now, we reset the timer
after every check.
9 years ago
..
qt add trezorlib/qt/__init__.py 10 years ago
__init__.py Refactored code to follow trezor-common structures 11 years ago
ckd_public.py Reflects changes in multisig API: Pass HDNodeType+address_n instead of pubkeys 10 years ago
client.py old PIN -> current PIN 9 years ago
debuglink.py rename word variables in DebugLinkState message 10 years ago
mapping.py cleanup protobuf mess 11 years ago
messages_pb2.py update pb 9 years ago
protobuf_json.py fix protobuf_json while handling enums 10 years ago
tools.py fix _customPrintFieldValue 9 years ago
transport.py Document Transport class 10 years ago
transport_bridge.py Verify the localback.net certificate 9 years ago
transport_fake.py add transport for bridge 10 years ago
transport_hid.py Don't spam the usb. 9 years ago
transport_pipe.py add transport for bridge 10 years ago
transport_serial.py add transport for bridge 10 years ago
transport_socket.py add transport for bridge 10 years ago
tx_api.py Prevent floating point issues when pushing output amount 9 years ago
types_pb2.py update pb 9 years ago