palomachain / paloma

The fast blockchain messenger protocol
Apache License 2.0
291 stars 135 forks source link

Check correct wasm library version on start #1122

Closed verabehr closed 7 months ago

verabehr commented 7 months ago

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

taariq commented 7 months ago

Fixed with https://github.com/palomachain/paloma/pull/1123