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-09-10 15:09:03 +02: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 feat(core/ethereum): enable type-checking for Ethereum app 2021-09-10 15:09:03 +02:00
layout.py feat(core/ethereum): enable type-checking for Ethereum app 2021-09-10 15:09:03 +02:00
networks.py feat(core/ethereum): enable type-checking for Ethereum app 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 feat(core/ethereum): enable type-checking for Ethereum app 2021-09-10 15:09:03 +02:00
sign_tx.py feat(core/ethereum): enable type-checking for Ethereum app 2021-09-10 15:09:03 +02:00
tokens.py feat(core/ethereum): use TokenInfo object instead of tuples 2021-09-10 15:09:03 +02: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