CosmWasm / wasmvm

Go bindings to the running cosmwasm contracts with wasmer
Apache License 2.0
173 stars 99 forks source link

Use different debug handler by default #453

Closed webmaster128 closed 12 months ago

webmaster128 commented 12 months ago

Instead of relying whatever cosmwasm-vm does, we print timestamp and gas remaining.

I'm primarily putting this here to show where/how those things can be customized.

See also https://github.com/CosmWasm/cosmwasm/issues/1841.