Skip to content

Commit

Permalink
Merge branch 'release/24.03'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata committed Mar 20, 2024
2 parents a1165d9 + 87894ae commit 68ff90c
Show file tree
Hide file tree
Showing 18 changed files with 97 additions and 18 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-30T09:48:08+00:00
2024-01-03T12:26:50+00:00
1 change: 0 additions & 1 deletion core/.changelog.d/3206.added

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion core/.changelog.d/3475.changed

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

30 changes: 30 additions & 0 deletions core/CHANGELOG.T2B1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ 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.7.0] (20th March 2024)

### Added
- Add translations capability. [#3206]
- Stellar: add support for `StellarClaimClaimableBalanceOp`. [#3434]
- Add loader to homescreen when locking the device. [#3440]
- Allow for going back to previous word in recovery process. [#3458]
- Clear sign ETH staking transactions on Everstake pool. [#3517]
- Send BIP-380 descriptor in GetPublicKey response. [#3539]

### Changed
- Display descriptors for BTC Taproot public keys. [#3475]

### Fixed
- Improved UI of multiple Solana instructions. [#3445]
- Solana multisig instruction warning will be displayed before instruction details are displayed. [#3445]
- Fixed Solana Memo instruction being unknown - it will now be recognized and displayed properly. [#3445]
- Add missing semicolon character to the passphrase entry. [#3477]


## [2.6.4] (20th December 2023)

### Added
Expand Down Expand Up @@ -817,10 +837,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3047]: https://github.com/trezor/trezor-firmware/pull/3047
[#3048]: https://github.com/trezor/trezor-firmware/pull/3048
[#3205]: https://github.com/trezor/trezor-firmware/pull/3205
[#3206]: https://github.com/trezor/trezor-firmware/pull/3206
[#3216]: https://github.com/trezor/trezor-firmware/pull/3216
[#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
[#3244]: https://github.com/trezor/trezor-firmware/pull/3244
[#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
Expand All @@ -830,3 +852,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#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
[#3434]: https://github.com/trezor/trezor-firmware/pull/3434
[#3440]: https://github.com/trezor/trezor-firmware/pull/3440
[#3445]: https://github.com/trezor/trezor-firmware/pull/3445
[#3458]: https://github.com/trezor/trezor-firmware/pull/3458
[#3475]: https://github.com/trezor/trezor-firmware/pull/3475
[#3477]: https://github.com/trezor/trezor-firmware/pull/3477
[#3517]: https://github.com/trezor/trezor-firmware/pull/3517
[#3539]: https://github.com/trezor/trezor-firmware/pull/3539
32 changes: 32 additions & 0 deletions core/CHANGELOG.T2T1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ 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.7.0] (20th March 2024)

### Added
- Add translations capability. [#3206]
- Stellar: add support for `StellarClaimClaimableBalanceOp`. [#3434]
- Allow for going back to previous word in recovery process. [#3458]
- Clear sign ETH staking transactions on Everstake pool. [#3517]
- Send BIP-380 descriptor in GetPublicKey response. [#3539]

### Changed
- Display descriptors for BTC Taproot public keys. [#3475]

### Fixed
- Fixed blank display delay on startup when display orientation is set to other than north. [#3244]
- Improved UI of multiple Solana instructions. [#3445]
- Solana multisig instruction warning will be displayed before instruction details are displayed. [#3445]
- Fixed Solana Memo instruction being unknown - it will now be recognized and displayed properly. [#3445]


## [2.6.4] (20th December 2023)

### Added
Expand All @@ -12,6 +31,9 @@ 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)

Expand Down Expand Up @@ -813,10 +835,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3047]: https://github.com/trezor/trezor-firmware/pull/3047
[#3048]: https://github.com/trezor/trezor-firmware/pull/3048
[#3205]: https://github.com/trezor/trezor-firmware/pull/3205
[#3206]: https://github.com/trezor/trezor-firmware/pull/3206
[#3216]: https://github.com/trezor/trezor-firmware/pull/3216
[#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
[#3244]: https://github.com/trezor/trezor-firmware/pull/3244
[#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
Expand All @@ -826,3 +850,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#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
[#3434]: https://github.com/trezor/trezor-firmware/pull/3434
[#3440]: https://github.com/trezor/trezor-firmware/pull/3440
[#3445]: https://github.com/trezor/trezor-firmware/pull/3445
[#3458]: https://github.com/trezor/trezor-firmware/pull/3458
[#3475]: https://github.com/trezor/trezor-firmware/pull/3475
[#3477]: https://github.com/trezor/trezor-firmware/pull/3477
[#3517]: https://github.com/trezor/trezor-firmware/pull/3517
[#3539]: https://github.com/trezor/trezor-firmware/pull/3539
31 changes: 31 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ 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.7.0] (20th March 2024)

### Added
- Add translations capability. [#3206]
- Stellar: add support for `StellarClaimClaimableBalanceOp`. [#3434]
- [T2B1] Add loader to homescreen when locking the device. [#3440]
- Allow for going back to previous word in recovery process. [#3458]
- Clear sign ETH staking transactions on Everstake pool. [#3517]
- Send BIP-380 descriptor in GetPublicKey response. [#3539]

### Changed
- Display descriptors for BTC Taproot public keys. [#3475]

### Fixed
- [T2T1] Fixed blank display delay on startup when display orientation is set to other than north. [#3244]
- Improved UI of multiple Solana instructions. [#3445]
- Solana multisig instruction warning will be displayed before instruction details are displayed. [#3445]
- Fixed Solana Memo instruction being unknown - it will now be recognized and displayed properly. [#3445]
- [T2B1] Add missing semicolon character to the passphrase entry. [#3477]


## [2.6.4] (20th December 2023)

### Added
Expand Down Expand Up @@ -822,10 +843,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3047]: https://github.com/trezor/trezor-firmware/pull/3047
[#3048]: https://github.com/trezor/trezor-firmware/pull/3048
[#3205]: https://github.com/trezor/trezor-firmware/pull/3205
[#3206]: https://github.com/trezor/trezor-firmware/pull/3206
[#3216]: https://github.com/trezor/trezor-firmware/pull/3216
[#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
[#3244]: https://github.com/trezor/trezor-firmware/pull/3244
[#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
Expand All @@ -835,3 +858,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#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
[#3434]: https://github.com/trezor/trezor-firmware/pull/3434
[#3440]: https://github.com/trezor/trezor-firmware/pull/3440
[#3445]: https://github.com/trezor/trezor-firmware/pull/3445
[#3458]: https://github.com/trezor/trezor-firmware/pull/3458
[#3475]: https://github.com/trezor/trezor-firmware/pull/3475
[#3477]: https://github.com/trezor/trezor-firmware/pull/3477
[#3517]: https://github.com/trezor/trezor-firmware/pull/3517
[#3539]: https://github.com/trezor/trezor-firmware/pull/3539
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 = 1701337688
MIN_DATA_VERSION = 1704284810
FORMAT_VERSION = b"trzd1"

if __debug__:
Expand Down
6 changes: 2 additions & 4 deletions core/translations/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
PUBLIC_KEYS_PROD = [
bytes.fromhex(key)
for key in (
# TODO add production public keys
"aabbccdd" * 8,
"11223344" * 8,
"55667788" * 8,
"62cea8257b0bca15b33a76405a79c4881eb20ee82346813181a50291d6caec67",
"594ef09e51139372e528c6c5b8742ee1806f9114caeaeedb04be6a98e1ce3020",
)
]

Expand Down

0 comments on commit 68ff90c

Please sign in to comment.