-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: upgrade @metamask/eth-ledger-bridge-keyring #11836
Conversation
# Conflicts: # yarn.lock
…solve subpath alias issue which react native 0.72.15 only beta support.
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Bitrise🔄🔄🔄 Commit hash: 0830919 Note
|
Bitrise✅✅✅ Commit hash: c9acb37 Note
|
Bitrise❌❌❌ Commit hash: 2bb51e9 Note
Tip
|
Quality Gate passedIssues Measures |
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.
LGTM!
@metamask/eth-ledger-bridge-keyring brings a library that downloads a big file during bundle, do you know if this is still happening? |
No really, the reason we upgrade is ledger team has do a upgrade on their lib to reduce the size, however, i have checked the whole @LedgerHQ library, the size didn't change too much compared to previous version. |
Description
This PR contain the upgrade of
@metamask/eth-ledger-bridge-keyring
library to latest6.0.0
, which contain the latest@ledgerhq/hw-eth-app
from ledger team,the latest
@ledgerhq/hw-eth-app
will provide following:clear-signing
feature support@ledgerhq/cryptoassets
with lighter package@ledgerhq/cryptoassets-evm-signature
Regarding the package size anlysis from requirement https://github.com/MetaMask/accounts-planning/issues/567
after the upgrade of @ledgerhq/hw-eth-app to 6.39.0, the whole @LedgerHQ library bundle did increase a little bit than before. (due to some new features support), but for
clear-signing
support, we may need to take the hit.Related issues
Fixes: https://github.com/MetaMask/accounts-planning/issues/567
Manual testing steps
Need a full regression on all ledger features to make sure all ledger features not broken by this library upgrade.
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist