1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00
trezor-firmware/core/src/apps/common
Tomas Susanka 744c32991f core: unify sign/verify functions
The UI records are modified because of two changes:
- Added a coin name to the Sign/Verify screen (ETH/Lisk).
- Unified to use mono.
2020-02-27 12:43:33 +00:00
..
__init__.py
address_type.py core: use wire errors instead of ValueErrors where applicable 2020-02-27 10:46:01 +00:00
cbor.py
coininfo.py common: remove coins with no trezor compatible wallets 2019-12-15 18:19:36 +00:00
coininfo.py.mako common: divisibility -> decimals 2019-12-09 17:43:47 +01:00
coins.py
confirm.py core: add SD format dialog, generalize sdcard usage 2020-02-20 12:51:48 +01:00
layout.py core: show xpubs in GetAddress for multisig 2019-10-24 09:11:01 +00:00
mnemonic.py core/ui: introduce draw_simple 2020-02-07 11:41:01 +00:00
passphrase.py core: fix style 2020-02-11 16:41:43 +01:00
paths.py
request_pin.py core: add SD format dialog, generalize sdcard usage 2020-02-20 12:51:48 +01:00
sdcard.py core/sdcard: add ensure_filesystem option (fixes #868) 2020-02-24 13:28:44 +01:00
seed.py core: rework cache and fix cardano caching 2020-02-07 11:41:01 +00:00
signverify.py core: unify sign/verify functions 2020-02-27 12:43:33 +00:00
writers.py