Concordium / concordium-browser-wallet

Apache License 2.0
11 stars 9 forks source link

[Wallet API] The script injected into browser applications include WASM #456

Open soerenbf opened 3 months ago

soerenbf commented 3 months ago

Bug Description This depends on the implementation of https://github.com/Concordium/concordium-node-sdk-js/issues/344. Upgrading the dependency to the common SDK with this change included should fix the issue.

Steps to Reproduce

Expected Result

Actual Result

Screenshot 2024-04-02 at 10 05 00

Versions

limemloh commented 2 months ago

This was solved in https://github.com/Concordium/concordium-browser-wallet/pull/459. However, the solution is patching the web-sdk, this needs to be solved in the web-sdk somehow instead.