What changed, and why it matters
This commit simply updates a timestamp and a matching version number used to track the latest released Ethereum token/chain definitions. There is no code logic change, no bug fix, and no security-related content.
No action required; this is a routine metadata update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff changes two values: the released-definitions timestamp string (from 2025-10-09 to 2025-11-20) and the corresponding MIN_DATA_VERSION integer in definitions_constants.py. These constants tell the firmware the minimum supported Ethereum definitions bundle version. The change is a routine metadata update with no functional or security implications.
Changed components
common/defs/ethereum/released-definitions-timestamp.txtcore/src/apps/common/definitions_constants.pyInspect captured patch +2 / −2
diff --git a/common/defs/ethereum/released-definitions-timestamp.txt b/common/defs/ethereum/released-definitions-timestamp.txt
index 165bf283f..97da4ddfe 100644
--- a/common/defs/ethereum/released-definitions-timestamp.txt
+++ b/common/defs/ethereum/released-definitions-timestamp.txt
@@ -1 +1 @@
-2025-10-09T13:28:15+00:00
+2025-11-20T09:10:34+00:00
diff --git a/core/src/apps/common/definitions_constants.py b/core/src/apps/common/definitions_constants.py
index d09505353..c34de9ef1 100644
--- a/core/src/apps/common/definitions_constants.py
+++ b/core/src/apps/common/definitions_constants.py
@@ -9,7 +9,7 @@ PUBLIC_KEYS = (
b"\xb8\xd2\xb2\x1d\xe2\x71\x24\xf0\x51\x1f\x90\x3a\xe7\xe6\x0e\x07\x96\x18\x10\xa0\xb8\xf2\x8e\xa7\x55\xfa\x50\x36\x7a\x8a\x2b\x8b",
)
-MIN_DATA_VERSION = 1760016495
+MIN_DATA_VERSION = 1763629834
FORMAT_VERSION = b"trzd1"
if __debug__:
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.