Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Fix polkadot.js interaction #41

Closed
ascjones opened this issue Nov 18, 2022 · 1 comment
Closed

Fix polkadot.js interaction #41

ascjones opened this issue Nov 18, 2022 · 1 comment

Comments

@ascjones
Copy link
Contributor

Currently the polkadot.js UI interaction does not work, the main issue is OutOfGas from calling contracts.

This is likely because the polkadot.js UI frontend does not currently support WeightsV2. See polkadot-js/apps#8364.

The fix would be to adapt the apps frontend to allow using the proofSize returned from the call dry run, and optionally allowing the user to specify the proof size in the UI.

@ascjones
Copy link
Contributor Author

Seems to be fixed now since use-ink/ink#1667

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant