1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-03 04:58:25 +00:00
trezor-firmware/core/src/apps/common
matejcik dec89ea59e refactor(core): convert if/elif chains to if-chains
This way AST parsers won't get stack exceeded (because an elif counts as
an else { if {}} to an AST parser apparently?) and so automated tools
will like tokens.py and friends.
2022-01-07 21:41:17 +01:00
..
__init__.py refactor(core): convert apps.common to layouts 2021-08-04 15:03:11 +02:00
address_type.py style(core): use PEP515 Underscores in Numeric Literals 2020-11-23 14:30:16 +01:00
authorization.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
cbor.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
coininfo.py refactor(core): convert if/elif chains to if-chains 2022-01-07 21:41:17 +01:00
coininfo.py.mako refactor(core): convert if/elif chains to if-chains 2022-01-07 21:41:17 +01:00
coins.py
keychain.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
mnemonic.py feat(core/cardano): support Icarus, Icarus-Trezor, and Ledger derivations 2021-11-10 13:57:57 +01:00
passphrase.py style(all): use f-strings for formatting 2021-10-13 11:53:17 +02:00
paths.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
readers.py chore(core): Use BufferReader for CBOR decoding. 2021-02-10 23:20:56 +01:00
request_pin.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
safety_checks.py fix(core): allow caching empty values (fixes #1659) 2021-06-11 12:32:13 +02:00
sdcard.py refactor(core): disable SD, SBU, fatfs for T1 build 2021-08-20 12:22:13 +02:00
seed.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
signverify.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
writers.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00