-
-
Notifications
You must be signed in to change notification settings - Fork 93
[Clear Signing] Bundler not compatible with subpath exports in gh-pages
#217
Comments
This issue is relative to upgrade ledger library @ledgerhq/hw-app-eth in the future to include the new feature, Currently our extension repo use following library @metamask/eth-ledger-bridge-keyring which will use during some rough research in google, there is not good solution to fix this issue, we may need to do further detail investigation when we decide to upgrade Here is document i found for EIP712 clearing signed feature in ledger |
Try to run the |
After some investigation in the following are the list of tasks involved.
if we upgrade the So total work will take proximately 1 week and half to complete this story. |
gh-pages
gh-pages
gh-pages
gh-pages
Unfortunately, after trying to implement the new EIP712 clear signed method from @ledgerhq/hw-app-eth, we discovered that the bundler used in the
gh-pages
branch isn't compatible with subpath exports used by the Ledger librairies in order to provide both commonjs and esmodules versions.Documentation talking about it is very hard to find, I could only find 1 issue talking about it here.
Parcel on its end has recently been updated in May to support this: https://parceljs.org/features/dependency-resolution/#package-exports.
Without a removal of Browserify, it doesn't look possible for Ledger to update its packages to the latest version and include the new features built into it.
The text was updated successfully, but these errors were encountered: