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/ethereum
2022-03-10 13:04:54 +01: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 fix(core/ethereum): implement hold-to-confirm for eip1559 transactions 2022-02-08 14:27:23 +01:00
networks.py Merge branch 'release/22.01' 2022-01-19 15:24:51 +01:00
networks.py.mako style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01: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 Merge branch 'release/22.01' 2022-01-19 15:24:51 +01:00
tokens.py.mako refactor(core): convert if/elif chains to if-chains 2022-01-07 21:41:17 +01:00
verify_message.py feat(core): Show "signature is valid" dialog when VerifyMessage succeeds. 2022-02-11 15:36:00 +01:00