1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-12 01:18:14 +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 MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
address_type.py core: use wire errors instead of ValueErrors where applicable 2020-02-27 10:46:01 +00:00
cbor.py core: Fix mypy warnings. 2019-08-09 12:52:55 +02:00
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 core: fix flake8 warning 2019-05-22 16:28:26 +02:00
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 core/typing: add annotations 2019-07-09 12:51:48 +02:00
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 core/typing: add annotations 2019-07-09 12:51:48 +02:00