You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 thecall
dry run, and optionally allowing the user to specify the proof size in the UI.The text was updated successfully, but these errors were encountered: