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

This pull request implements anti-exfiltration protocol in core for * Bitcoin-like transaction signing, * Ethereum transaction signing and * ownership proofs.

The purpose of this pull request is to test the viability of running various post-quantum signatures on Trezor. The three chosen post-quantum signature types are the finalist in [the NIST...

- Implement click/device tests for device menu - correct navigation between individual screens - showing/hiding function buttons based on the current state (i.e. auto-lock delay can be used only when...

T3W1

In my use case, I need to sign transactions with a relative lock-time using `nSequence` with the `1

bitcoin

Raising PR instead of an issue to summarise initial code changes required to handle the Solana instruction parsing outside of the wallet. Currently the instruction schema is a big cost...

For Issue: #4338 These changes add a new `Op` to `OpTextLayout` called `text_formatted` that accepts a template string and a vector of arguments as a function. Related function needed to...

The current implementation of the `PropList` does not implement padding between key-value, nor between prop pairs. It is possible to use paragraph function `with_spacing` to introduce the spacing between each...

code
T3W1

Currently, the display driver and the drawing code using SDL resides in one file. Proper encapsulation would enable to have source files responsible for drawing using SDL library exposing necessary...

emulator only
code

🐧🐧🐧 **Linux-only** 🐧🐧🐧 Consists of: * exposing core BLE interface to the outside as two UDP sockets, no connection state handling * trezorlib transport that talks to these sockets -...