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
2021-11-10 17:35:57 +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 fix(core/ethereum): use built-in ethereum_pubkeyhash() in get_address 2021-11-10 13:57:57 +01:00
get_public_key.py feat(core/ethereum): enable type-checking for Ethereum app 2021-09-10 15:09:03 +02:00
helpers.py feat(core/ethereum): EIP-712 2021-11-02 14:27:01 +01:00
keychain.py feat(core/ethereum): EIP-712 2021-11-02 14:27:01 +01:00
layout.py feat(core/ethereum): EIP-712 2021-11-02 14:27:01 +01:00
networks.py chore(common): bring back eth:xDAI 2021-11-02 15:05:14 +01: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): Show address confirmation in SignMessage. 2021-11-10 17:35:57 +01:00
sign_tx_eip1559.py refactor(core/ethereum): rename address.py to helpers.py 2021-11-02 14:27:01 +01:00
sign_tx.py refactor(core/ethereum): rename address.py to helpers.py 2021-11-02 14:27:01 +01:00
sign_typed_data.py feat(core/ethereum): EIP-712 2021-11-02 14:27:01 +01:00
tokens.py chore(common): update chains and tokens 2021-11-01 16:43:02 +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): Show address confirmation in SignMessage. 2021-11-10 17:35:57 +01:00