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

Connected with https://github.com/trezor/trezor-firmware/issues/2267: - passphrase entry for model R Trying it locally: - `TREZOR_MODEL=R make build_unix` - `./emu.py` - does not need any erasing nor loading - `trezorctl crypto get-entropy...

tr

Moved stack to the start of RAM in bootloader & firmware. In case of stack overflow, this causes MemManage fault with properly configured MPU. Since inside the MemManage handler stack...

This PR implements a new `SetBusy` message in `core` which causes Trezor T to show a "Do not disconnect" screen instead of the standard homescreen or lockscreen. Suite will need...

core
R&D

Imeplements #2293 Implements also popup screen from design, but text is not centered (limitation of Paragraph implementation in rust, seems out of scope for this PR to implement that). Button...

(edit by @matejcik) Ledger Live historically used a 4-part pattern `m/44'/60'/0'/address` for Ethereum addresses. With the introduction of path patterns, Trezor stopped supporting this pattern; we support 3-part SEP-5 pattern,...

core
altcoin
bug
low hanging fruit

comment thread from a different PR: https://github.com/trezor/trezor-firmware/pull/2339#discussion_r919906423 measurement results: > Some results from the testing: > > * the fastest is decompress as a whole, without window usage > *...

code

This PR adds [ClusterfuzzLite](https://google.github.io/clusterfuzzlite/) which runs the crypto fuzzer when PRs are made. ClusterfuzzLite can be extended beyond this PR with code coverage and batch fuzzing: https://google.github.io/clusterfuzzlite/running-clusterfuzzlite/github-actions/ Signed-off-by: AdamKorcz

Users are confused when one of the word with three dots (ellipsis) in backup creation appeared. **proposed changes** - [ ] delete the ellipsis

feature
low hanging fruit
tr

On model R, there is inconsistency in `hold to confirm`/`confirm` buttons on _recovery seed_ page **improvements proposal** - unify the look of the `hold to confirm`/`confirm` buttons on all screens...

tr

specification: https://zips.z.cash/zip-0316 optimization: f4jumble now uses C blake2b module