From 69b4f6d80f4177031e4fbe6838ba3be8ccb6886e Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Thu, 14 Sep 2023 19:11:11 +0200 Subject: [PATCH] chore(common): set definition timestamp to the current signed definitions [no changelog] --- common/defs/ethereum/released-definitions-timestamp.txt | 2 +- core/src/apps/ethereum/definitions_constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/defs/ethereum/released-definitions-timestamp.txt b/common/defs/ethereum/released-definitions-timestamp.txt index c45f22d5bb..e5cdeb4973 100644 --- a/common/defs/ethereum/released-definitions-timestamp.txt +++ b/common/defs/ethereum/released-definitions-timestamp.txt @@ -1 +1 @@ -2023-04-03T13:44:24+00:00 +2023-09-06T12:08:21+00:00 diff --git a/core/src/apps/ethereum/definitions_constants.py b/core/src/apps/ethereum/definitions_constants.py index 063c0aba21..349e8980dc 100644 --- a/core/src/apps/ethereum/definitions_constants.py +++ b/core/src/apps/ethereum/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 = 1680529464 +MIN_DATA_VERSION = 1694002101 FORMAT_VERSION = b"trzd1" if __debug__: