1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-06 21:40:56 +00:00
trezor-firmware/core/src/apps/ethereum
2022-05-19 14:09:16 +02:00
..
__init__.py refactor(core): move app registrations to a single handler function 2021-05-06 13:14:21 +02:00
get_address.py feat(core): automatically choose best QR encoding 2022-03-10 11:27:21 +01:00
get_public_key.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
helpers.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
keychain.py style(core): remove old-style annotations (Set, Tuple, Union) 2022-01-07 21:41:17 +01:00
layout.py refactor(core/ui): remove dependencies on old layouts 2022-04-07 17:58:41 +02:00
networks.py chore(docs): mention that .mako files are rendered by make templates 2022-05-19 14:09:16 +02:00
networks.py.mako chore(docs): mention that .mako files are rendered by make templates 2022-05-19 14:09:16 +02:00
sign_message.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
sign_tx_eip1559.py fix(core/ethereum): implement hold-to-confirm for eip1559 transactions 2022-02-08 14:27:23 +01:00
sign_tx.py style(core): remove old-style annotations (Set, Tuple, Union) 2022-01-07 21:41:17 +01:00
sign_typed_data.py fix(core): support structs as array elements (fixes #2167) 2022-03-10 13:04:54 +01:00
tokens.py chore(docs): mention that .mako files are rendered by make templates 2022-05-19 14:09:16 +02:00
tokens.py.mako chore(docs): mention that .mako files are rendered by make templates 2022-05-19 14:09:16 +02:00
verify_message.py feat(core): Show "signature is valid" dialog when VerifyMessage succeeds. 2022-02-11 15:36:00 +01:00