From 0199f9c26c1616b8f6f3a1437d7c2a2cd5d0616e Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Wed, 6 Dec 2023 12:50:32 +0100 Subject: [PATCH 1/3] 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 7842b9d3949..5d703ab7ba4 100644 --- a/common/defs/ethereum/released-definitions-timestamp.txt +++ b/common/defs/ethereum/released-definitions-timestamp.txt @@ -1 +1 @@ -2023-11-01T12:53:06+00:00 +2023-11-30T09:48:08+00:00 diff --git a/core/src/apps/ethereum/definitions_constants.py b/core/src/apps/ethereum/definitions_constants.py index 81c414df7bf..c4e15310170 100644 --- a/core/src/apps/ethereum/definitions_constants.py +++ b/core/src/apps/ethereum/definitions_constants.py @@ -9,7 +9,7 @@ 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 = 1698843186 +MIN_DATA_VERSION = 1701337688 FORMAT_VERSION = b"trzd1" if __debug__: From 1f693d3561c375661563970e066f678590abc19c Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Wed, 6 Dec 2023 12:56:02 +0100 Subject: [PATCH 2/3] docs(core): changelog for 2.6.4 --- core/.changelog.d/3246.changed | 1 - core/.changelog.d/3359.added | 1 - core/.changelog.d/3411.fixed | 1 - core/.changelog.d/3424.fixed | 1 - core/CHANGELOG.T2B1.md | 19 ++++++++++++++++++- core/CHANGELOG.T2T1.md | 18 +++++++++++++++++- core/CHANGELOG.md | 17 +++++++++++++++++ 7 files changed, 52 insertions(+), 6 deletions(-) delete mode 100644 core/.changelog.d/3246.changed delete mode 100644 core/.changelog.d/3359.added delete mode 100644 core/.changelog.d/3411.fixed delete mode 100644 core/.changelog.d/3424.fixed diff --git a/core/.changelog.d/3246.changed b/core/.changelog.d/3246.changed deleted file mode 100644 index da1bed17eea..00000000000 --- a/core/.changelog.d/3246.changed +++ /dev/null @@ -1 +0,0 @@ -Always display Ethereum fees in Gwei. diff --git a/core/.changelog.d/3359.added b/core/.changelog.d/3359.added deleted file mode 100644 index d2392f6491d..00000000000 --- a/core/.changelog.d/3359.added +++ /dev/null @@ -1 +0,0 @@ -Added Solana support diff --git a/core/.changelog.d/3411.fixed b/core/.changelog.d/3411.fixed deleted file mode 100644 index 2a112d3e426..00000000000 --- a/core/.changelog.d/3411.fixed +++ /dev/null @@ -1 +0,0 @@ -Fix invalid encoding of signatures from Optiga. diff --git a/core/.changelog.d/3424.fixed b/core/.changelog.d/3424.fixed deleted file mode 100644 index a212aacbfbe..00000000000 --- a/core/.changelog.d/3424.fixed +++ /dev/null @@ -1 +0,0 @@ -[T2B1] Re-added missing address confirmation screens. diff --git a/core/CHANGELOG.T2B1.md b/core/CHANGELOG.T2B1.md index 8b7eeb6fea4..ee7c7fb68ab 100644 --- a/core/CHANGELOG.T2B1.md +++ b/core/CHANGELOG.T2B1.md @@ -4,7 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [2.6.3] (2nd November 2023) +## [2.6.4] (20th December 2023) + +### Added +- Added Solana support. [#3359] + +### Changed +- Always display Ethereum fees in Gwei. [#3246] + +### Fixed +- Fix invalid encoding of signatures from Optiga. [#3411] +- Re-added missing address confirmation screens. [#3424] + + +## [2.6.3] (15th November 2023) ### Added - Support interaction-less upgrade. [#2919] @@ -808,8 +821,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3218]: https://github.com/trezor/trezor-firmware/pull/3218 [#3237]: https://github.com/trezor/trezor-firmware/pull/3237 [#3242]: https://github.com/trezor/trezor-firmware/pull/3242 +[#3246]: https://github.com/trezor/trezor-firmware/pull/3246 [#3255]: https://github.com/trezor/trezor-firmware/pull/3255 [#3256]: https://github.com/trezor/trezor-firmware/pull/3256 [#3296]: https://github.com/trezor/trezor-firmware/pull/3296 [#3311]: https://github.com/trezor/trezor-firmware/pull/3311 +[#3359]: https://github.com/trezor/trezor-firmware/pull/3359 [#3377]: https://github.com/trezor/trezor-firmware/pull/3377 +[#3411]: https://github.com/trezor/trezor-firmware/pull/3411 +[#3424]: https://github.com/trezor/trezor-firmware/pull/3424 diff --git a/core/CHANGELOG.T2T1.md b/core/CHANGELOG.T2T1.md index e258cf58df6..18fa7369e89 100644 --- a/core/CHANGELOG.T2T1.md +++ b/core/CHANGELOG.T2T1.md @@ -4,7 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [2.6.3] (2nd November 2023) +## [2.6.4] (20th December 2023) + +### Added +- Added Solana support. [#3359] + +### Changed +- Always display Ethereum fees in Gwei. [#3246] + +### Fixed +- Fix invalid encoding of signatures from Optiga. [#3411] + + +## [2.6.3] (15th November 2023) ### Added - Support interaction-less upgrade. [#2919] @@ -808,8 +820,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3218]: https://github.com/trezor/trezor-firmware/pull/3218 [#3237]: https://github.com/trezor/trezor-firmware/pull/3237 [#3242]: https://github.com/trezor/trezor-firmware/pull/3242 +[#3246]: https://github.com/trezor/trezor-firmware/pull/3246 [#3255]: https://github.com/trezor/trezor-firmware/pull/3255 [#3256]: https://github.com/trezor/trezor-firmware/pull/3256 [#3296]: https://github.com/trezor/trezor-firmware/pull/3296 [#3311]: https://github.com/trezor/trezor-firmware/pull/3311 +[#3359]: https://github.com/trezor/trezor-firmware/pull/3359 [#3377]: https://github.com/trezor/trezor-firmware/pull/3377 +[#3411]: https://github.com/trezor/trezor-firmware/pull/3411 +[#3424]: https://github.com/trezor/trezor-firmware/pull/3424 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 42f23b51180..80d48b58076 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [2.6.4] (20th December 2023) + +### Added +- Added Solana support. [#3359] + +### Changed +- Always display Ethereum fees in Gwei. [#3246] + +### Fixed +- Fix invalid encoding of signatures from Optiga. [#3411] +- [T2B1] Re-added missing address confirmation screens. [#3424] + + ## [2.6.3] (15th November 2023) ### Added @@ -813,8 +826,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3218]: https://github.com/trezor/trezor-firmware/pull/3218 [#3237]: https://github.com/trezor/trezor-firmware/pull/3237 [#3242]: https://github.com/trezor/trezor-firmware/pull/3242 +[#3246]: https://github.com/trezor/trezor-firmware/pull/3246 [#3255]: https://github.com/trezor/trezor-firmware/pull/3255 [#3256]: https://github.com/trezor/trezor-firmware/pull/3256 [#3296]: https://github.com/trezor/trezor-firmware/pull/3296 [#3311]: https://github.com/trezor/trezor-firmware/pull/3311 +[#3359]: https://github.com/trezor/trezor-firmware/pull/3359 [#3377]: https://github.com/trezor/trezor-firmware/pull/3377 +[#3411]: https://github.com/trezor/trezor-firmware/pull/3411 +[#3424]: https://github.com/trezor/trezor-firmware/pull/3424 From 42e9ed0e09033d474dee1a560fe5870646fa440e Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Wed, 6 Dec 2023 14:19:19 +0100 Subject: [PATCH 3/3] docs(core): fix changelog for T2T1 --- core/CHANGELOG.T2T1.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/CHANGELOG.T2T1.md b/core/CHANGELOG.T2T1.md index 18fa7369e89..5d4cadeeaad 100644 --- a/core/CHANGELOG.T2T1.md +++ b/core/CHANGELOG.T2T1.md @@ -12,9 +12,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - Always display Ethereum fees in Gwei. [#3246] -### Fixed -- Fix invalid encoding of signatures from Optiga. [#3411] - ## [2.6.3] (15th November 2023)