Jiri Zbytovsky
Jiri Zbytovsky
Revive #14600 (closed because the contributor "mempoolboy" closed the github account) ## Description Unlabeled accounts are represented by default labels created as translation strings. As these are derived from account...
Followup to #14766 where FW hash check was implemented for T1B1. ## Description - Reapply [#15018](https://github.com/trezor/trezor-suite/pull/15018): Expand the FW hash check on all models - Fix Playwright tests - since...
**Describe the bug** When pasting a number into number field with whitespace at the end, for example `0.1 ` to `Amount` field in send form. It errors out the textfield...
## Description - Return dependencies that need a runtime `require()` in electron-main or electron-preload. - Add commentarry to make it clear ## Related Issue Resolve #19699 ## Screenshots: 🔍🖥️ **Suite...
Followup to #13839 [suite-common/wallet-config utils.ts](https://github.com/trezor/trezor-suite/blob/8cd74406adcf63cd5c265cccbbb6959b29ae02a5/suite-common/wallet-config/src/utils.ts) contains a lot of functions, some of which are mission-critical, but no unit test coverage. - setup jest in `wallet-config` - write tests for: -...
Since Trezor Suite supports BTC fees < 1 sat/vB, regtest could too. This would make testing those fees much easier. Note that two distinct parameters must be changed: - the...
[open_bluetooth_ui](https://github.com/trezor/trezor-suite/blob/d9af3b65aa9274707edb7463f93dc91c1c2e2193/packages/transport-bluetooth/src/server/platform/linux.rs#L176) handles only Gnome and KDE to open OS BT pairing modal. For other Linux envs, nothing happens, and you get `"Authentication failed"`, which is unfortunately the same error if...
## Description - create a hidden setting in deviceReducer to always fail entropy check with a specified result - use it for a new Playwright test (Web + Desktop) -...
Currently, E2E tests can more or less naturally simulate all kinds of security check failures: - revision check with user-env 2-main - hash check with any user-env - device authenticity...
Fix for an issue I had with setup on [Linux – Installation (pip method)](https://github.com/bmaltais/kohya_ss/blob/master/docs/Installation/pip_linux.md). The setup script correctly identified `$PYTHON_CMD` to 3.11 (as I have locally installed by `pyenv`). But...