Closed verabehr closed 7 months ago
We currently have no check for the correct wasm lib version on start. It is easy to miss but super important to keep the chain in sync: https://github.com/CosmWasm/wasmd/blob/main/x/wasm/module.go#L224.
Fixed with https://github.com/palomachain/paloma/pull/1123
Background
We currently have no check for the correct wasm lib version on start. It is easy to miss but super important to keep the chain in sync: https://github.com/CosmWasm/wasmd/blob/main/x/wasm/module.go#L224.
Done when