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

We currently use some randomness from the host when resetting Trezor. See [reset_device.py](https://github.com/trezor/trezor-firmware/blob/master/core/src/apps/management/reset_device.py#L40). If a file [TBD] is on SD card, we could also add that into the mix. This...

core
feature

Currently, there is a text saying `go to trezor.io/start` (or something like that). It does not make any sense to have it here as user was already there and there...

feature

Use the FIDO attestation key that will be stored in OPTIGA for U2F/FIDO2 registrations.

fido

erase pin and all other stuff from from optiga when factory resetting(in bootloader) and wiping device(in firmware)

After user presses hold to confirm to format SD card, the screen is stuck on this screen until the formatting is done, which is quite unpleasant and there is a...

bug
low hanging fruit

one thing we still need Python glue for is sending ButtonRequests when going from one flow step to another. This is a problem e.g. in the `show_address` feature, where there...

core
code

Hi guys, I might have found some inconsistencies worth refactoring, see: ResetDevice call - for model T responds with `ButtonRequest_ResetDevice` - for model one responds with `ButtonRequest_ProtectCall` BackupDevice call -...

core
T1B1 legacy
blocked

- [x] persistence tests - [ ] upgrade tests - [x] U2F tests - [ ] FIDO2 tests

code

Decred shares code with bitcoin and a recent change broke signing stake based inputs. Add decred specific script construction and fix tests. This fixes a bug introduced by c9e6ca30c925a213bc92c7b283875d166d3c4f75 This...

leftover from #2410: we need a script that will, presumably: 1. download the latest published signed definitions 2. extract timestamp 3. update `released-definitions-timestamp.txt` there is no point in implementing that...

core
altcoin
blocked
code