Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firmware: add 2.7.2 #77

Merged
merged 1 commit into from
Jun 11, 2024
Merged

firmware: add 2.7.2 #77

merged 1 commit into from
Jun 11, 2024

Conversation

mmilata
Copy link
Member

@mmilata mmilata commented Jun 10, 2024

Changelog:

* Add display brightness setting.
* Multi-share backups can now have any number of shares.
* Add support for repeated backups.
* Add support for Cardano Conway certificates [Universal fw only].

{
"required": false,
"version": [2, 7, 2],
"min_bridge_version": [2, 0, 7],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We removed min_bridge_version from releases.json in Suite some time ago because it was not used. Do you think it is used somewhere else or should we remove it from this repo as well? I can do it in another PR.

Copy link
Member Author

@mmilata mmilata Jun 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Firmware doesn't use any data from here AFAIK. I don't know who else is consuming data from this repo.

firmware/2/releases.json Outdated Show resolved Hide resolved
firmware/2/releases.json Outdated Show resolved Hide resolved
"bootloader_version": [2, 1, 4],
"translations": ["cs-CZ", "de-DE", "es-ES", "fr-FR"],
"url": "data/firmware/2/trezor-2.7.2.bin",
"url_bitcoinonly": "data/firmware/2/trezor-2.7.2-bitcoinonly.bin",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm thinking we should just point to t2t1 directory here, perhaps even make this releases.json a straight up copy of the t2t1 version ... and then not place new releases in the 2/ subdir.

what do you think @komret @vdovhanych ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This directory is not accessed by Suite, not even old versions, AFAIK. I suppose old versions of trezorctl use releases.json from here? If that is the only use case, then it could indeed point to the t2t1 directory instead.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and yet, you merged with this thing untouched :) well there's always next time i suppose

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll do a separate PR.
@vdovhanych, could we just redirect from https://data.trezor.io/firmware/2/releases.json to https://data.trezor.io/firmware/t2t1/releases.json? Or do we have to maintain a copy of the file?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here it is: #80

Copy link
Contributor

@matejcik matejcik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

checked the versions and fingerprints, all seem in order.
did not check contents of binaries.

@komret komret merged commit 7a23bfd into master Jun 11, 2024
1 check passed
@mmilata mmilata deleted the add-fw-2.7.2 branch June 11, 2024 17:00
@komret komret mentioned this pull request Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants