1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-03 21:18:17 +00:00
trezor-firmware/core/src/apps/common
2024-11-20 15:25:21 +01:00
..
__init__.py
address_mac.py style(core): apply isort 5 2023-08-16 13:29:51 +02:00
address_type.py
authorization.py chore(core): update core to reflect cache and context refactor 2024-11-20 15:25:20 +01:00
backup_types.py fix(core): show correct word count in more info 2024-07-22 12:09:16 +02:00
backup.py feat: implement THP 2024-11-20 15:25:20 +01:00
cache.py chore(core): update core to reflect cache and context refactor 2024-11-20 15:25:20 +01:00
cbor.py feat(core): enforce return type annotations 2024-11-12 16:55:17 +01:00
coininfo.py build(core): add T3W1 for translations and definitions 2024-10-16 16:25:20 +02:00
coininfo.py.mako chore(core): generate coininfo for T3B1 2024-09-03 10:35:14 +02:00
coins.py
keychain.py feat: implement THP 2024-11-20 15:25:20 +01:00
mnemonic.py feat(core): unify RustLayout, implement single global layout 2024-11-12 16:55:17 +01:00
passphrase.py feat: implement THP 2024-11-20 15:25:20 +01:00
paths.py style(core): upgrade pyright to 1.1.361 2024-05-07 11:57:10 +02:00
readers.py feat(core): add read_uint64_le to common/readers 2023-12-05 22:11:41 +01:00
request_pin.py chore(core): update core to reflect cache and context refactor 2024-11-20 15:25:20 +01:00
safety_checks.py chore(core): update core to reflect cache and context refactor 2024-11-20 15:25:20 +01:00
sdcard.py style: make style_check passing 2024-11-12 16:55:17 +01:00
seed.py fix: try fix ci tests 2024-11-20 15:25:21 +01:00
signverify.py
writers.py