Releases: CosmWasm/wasmd
v0.14.0: Opening the Stargate
This is the first wasmd release built on Cosmos SDK v0.40.0
final, aka Stargate. It is fully compatible with the IBC version to be deployed on the Cosmos Hub (and many other networks in Q1 2021 and beyond).
It also included and updated wasmer virtual machine, wasmer v1.0.0
, with improved performance and stability.
We will be adding more IBC features in the next few releases, but you can already transfer tokens from other chains and use them in your contracts.
v0.13.0
v0.13.0 (2020-11-30)
Fixed bugs:
- REST handler wrong
Sender
source #324
Closed issues:
- Change proto package to match <organisation>.<module>.<version> #329
- Out of gas causes panic when external contract store query executed #321
- Check codecov report #298
- cosmwasm.GoAPI will not work on sdk.ValAddress #264
- Stargate: Add pagination support for queries #242
Merged pull requests:
v0.11.0
Feature complete for 1.0
This is the tag for coralnet
and gaiaflex
and is a feature-complete system. We will do a major upgrade on the wasm engine and bugfixes before 1.0, and clean up some APIs, but no more major features will be added (except directly related to the wasm engine upgrade)
Ready to try out and build your contracts against.