mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-19 04:48:12 +00:00
Merge branch 'release/24.03'
This commit is contained in:
commit
68ff90ccbd
@ -1 +1 @@
|
||||
2023-11-30T09:48:08+00:00
|
||||
2024-01-03T12:26:50+00:00
|
||||
|
@ -1 +0,0 @@
|
||||
Add translations capability
|
@ -1 +0,0 @@
|
||||
[T2T1] Fixed blank display delay on startup when display orientation is set to other than north
|
@ -1 +0,0 @@
|
||||
Stellar: add support for StellarClaimClaimableBalanceOp.
|
@ -1 +0,0 @@
|
||||
[T2B1] Add loader to homescreen when locking the device
|
@ -1 +0,0 @@
|
||||
Fixed Solana Memo instruction being unknown - it will now be recognized and displayed properly
|
@ -1 +0,0 @@
|
||||
Solana multisig instruction warning will be displayed before instruction details are displayed
|
@ -1 +0,0 @@
|
||||
Improved UI of multiple Solana instructions
|
@ -1 +0,0 @@
|
||||
Allow for going back to previous word in recovery process
|
@ -1 +0,0 @@
|
||||
Display descriptors for BTC Taproot public keys.
|
@ -1 +0,0 @@
|
||||
[T2B1] Add missing semicolon character to the passphrase entry
|
@ -1 +0,0 @@
|
||||
Clear sign ETH staking transactions on Everstake pool.
|
@ -1 +0,0 @@
|
||||
Send BIP-380 descriptor in GetPublicKey response.
|
@ -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
|
||||
@ -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
|
||||
@ -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
|
||||
|
@ -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
|
||||
@ -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)
|
||||
|
||||
@ -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
|
||||
@ -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
|
||||
|
@ -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
|
||||
@ -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
|
||||
@ -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
|
||||
|
@ -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 = 1701337688
|
||||
MIN_DATA_VERSION = 1704284810
|
||||
FORMAT_VERSION = b"trzd1"
|
||||
|
||||
if __debug__:
|
||||
|
@ -22,10 +22,8 @@ PRIVATE_KEYS_DEV = [byte * 32 for byte in (b"\xdd", b"\xde", b"\xdf")]
|
||||
PUBLIC_KEYS_PROD = [
|
||||
bytes.fromhex(key)
|
||||
for key in (
|
||||
# TODO add production public keys
|
||||
"aabbccdd" * 8,
|
||||
"11223344" * 8,
|
||||
"55667788" * 8,
|
||||
"62cea8257b0bca15b33a76405a79c4881eb20ee82346813181a50291d6caec67",
|
||||
"594ef09e51139372e528c6c5b8742ee1806f9114caeaeedb04be6a98e1ce3020",
|
||||
)
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user