test(clear_signing): add Trezor Test descriptor and clear-signing tests
What changed, and why it matters
This commit only adds two new import names (DateFormatter and RawFormatter) to an existing Python file in the Ethereum clear-signing module. It is a test-related change with no functional code modifications, no bug fixes, and no security-sensitive behavior changes.
No security action required. Treat as routine test-infrastructure change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds two class imports—DateFormatter and RawFormatter—to core/src/apps/ethereum/clear_signing_definitions.py. These imports appear to support new clear-signing test descriptors. No logic, definitions, or runtime behavior are changed; the file merely gains additional symbols from the clear_signing module.
Changed components
core/src/apps/ethereum/clear_signing_definitions.pyInspect captured patch +2 / −0
diff --git a/core/src/apps/ethereum/clear_signing_definitions.py b/core/src/apps/ethereum/clear_signing_definitions.py
index be946778..2bdbfd14 100644
--- a/core/src/apps/ethereum/clear_signing_definitions.py
+++ b/core/src/apps/ethereum/clear_signing_definitions.py
@@ -4,8 +4,10 @@ from .clear_signing import (
AddressNameFormatter,
Atomic,
ContainerPath,
+ DateFormatter,
DisplayFormat,
FieldDefinition,
+ RawFormatter,
TokenAmountFormatter,
parse_address,
parse_uint256,
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.