trezor-firmware icon indicating copy to clipboard operation
trezor-firmware copied to clipboard

:lock: Trezor Firmware Monorepo

Results 536 trezor-firmware issues
Sort by recently updated
recently updated
newest added

Shamir backup (SLIP39) needs to be supported

code
tr

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...

code
tr

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. ![image](https://user-images.githubusercontent.com/42543243/180743835-3e1f34f1-8a50-4c55-b735-6346d2d3a1f4.png) ![image](https://user-images.githubusercontent.com/42543243/180744010-41424cfa-9b52-4bf5-956a-2444d340c746.png)

bug
tr

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...

code
low hanging fruit
tr

[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...

core
legacy
bitcoin
feature

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`...

code
flash reduction

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...

code
tr

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. ![holdtoconfirm](https://user-images.githubusercontent.com/216917/169312578-eeb50119-f7ab-4897-ab67-821851831556.png) [Design](https://www.figma.com/file/l0gG9XeRJ8FTDQ3cfb1wv9/Trezor-T%2C-Trezor-One?node-id=1830%3A8891)

core
feature