1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-07 14:00:57 +00:00
trezor-firmware/core/src/apps/eos
matejcik e629a72c3a refactor(core): move app registrations to a single handler function
apps.webauthn.boot() does not need an if-condition because it's only
called from session.py when the usb interface is enabled

This means that they do not need to be stored in RAM at all. The obvious
drawback is that we need to hand-edit the if/elif sequence, but we don't
register new handlers all that often so 🤷
2021-05-06 13:14:21 +02:00
..
actions style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
__init__.py refactor(core): move app registrations to a single handler function 2021-05-06 13:14:21 +02:00
get_public_key.py style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
helpers.py feat(core): update most apps to use path schemas 2020-11-05 14:30:11 +01:00
layout.py refactor(core): model-dependent UI component directories 2021-02-10 13:57:19 +01:00
sign_tx.py fix(core/eos): review usages of write_bytes_unchecked 2021-02-10 16:37:26 +01:00
writers.py fix(core/eos): review usages of write_bytes_unchecked 2021-02-10 16:37:26 +01:00