CosmWasm / wasmvm

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

Breaking change between wasmvm 1.2.0 and 1.2.1 #419

Closed webmaster128 closed 1 year ago

webmaster128 commented 1 year ago

Between wasmvm 1.2.0 and 1.2.1 there is a breaking change introduced in https://github.com/CosmWasm/wasmvm/pull/405.

This was reported by @DongLieu in #408 – thank you!

The consequence is that in order to upgrade wasmvm 1.2.0 to 1.2.1 or above, a code change is needed in the caller codebase.

In particular this means that users of wasmd 0.30.0 cannot easily upgrade wasmvm without moving to wasmd 0.31.0.

That's unfortunate, sorry for the inconvenience.

webmaster128 commented 1 year ago

Nothing to do here other than documenting it.