Amber nodes are monitored by CommitWatch. Gray nodes are sampled from authenticated GitHub public commit search and may not represent complete contribution history.
This commit only updates translated text strings in five language files and refreshes the translation signature metadata. There are no code, logic, or security-related changes.
This commit only updates a test data file (tests/ui_tests/fixtures.json) containing expected screenshot hashes for automated UI tests. It does not change any firmware, application, or cryptographic code. The hash changes are expected when …
This commit is a routine synchronization of translated user-interface text for the Trezor hardware wallet. It only changes wording in Czech, German, Spanish, French, and Portuguese translation files. There is no code change, no security fi…
This commit simply updates a metadata file that records a digital signature (a 'merkle_root') for translation data in a Trezor hardware wallet. There is no code change, no bug fix, and no security issue visible in the diff. It appears to b…
This commit only updates expected test result hashes (called 'fixtures') in a single test data file. It does not change any actual device firmware code, cryptographic logic, or user-facing behavior. The hash changes are consistent with a r…
This commit is a minor code cleanup that only changes how Python type-hinting overloads are ordered and how a multi-line import is formatted. It does not change any actual program behavior, user-facing text, security checks, or hardware wa…
This commit makes two tiny UI code cleanups: it removes an unnecessary colon from a transaction summary label and adjusts a Python type-hint return type. There is no indication these changes fix a security issue or affect how funds or secr…
This commit fixes a UI formatting bug where some labels on the Trezor screen were missing colons. In the Solana app, display names like 'amount' were not getting a trailing colon. The fix applies the colon-adding helper in the Solana-speci…
This commit removes an extra colon that was being added to Solana transaction confirmation screens on Trezor devices. The change is cosmetic: it stops showing a duplicate colon in front of property names (like 'Fee payer:' becoming 'Fee pa…
UI label formatting correction in transaction confirmation flowNo cryptographic, parsing, or access-control changesPotential indirect security relevance: unclear labels on hardware-wallet confirmation screens can contribute to user confusion/misapproval
This commit removes duplicate colons from on-screen text labels in the Trezor hardware wallet's Solana app and Bolt UI layout. It is a cosmetic/user-interface cleanup with no security relevance.
This commit is a code cleanup in the Trezor hardware wallet's user interface. It replaces hard-coded colon punctuation (like 'Amount:') with a helper function called with_colon that adds the colon in a translation-friendly way. There is no…
This commit only updates the expected visual test snapshots (hashes of screen images) in a test data file. It does not change any firmware, application, or cryptographic code. There is no direct security relevance visible in the commit its…
This commit removes colon characters from the ends of a few on-screen labels in the Trezor hardware wallet's user interface. For example, labels that previously read 'Amount:' now read 'Amount'. There is no security-relevant change visible…
This commit is a minor code cleanup that changes type annotations in a Solana-related layout file. It removes an unused import and switches three variable type hints from a broader type (PropertyType) to a narrower one (StrPropertyType). T…
This is a one-line change adding a missing Python type-hint return annotation to a helper function. It does not alter any runtime behavior, data flow, or security boundary.
This is a tiny UI text-formatting fix. The code that decides whether to put a space before a colon (a French typographic rule) was checking for the wrong language code ('fr' instead of 'fr-FR'). The patch corrects the code so French labels…
This commit tightens two GitHub Actions workflow files that run translation-related UI tests. It moves broad workflow-level AWS login permission down to only the specific jobs that need it, stops Git from keeping reusable login credentials…
Workflow permission scope reduction (id-token: write moved to job level)actions/checkout persist-credentials: false addedUser-controlled workflow input (inputs.languages) moved to environment variable before shell interpolation
This commit removes a small workaround in a translation-management script. Previously the script skipped English because English was added as a target language in the Crowdin translation platform, which produced empty English translation f…
This commit updates the rules that determine which on-screen text strings are allowed to be left blank (untranslated) in different Trezor device layouts, and removes one unused English string ('Learn more'). It is a localization housekeepi…
This commit is a routine regeneration of translation files for the Trezor hardware wallet firmware. It updates which text strings are shown in different languages and removes one unused string ('instructions__learn_more'). There is no indi…