1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-02 16:26:19 +00:00
trezor-firmware/core/src/apps/ethereum
2023-12-06 12:50:32 +01:00
..
__init__.py refactor(core): move app registrations to a single handler function 2021-05-06 13:14:21 +02:00
definitions_constants.py chore(common): set definition timestamp to the current signed definitions 2023-12-06 12:50:32 +01:00
definitions_constants.py.mako feat(core): update Ethereum definitions to verify using CoSi 2023-03-24 13:24:46 +01:00
definitions.py style(core): apply isort 5 2023-08-16 13:29:51 +02:00
get_address.py feat(core): show account number in receive/public key details for altcoins 2023-09-26 11:50:21 +02:00
get_public_key.py style(core): apply isort 5 2023-08-16 13:29:51 +02:00
helpers.py style(core): apply isort 5 2023-08-16 13:29:51 +02:00
keychain.py style(core): apply isort 5 2023-08-16 13:29:51 +02:00
layout.py chore(core): hardcode ETH and Gwei units in ETH send summary 2023-12-01 14:42:08 +01:00
networks.py feat(all): implement support information for T2B1 2023-09-14 13:54:09 +02:00
networks.py.mako feat(all): implement support information for T2B1 2023-09-14 13:54:09 +02:00
sign_message.py fix(core/ui): T2T1: update sign message layout 2023-10-26 18:29:52 +02:00
sign_tx_eip1559.py feat(core): support recipient address chunkification in Ethereum sign flow 2023-10-25 11:49:43 +02:00
sign_tx.py feat(core): support recipient address chunkification in Ethereum sign flow 2023-10-25 11:49:43 +02:00
sign_typed_data.py style(core): apply isort 5 2023-08-16 13:29:51 +02:00
tokens.py feat(all): implement support information for T2B1 2023-09-14 13:54:09 +02:00
tokens.py.mako feat(all): implement support information for T2B1 2023-09-14 13:54:09 +02:00
verify_message.py fix(core/ui): T2T1: update sign message layout 2023-10-26 18:29:52 +02:00