You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/src/apps/ethereum
Martin Milata c0dbcf37e4
chore(common): update chains and tokens
2 years ago
..
__init__.py refactor(core): move app registrations to a single handler function 3 years ago
get_address.py fix(core/ethereum): use built-in ethereum_pubkeyhash() in get_address 3 years ago
get_public_key.py feat(core/ethereum): enable type-checking for Ethereum app 3 years ago
helpers.py feat(core/ethereum): EIP-712 3 years ago
keychain.py feat(core/ethereum): EIP-712 3 years ago
layout.py feat(core/ethereum): EIP-712 3 years ago
networks.py chore(common): update chains and tokens 2 years ago
networks.py.mako feat(core/ethereum): enable type-checking for Ethereum app 3 years ago
sign_message.py feat(core): Show address confirmation in SignMessage. 3 years ago
sign_tx.py refactor(core/ethereum): rename address.py to helpers.py 3 years ago
sign_tx_eip1559.py refactor(core/ethereum): rename address.py to helpers.py 3 years ago
sign_typed_data.py feat(core/ethereum): EIP-712 3 years ago
tokens.py chore(common): update chains and tokens 2 years ago
tokens.py.mako feat(core/ethereum): use TokenInfo object instead of tuples 3 years ago
verify_message.py feat(core): Show address confirmation in SignMessage. 3 years ago