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
2023-01-18 12:08:17 +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 chore(core): decrease ethereum size by 17250 bytes 2022-11-10 14:08:28 +01:00
get_public_key.py chore(core): decrease ethereum size by 17250 bytes 2022-11-10 14:08:28 +01:00
helpers.py chore(core): decrease ethereum size by 17250 bytes 2022-11-10 14:08:28 +01:00
keychain.py refactor(core): Allow eth & btc signing at m/45'/coin_type/account/change/address_index 2023-01-18 12:08:17 +01:00
layout.py chore(core/ui): delete altcoin.py file 2022-11-21 14:08:47 +01:00
networks.py Merge branch 'release/22.11' 2022-11-16 18:33:31 +01:00
networks.py.mako chore(core): decrease ethereum size by 17250 bytes 2022-11-10 14:08:28 +01:00
sign_message.py chore(core): decrease ethereum size by 17250 bytes 2022-11-10 14:08:28 +01:00
sign_tx_eip1559.py chore(core): decrease ethereum size by 17250 bytes 2022-11-10 14:08:28 +01:00
sign_tx.py chore(core): decrease ethereum size by 17250 bytes 2022-11-10 14:08:28 +01:00
sign_typed_data.py feat(core/ethereum): remove EIP-712 field size limitation of 1024 bytes 2023-01-13 16:39:43 +01:00
tokens.py Merge branch 'release/22.11' 2022-11-16 18:33:31 +01:00
tokens.py.mako chore(core): decrease ethereum size by 17250 bytes 2022-11-10 14:08:28 +01:00
verify_message.py chore(core): decrease ethereum size by 17250 bytes 2022-11-10 14:08:28 +01:00