1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-17 21:39:23 +00:00
trezor-firmware/python/trezorlib
matejcik 0890f68c0c core: use channels to give feedback over debuglink
all debug input signals are now channels, and DebugLinkDecision handler
waits until the input was consumed. This means that the input events are
queued; originally, if an input event arrived before the previous was
consumed, the previous input would be lost.

reset words and their positions are now also channels, and
DebugLinkGetState can wait for their updates, if required
2019-08-09 16:53:12 +02:00
..
messages core: use channels to give feedback over debuglink 2019-08-09 16:53:12 +02:00
qt all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
tests core+legacy: fix KMD signing (introduce negative_fee coin field) 2019-08-09 16:47:24 +02:00
transport all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
__init__.py python: update changelog, bump version 2019-07-31 18:00:52 +02:00
_ed25519.py
binance.py #28 - binance implementation (#189) 2019-07-31 17:02:41 +02:00
btc.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
cardano.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
ckd_public.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
client.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
coins.json core+legacy: fix KMD signing (introduce negative_fee coin field) 2019-08-09 16:47:24 +02:00
coins.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
cosi.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
debuglink.py python: fix debuglink problem with non-debug devices 2019-07-26 13:43:12 +02:00
device.py python: add backup_type to reset device 2019-07-22 15:43:15 +02:00
eos.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
ethereum.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
exceptions.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
firmware.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
lisk.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
log.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
mapping.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
misc.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
monero.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
nem.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
protobuf.py protobuf: add enum value validation (#363) 2019-08-02 19:06:01 +02:00
ripple.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
stellar.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
tezos.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
tools.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
tx_api.py python: add or update licence headers 2019-05-29 18:48:15 +02:00
ui.py python: add or update licence headers 2019-05-29 18:48:15 +02:00