-
Notifications
You must be signed in to change notification settings - Fork 528
fix: load Protocol V2 resource archives #12788
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
Merged
Merged
Changes from 41 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
ee024f9
fix: clarify Pro2 firmware update workflow guard
wabicai 8727b08
Merge branch 'hotfix/v6.5.2' into fix/firmware-upgrade-pro2
wabicai aaf1141
refactor: migrate desktop and webembed to rspack v2 (#12427)
huhuanming 61702a7
fix: align rspack production config with x
wabicai 777b993
fix: correct Pro2 portfolio currency conversion
wabicai d6432bd
docs: translate firmware workflow comments
wabicai 9b83ab0
fix: address Pro2 firmware workflow review feedback
wabicai 1c1cc48
fix: keep switched firmware wallets manageable
wabicai 868350b
fix: support manifest-driven Pro2 resources
wabicai ac49ba2
fix: align Pro2 and Neo firmware update titles
wabicai b99f8d4
fix: sync locale translations
wabicai 73ccaa1
chore: merge hotfix/v6.5.2
wabicai cfe579e
fix: load protocol v2 resource archives
wabicai 987590d
fix: enable remote resource archive updates
wabicai 8072f02
fix: address firmware update review feedback
wabicai 4c7dd2c
chore: align hardware sdk alpha versions
wabicai 620f7a9
fix: show protocol v2 update versions
wabicai f4b326c
fix: mark resource archive download state
wabicai b20afe5
fix: show protocol v2 component versions
wabicai 3788f84
fix: harden protocol v2 firmware updates
wabicai 043e751
chore: remove unrelated locale changes
wabicai d88f785
chore: align locale with hotfix base
wabicai a644f11
fix: honor protocol v2 forced update targets
wabicai 70c825e
fix: handle protocol v2 resource update overrides
wabicai 5393997
chore: update hardware sdk to 1.2.0-alpha.84
wabicai c432fa7
refactor: route firmware artifacts through unified downloader
wabicai e4fe0b8
fix: validate protocol v2 plan targets exactly
wabicai ea0e866
fix: bind firmware host to prepared plan
wabicai dee6fe8
fix: allow current firmware artifact host
wabicai 8c52b59
fix: compare Protocol V2 resources by default
wabicai 40ca854
chore: update hardware sdk to 1.2.0-alpha.86
wabicai e0b9f58
chore: update hardware sdk to 1.2.0-alpha.87
wabicai cd8b4d0
fix: allow pre-release firmware artifact hosts in developer mode (#12…
originalix 6b655d7
fix: validate Protocol V2 firmware plans early
wabicai 8fd41bb
chore: fix firmware artifact lint wording
wabicai 583d3d6
fix: consume prepared plans without duplicate inputs
wabicai 69eaf7c
style: format prepared plan assertion
wabicai af5b419
fix: address protocol v2 firmware review
wabicai 4ea6512
chore: fix firmware UI test import order
wabicai 56c831a
fix: support serial-less protocol v2 updates
wabicai 567687f
chore: update hardware sdk to 1.2.0-alpha.92
wabicai 7432a03
chore: update hardware sdk to alpha.98
wabicai d245846
chore: update hardware sdk to alpha.99
wabicai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P1: [Upgrade the App to the SDK build reviewed in the companion PR]
This branch still pins every Hardware SDK package and the root resolutions to
1.2.0-alpha.92, while the companion SDK PR head is published as1.2.0-alpha.96. Alpha.92 predates the prepared-plan host-digest fixes and the V3 unplanned-input rejection, so this App PR is not actually integrating or testing the SDK implementation being approved alongside it.Please update the root dependencies, resolutions, CLI package, and lockfile together to alpha.96 (or the final replacement prerelease) before merging.