trezor-firmware
trezor-firmware copied to clipboard
:lock: Trezor Firmware Monorepo
Part of #2298. Master diff: https://satoshilabs.gitlab.io/-/trezor/trezor-firmware/-/jobs/2716418986/artifacts/master_diff/index.html TODO: - [x] fix spacing in the success dialog - [ ] ~~add f"Write down these {len(share_words)} words in the exact order:" dialog, teach...
Sometimes in `PIN` entry the prompt text is long that it cannot be reliably displayed in the center/side. We should consider showing this prompt at the top. Also, the subpromt...
Probably make there a small empty region between content and buttons - to also allow for letters like `p` or `y` that have some parts lower than others.  
There are some use-cases when we want to have both icon and text in one button: - :success_tick: + "CONFIRM" - :back_arrow: + "BACK" - :hold_icon: + "CONFIRM" - as...
[BIP67](https://github.com/bitcoin/bips/blob/master/bip-0067.mediawiki) defines that keys within MultisigRedeemScriptType should be sorted. We currently don't do this, because the adoption of such standard was quite low when we were implementing multisig. We might...
Currently, with both the `TT` redesign and `model R` development, we are transferring `UI` code (and potentially other things) from `micropython` into `Rust`. `Rust` code resides in `.flash` and `micropython`...
Currently, there are a couple of limitations regarding icons/images: - `TOIF` format does not work with odd-width icons, so we need to leave one column blank when the icon is...
Fixes #2299, also should fix a race condition in tests that has caused problems in the past, also reduces the need to pass `Context` to layout functions. I'm not very...
Left to right blending animation as each pixel is flipped when the transition passes.  [Design](https://www.figma.com/file/l0gG9XeRJ8FTDQ3cfb1wv9/Trezor-T%2C-Trezor-One?node-id=1830%3A8891)