trezor-firmware
trezor-firmware copied to clipboard
:lock: Trezor Firmware Monorepo
**Describe the bug** When trying to authorize CJ on legacy fw built from current `main` (both locally or in GH action), device shows `Hard fault detected. Please unplug the device.`...
- build with production bootloader in CI - T3T1 changelog in `generate-changelogs.py`
Introduce non-breaking space character, which will be used to prevent breaking lines where non appropriate, like after the `a` article.
The purpose of this file seems to be to contain everything that didn't fit anywhere else, not things that are really common to all HALs. Lets get rid of it...
**Describe the bug** Follow up of https://github.com/trezor/trezor-suite/issues/12775 Already fixed and during confirmation it always says XPUB. But last success screen says receive address **Steps to reproduce:** 1. Compare xpub via...
Still missing: - [ ] trezor-user-env tasks - [ ] ARM builds - [ ] @grdddj 's UI webapp
This PR provides derivation, validation, and invalidation of pairing credential authentication keys.
Aside from the tests themselves, there are some things that will speed up everything: 1. cache nix environments * https://github.com/cachix/cachix-action * https://github.com/nix-community/cache-nix-action * https://github.com/DeterminateSystems/magic-nix-cache-action 2. cache poetry environments (or implement...
I noticed this after we switched from GitLab CI to GitHub Actions, possibly related. [example](https://github.com/trezor/trezor-firmware/actions/runs/9465533721/job/26077140286?pr=3937) ``` Run nix-shell --run "poetry run make -C core coverage" make: Entering directory '/home/runner/work/trezor-firmware/trezor-firmware/core' ./tools/coverage-report...