Roman Zeyde

Results 96 issues of Roman Zeyde

It enables compiler's builtins and allows relevant compile-time warnings (e.g. #5181)

core

Following https://github.com/trezor/trezor-firmware/pull/5044#discussion_r2142278185.

code

Flash size usage on `TREZOR_MODEL=T3T1 PYOPT=0` decreases by ~8k bytes: |Commit|Flash usage| |-|-| | ff111dea5a (this PR) | `1578 KB / 1664 KB = 94.83%` | | a9c676f913 (main) |...

core
translations

_Originally posted by @romanz in https://github.com/trezor/trezor-firmware/issues/4374#issuecomment-2817104194_ https://github.com/trezor/trezor-firmware/actions/runs/15429834722 ![Image](https://github.com/user-attachments/assets/371ea0f5-4b75-4faf-add5-6a97a441abee)

core
ci

![image](https://github.com/user-attachments/assets/6b6f4f3f-b82e-4d95-9653-7dbafda0e193)

core

Similar to how it's done in core. Following https://github.com/trezor/trezor-firmware/issues/4932#issuecomment-2820458343, we should use Gwei for "per gas" fee rates.

T1B1 legacy
altcoin

**Describe the bug** The device is stuck with `INTERNAL ERROR (SS)` RSOD after running `tests/device_tests/test_sdcard.py` multiple times. **Firmware version and revision** Happened on d50181b7f, built with: ``` TREZOR_MODEL=T2T1 BITCOIN_ONLY=0 DISABLE_OPTIGA=1...

bug

It allows fetching specific transactions using an external index, following https://github.com/bitcoin/bitcoin/pull/32541#issuecomment-3267485313. Currently, electrs and other indexers map between an address/scripthash to the list of the relevant transactions. However, in order...

RPC/REST/ZMQ
CI failed