Roman Zeyde

Results 96 issues of Roman Zeyde

Should work with TS7 :)

e.g. https://github.com/trezor/trezor-firmware/actions/runs/19127551776/job/54661020135?pr=6127 Test log: ``` make: Entering directory '/home/runner/work/trezor-firmware/trezor-firmware/core' /home/runner/work/trezor-firmware/trezor-firmware/core/emu.py --disable-animation --headless --output=/home/runner/work/trezor-firmware/trezor-firmware/core/../tests/trezor.log --temporary-profile -c pytest --junitxml=/home/runner/work/trezor-firmware/trezor-firmware/core/../tests/junit.xml /home/runner/work/trezor-firmware/trezor-firmware/core/../tests/device_tests --durations 10 --session-timeout 1800 --lang=en TREZOR_PATH=udp:127.0.0.1:21324 TREZOR_PROFILE_DIR=/home/runner/work/_temp/nix-shell-11615-519608114/trezor-emulator-8t0tqegj TREZOR_UDP_PORT=21324 TREZOR_FIDO2_UDP_PORT=21326 TREZOR_SRC=/home/runner/work/trezor-firmware/trezor-firmware/core/src Waiting for...

bug
ci
emulator only
tests

Resolves #6103.

core
trezorlib
protobuf
python
translations

There are `MAX_KEYS` buttons + the `cancel` button. Found during #6243.

tests
T3W1

https://satoshilabs.slack.com/archives/CL1D61PQF/p1753185511246899?thread_ts=1751984718.966839&cid=CL1D61PQF https://satoshilabs.slack.com/archives/CL1D61PQF/p1761850474694229?thread_ts=1761847949.563609&cid=CL1D61PQF

core
trezorlib
translations

Resolves #6228. Rebased over #6225.

translations

This way, we can reuse the `x.y.z.0` signed translation for `x.y.z.n` versions (for `n > 0`). This could be useful when cherry-picking a fix into the release branch (in case...

code

Following https://github.com/trezor/trezor-firmware/issues/6135. ### Compatibility - The host will detect device support via the bumped minor version (from `2.0` to `2.1`). - The device will detect host support via the ACK...

translations