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
Nice find, thank you! The value was increased from 10_000_000_000 to 0x7FFFFFFFFFFFFFFF in CosmWasm 0.10 and completely removed in CosmWasm 0.13. Now ever uint64 is a valid gas limit. The constant MaxGas should be removed completely.
There is a comment about GasLimit
wasmd/x/wasm/keeper/keeper.go
Lines 31 to 33 in bbb1669
But in the present version, I cannot find this parameter in cosmwasm/vm.
Is it still limited by rust?
The text was updated successfully, but these errors were encountered: