1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-02 04:18:20 +00:00
trezor-firmware/core/src/apps/ethereum
2021-11-01 13:58:48 +01:00
..
__init__.py refactor(core): move app registrations to a single handler function 2021-05-06 13:14:21 +02:00
address.py feat(core/ethereum): enable type-checking for Ethereum app 2021-09-10 15:09:03 +02:00
get_address.py feat(core/ethereum): enable type-checking for Ethereum app 2021-09-10 15:09:03 +02:00
get_public_key.py feat(core/ethereum): enable type-checking for Ethereum app 2021-09-10 15:09:03 +02:00
keychain.py style(all): fix pylint complaints 2021-10-27 13:13:15 +02:00
layout.py fix(core/ethereum): ask before showing paginated data field 2021-10-19 17:13:28 +02:00
networks.py chore(common): enable Palm network 2021-09-10 15:09:03 +02:00
networks.py.mako feat(core/ethereum): enable type-checking for Ethereum app 2021-09-10 15:09:03 +02:00
sign_message.py feat(core/ethereum): enable type-checking for Ethereum app 2021-09-10 15:09:03 +02:00
sign_tx_eip1559.py refactor(core/ethereum): reorganize sanity checks, disallow chain_id 0 2021-09-10 15:09:03 +02:00
sign_tx.py refactor(core/ethereum): reorganize sanity checks, disallow chain_id 0 2021-09-10 15:09:03 +02:00
tokens.py chore(common): update coins support status 2021-11-01 13:58:48 +01:00
tokens.py.mako feat(core/ethereum): use TokenInfo object instead of tuples 2021-09-10 15:09:03 +02:00
verify_message.py feat(core/ethereum): enable type-checking for Ethereum app 2021-09-10 15:09:03 +02:00