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 Sep 28, 2023. It is now read-only.
When I want to do an XVM call using XVM chain-extension in a wasm contract. the estimated gas is too high (and execute button is grayed - thus impossible to execute the tx).
When I edit this estimated gas and reduce it from 500% to 50% the call works. so it is an estimated gas issue only.
The text was updated successfully, but these errors were encountered:
I'm not sure this is a bug in XVM pallet - you're getting this from polkadot-js app.
If I understand correctly, dry-run is performed and gasRequired is extracted from the exec result.
So it shouldn't be possible for gas required to exceed the block limit.
Description
When I want to do an XVM call using XVM chain-extension in a wasm contract. the estimated gas is too high (and execute button is grayed - thus impossible to execute the tx).
When I edit this estimated gas and reduce it from 500% to 50% the call works. so it is an estimated gas issue only.
The text was updated successfully, but these errors were encountered: