Finschia / finschia-sdk

A framework for building blockchains based Finschia Mainnet that is forked from cosmos-sdk
Apache License 2.0
63 stars 30 forks source link

Check the changes of cosmwasm/wasmd v0.29 #684

Closed zemyblue closed 1 year ago

zemyblue commented 2 years ago

Summary

Check the changed from cosmwasm/wasmd v0.27 to v0.29.

Problem Definition

The latest cosmwasm/wasmd version is v0.29.0-rc0 (https://github.com/CosmWasm/wasmd/releases/tag/v0.29.0-rc0) and our wasm is based cosmwasm/wasmd v0.27 (refer #570) So we need to check the changes of v0.28 and v0.29. If the critical bug is fixed through these versions, we need to upgrade the base version.

Compatibility

<!DOCTYPE html>

asmd wasmvm cosmwasm-vm cosmwasm-std
0.29 v1.1.0   1.0-1.1
0.28 v1.0.0   1.0-1.1
0.27 v1.0.0   1.0

Proposal


For Admin Use

da1suk8 commented 2 years ago

Summarize

v0.27.0 → v0.28.0, there were three fix changes.

v0.28.0 → v0.29.0, there were many changes. I put notable changes of CHANGELOG.

Notable changes