trezor-firmware
trezor-firmware copied to clipboard
:lock: Trezor Firmware Monorepo
# Summary This pull request adds support for all 18 XRP Ledger transaction types and all common fields. With new use-cases in web monetization, gaming and decentralized finance being built...
Implements basic animations for Model R using a second framebuffer - slide left - slide right - fast redraw of whole screen (this one would not need the second framebuffer)...
Compilation flags of type `USE_*` are not separable, i.e. they can be all disabled (by `BITCOIN_ONLY=1`), or all enabled (otherwise), but they cannot be set individually. For example for `USE_ETHEREUM=0`...
In other words, `BITCOIN_ONLY` "feature" disables functionalities instead of adding them. This is a design problem because the presence of a non-additive feature thwarts attempts to correctly define other features....
**Describe the bug** If the string of amount or fee is too long it's not visible on Trezor's display and there's no line break **Firmware version and revision** FW 1.11.1...
The codebase contains a number of C functions that do not take any parameters but are not marked with `void`. This style is deprecated, and compilers warn for it with...
**Design:** [Figma](https://www.figma.com/file/l0gG9XeRJ8FTDQ3cfb1wv9/Trezor-T%2C-Trezor-One?node-id=2441%3A7780) Exported 64x64px transparent sprites (let me know if a background is preferred). [progress_indicator.zip](https://github.com/trezor/trezor-firmware/files/9040371/progress_indicator.zip) **Spec:** [Notion](https://www.notion.so/satoshilabs/TR-Sprite-of-loading-animation-e06cf2d45cc14a7ca45be928fe8c84b2) Replace the currently Model T scaled loader.
When signing a transaction Trezor should show the path of the account from which the transaction inputs originate. For example: - more technical `Spending from m/86'/0'/0'`, or - more user...
### Feature request It would be nice to allow users to assign names to outgoing addresses, multisig XPUBs and to their accounts and passphrases, so that the name could be...
Trezor allows handling multiple passphrases at the same time. If the user enters two different passphrases and then sees a `GetAddress` dialog, then they can see the path of the...