Merged
Conversation
4409211 to
c402c74
Compare
…e merge with upstream v2.11.0
…er-community instead of a custom fork. Update revisions of mintlayer-core-primitives and mintlayer-ledger-messages. Make LEDGER_TESTS_AUTO_CONFIRM true by default, to match the corresponding Trezor behaviour. Silence cargo-deny error about `rand` being unsound. Update rustls-webpki to fix a vulnerability. Update the Trezor repo referencve again.
4558067 to
2986651
Compare
OBorce
approved these changes
Apr 17, 2026
…rent "main" branches.
…pulling dependencies that require a newer rust version.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The main purpose of this PR is to update the trezor repo commit hash after it was merged with upstream and update the documentation.
There are some additional changes though:
ledger-libandledger-protonow point togithub.com/ledger-communityinstead of a custom fork.mintlayer-core-primitivesandmintlayer-ledger-messageswere updated.LEDGER_TESTS_AUTO_CONFIRMis now true by default, to match the corresponding behavior of Trezor tests.rustls-webpkiwas updated to pacifycargo-deny(fixes a vulnerability).randbeing unsound was silenced (upgradingrandis not trivial).P.S. with firmware v2.11.0 comes the potential Safe 7 support, but we won't get it for free, because the new device uses a new host communication protocol called THP. Trezor-lib doesn't seem to abstract it away, so we'll have to implement its support on the wallet side.