trezor-firmware
trezor-firmware copied to clipboard
:lock: Trezor Firmware Monorepo
As we are now always rebooting mcu when jumping to firmware, this protection is no longer needed as all the checks will be repeated on reboot. in case skipping the...
**Design:** [Figma](https://www.figma.com/design/Dkl7W5PLqpr3TnXJ5hbnfd/--Future-Prod---Safe-7?node-id=6717-3972&p=f&t=lI7FqU0CP9mRUQ7u-0) **Spec:** `UIEckhart::show_pairing_code(button=False, ...)` should show hamburger button in top right corner. Clicking the button opens a menu with single item *Cancel* which cancels the layout. Currently `show_pairing_code` is...
Draft PR for initial review and testing of generating keys for [evolu](https://github.com/evoluhq/evolu) by Trezor device. Functionality is available only in Debug firmware, so use e.g. this command for `T3T1`: ```...
Also, remove duplicated `coinjoin__title_do_not_disconnect` string.
Trezor currently uses the backup type that was specified in the `ResetDevice` message (forcing `Slip39_Basic` to `Slip39_Basic_Extendable`). However, the only thing that's relevant about the backup type provided in `ResetDevice`...
Hopefully fixes issue with malformed title. While i was not able to reproduce the exact issue, the title is clearly misplaced in the component and this PR fixes it. No...
~~Currently, for a simple send operation, it requires at least seven clicks on Model T. Can we avoid displaying it when the tx does not have timebounds set to reduce...