trezor-firmware
                                
                                
                                
                                    trezor-firmware copied to clipboard
                            
                            
                            
                        :lock: Trezor Firmware Monorepo
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...
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...
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,...
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 > *...
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
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...
specification: https://zips.z.cash/zip-0316 optimization: f4jumble now uses C blake2b module