trezor-firmware
trezor-firmware copied to clipboard
:lock: Trezor Firmware Monorepo
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...
In my use case, I need to sign transactions with a relative lock-time using `nSequence` with the `1
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...
[no changelog]
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...
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...
🐧🐧🐧 **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 -...