1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 03:19:05 +00:00
trezor-firmware/trezorlib
matejcik f236eb9cf2 flake8: add typing imports where missing
also remove autoflake workarounds from some files, apparently newer
autoflake can recognize them properly
2019-01-31 15:41:25 +01:00
..
messages
qt qt: don't import PyQt5.Qt 2018-12-28 12:48:31 +01:00
tests debuglink: add null debuglink, allow running tests interactively 2019-01-31 15:30:05 +01:00
transport flake8: add typing imports where missing 2019-01-31 15:41:25 +01:00
__init__.py trezorlib: bump to 0.11.1 2018-12-28 13:00:35 +01:00
_ed25519.py flake8: add typing imports where missing 2019-01-31 15:41:25 +01:00
btc.py Don't require prevtx for coins with BIP-143 fork id (#352) 2019-01-07 12:57:12 +01:00
cardano.py change network to protocol magic in cardano 2019-01-21 10:23:55 +01:00
ckd_public.py
client.py client: only normalize passphrase if not entered on device 2018-12-17 14:01:52 +01:00
coins.py
cosi.py
debuglink.py debuglink: add null debuglink, allow running tests interactively 2019-01-31 15:30:05 +01:00
device.py device: pass u2f counter when running device recovery 2019-01-23 11:34:59 +01:00
ethereum.py eth: add get public key 2019-01-15 12:46:20 +01:00
exceptions.py
firmware.py
lisk.py
log.py flake8: add typing imports where missing 2019-01-31 15:41:25 +01:00
mapping.py
misc.py
monero.py
nem.py
ontology.py
protobuf.py
ripple.py
stellar.py
tezos.py
tools.py tools: make sure that passed Base58 string uses valid alphabet 2019-01-23 11:34:41 +01:00
tx_api.py Dash: Support spending DIP2 special transaction inputs (#351) 2019-01-09 14:43:30 +01:00
ui.py