Skip to content

Commit

Permalink
Merge branch 'release/23.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata committed Dec 20, 2023
2 parents b0fd722 + 42e9ed0 commit f4d3a74
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 8 deletions.
2 changes: 1 addition & 1 deletion common/defs/ethereum/released-definitions-timestamp.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023-11-01T12:53:06+00:00
2023-11-30T09:48:08+00:00
1 change: 0 additions & 1 deletion core/.changelog.d/3246.changed

This file was deleted.

1 change: 0 additions & 1 deletion core/.changelog.d/3359.added

This file was deleted.

1 change: 0 additions & 1 deletion core/.changelog.d/3411.fixed

This file was deleted.

1 change: 0 additions & 1 deletion core/.changelog.d/3424.fixed

This file was deleted.

19 changes: 18 additions & 1 deletion core/CHANGELOG.T2B1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
15 changes: 14 additions & 1 deletion core/CHANGELOG.T2T1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ 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]


## [2.6.3] (15th November 2023)

### Added
- Support interaction-less upgrade. [#2919]
Expand Down Expand Up @@ -808,8 +817,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
17 changes: 17 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion core/src/apps/ethereum/definitions_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__:
Expand Down

0 comments on commit f4d3a74

Please sign in to comment.