1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-20 05:18:08 +00:00
trezor-firmware/python/src/trezorlib
matejcik 0eed360037 chore: make tx type names shorter
as suggested by @andrewkozlik:
TxAckInputType -> TxInput
TxAckOutputType -> TxOutput
TxAckPrevTxType -> PrevTx
TxAckPrevInputType -> PrevInput
TxAckPrevOutputType -> PrevOutput
2020-09-23 16:00:10 +02:00
..
_internal python: export toif as public module 2020-08-25 11:30:33 +02:00
cli python: support SafetyChecks.PromptTemporarily 2020-09-18 09:02:40 +02:00
messages chore: make tx type names shorter 2020-09-23 16:00:10 +02:00
qt python: restructure package 2019-08-12 12:57:25 +02:00
transport python: convert chunks to bytes when reading from hid 2020-05-04 10:16:15 +02:00
__init__.py chore!(python): bump trezorlib version because of breaking API change 2020-09-23 16:00:10 +02:00
_ed25519.py python: restructure package 2019-08-12 12:57:25 +02:00
binance.py python/trezorctl: split trezorctl into separate modules 2019-11-18 11:50:07 +01:00
btc.py fix(python): always fill TransactionType.lock_time 2020-09-23 16:00:10 +02:00
cardano.py Refactor trezorlib transaction key checking 2020-07-30 17:17:03 +02:00
client.py python: ignore failures of EndSession call, so that end_session() does not raise 2020-08-28 15:37:06 +02:00
cosi.py python/cosi: improve API 2020-01-20 17:32:58 +01:00
debuglink.py chore(tests): update to kwargs usage and new btc.sign_tx API 2020-09-23 16:00:10 +02:00
device.py python: clarify session and feature management API 2020-08-05 16:45:56 +02:00
eos.py chore(python): fix kwargs usage 2020-09-23 16:00:10 +02:00
ethereum.py python: drop deprecated name CallException 2020-03-26 11:30:06 +01:00
exceptions.py tests: streamline TrezorFailure exception usage 2020-03-26 11:30:06 +01:00
fido.py chore(python): fix kwargs usage 2020-09-23 16:00:10 +02:00
firmware.py python: fix padding in first chunk (fixes #1082) 2020-06-25 11:23:26 +02:00
lisk.py python: drop deprecated name CallException 2020-03-26 11:30:06 +01:00
log.py python: unify protobuf-encoding code paths 2020-03-26 11:30:06 +01:00
mapping.py python: unify protobuf-encoding code paths 2020-03-26 11:30:06 +01:00
misc.py style: fix import order in trezorlib/misc.py 2019-08-29 15:19:02 +02:00
monero.py python: restructure package 2019-08-12 12:57:25 +02:00
nem.py python: drop deprecated name CallException 2020-03-26 11:30:06 +01:00
protobuf.py feat!: implement protobuf required fields and default values 2020-09-23 16:00:10 +02:00
ripple.py python: restructure package 2019-08-12 12:57:25 +02:00
stellar.py python: drop deprecated name CallException 2020-03-26 11:30:06 +01:00
tezos.py python: restructure package 2019-08-12 12:57:25 +02:00
toif.py python: make PIL optional in the toif module, add size check 2020-08-25 13:17:08 +02:00
tools.py tests: update test vectors to use correct paths 2020-05-15 14:08:29 +02:00
ui.py python: add period at end of sentence 2020-03-26 11:30:06 +01:00