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

The following functions should only be in universal firmware: * `SignIdentity` * `GetECDHSessionKey` the following function should be dropped from all firmwares: * `CosiCommit` in terms of code organization, all...

code

DRAFT PR - Followup to https://github.com/trezor/trezor-firmware/issues/450 Let's not merge before we have successfully tested that the change above works on Trezor Model T (as in we were indeed able to...

blocked

Since eacd15383b6801fc09db9d51b31bdfb83da09097 hardware tests in CI are failing. Seems to be locally reproducible: ``` $ trezorctl list webusb:001:3 - (unnamed) [Trezor T, F569E14AB37A74AC276937FA] $ ./trezor_monero_tests --trezor-path webusb: 2023-07-04 13:45:00.752 D...

blocked
code

**Describe the bug** I was signing a lenfi transaction, it had input with a lot of ada that were'nt mine, but the trezor screen told me that I'm sending all...

bug

When calling an unknown instruction, the accounts and data is meaningless without the program id. In fact, it is better to have users rely on "trusted" program ids, which gives...

Closes #3539. Turns out whoever implemented #3505 has used fingerprint of the wrong node (leaf instead of root). Also, are we using `h` or `'` for hardened nodes? Went with...

bitcoin

Also, combine_fw makefile target is added. closes #3123 [no changelog]

Adds support for HW rev. E PWM initialization is fixed for maximum backlight values.

Also returns False when blob is newer than firmware. Comparison includes build version (as in major.minor.patch.build) which we don't report in Features, not completely sure if that's right. Fixes #3543.