CosmWasm / wasmvm

Go bindings to the CosmWasm VM
Apache License 2.0
173 stars 98 forks source link

Let StoreCode return gas cost #506

Closed chipshort closed 8 months ago

chipshort commented 8 months ago

closes #395

To be consistent with the entrypoints, it now returns the gas cost. I used the default gas multiplier and default compile cost from wasmd (multiplier divided by 1000 ofc) to get the CosmWasm gas value. The cost calculation is also based on the corresponding wasmd code.