1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-02 12:38:43 +00:00
trezor-firmware/core/src/apps/ethereum
Martin Milata ac711fb8ee style(core): use more recent type annotation syntax
https://www.python.org/dev/peps/pep-0585/ - Type Hinting Generics In Standard Collections
https://www.python.org/dev/peps/pep-0604/ - Allow writing union types as X | Y
2021-04-01 11:12:30 +02:00
..
__init__.py core/ethereum: introduce custom keychain decorators 2020-05-15 14:08:29 +02:00
address.py feat(core): update most apps to use path schemas 2020-11-05 14:30:11 +01:00
get_address.py refactor(core): turn show_address, show_pubkey, show_xpub into layouts 2021-02-10 13:57:19 +01:00
get_public_key.py refactor(core/ui): raise exception on dialog cancel by default 2021-03-30 22:34:01 +02:00
keychain.py style(core/apps): use new syntax for typing 2020-12-01 15:52:29 +01:00
layout.py refactor(core): no implicit spaces in render_text 2021-03-30 22:34:01 +02:00
networks.py style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
networks.py.mako style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
sign_message.py refactor(core/ui): raise exception on dialog cancel by default 2021-03-30 22:34:01 +02:00
sign_tx.py style(core): use PEP515 Underscores in Numeric Literals 2020-11-23 14:30:16 +01:00
tokens.py chore(common): update chains+tokens 2021-03-01 12:05:54 +01:00
tokens.py.mako style: drop tokens.py from style checks 2019-05-22 15:06:23 +02:00
verify_message.py refactor(core/ui): raise exception on dialog cancel by default 2021-03-30 22:34:01 +02:00