-
Notifications
You must be signed in to change notification settings - Fork 377
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
π hw-ledger-key-ring-protocol - pin tiny-secp256k1 version to 1.1.7 #8653
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
3 Skipped Deployments
|
29e595f
to
abd446a
Compare
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.
@ledgerhq/hw-app-btc
depend on [email protected]
shouldn't we have the same version for both packages ?
I guess this is what causes:
|
abd446a
to
fbff5e4
Compare
@@ -24,7 +24,7 @@ | |||
"bip32": "^4.0.0", | |||
"secp256k1": "^5.0.0", | |||
"create-hmac": "^1.1.7", | |||
"tiny-secp256k1": "1" | |||
"tiny-secp256k1": "1.1.7" |
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.
Still I think it would be best to also update the one in libs/ledgerjs/packages/hw-app-btc/package.json
. First to avoid duplicating the lib but also I'm struggling building LLD with newer versions of electron builder because of this package (for the app ASAR integrity check) so I would prefer having only one to worry about!
β Checklist
npx changeset
was attached.π Description
It may fix the following Sentry error : https://ledger.sentry.io/issues/6115989813/?alert_rule_id=15006706&alert_type=issue¬ification_uuid=27e565f1-802b-4dc5-88a0-906844100a0f&project=6505213&referrer=slack
β Context
π§ Checklist for the PR Reviewers