Skip to content

Releases: CosmWasm/wasmd

v0.14.0: Opening the Stargate

11 Jan 13:10

Choose a tag to compare

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

04 Dec 13:53
v0.13.0
576f620

Choose a tag to compare

v0.13.0 Pre-release
Pre-release

v0.13.0 (2020-11-30)

Full Changelog

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:

  • Use base request data for sender #325 (alpe)
  • Handle panics in query contract smart #322 (alpe)

v0.11.0

08 Oct 19:12
b30902f

Choose a tag to compare

A number of API improvements and bugfixes discovered with heavy contract development and deployment on Coralnet. Still on wasmer 0.17, the upgrade to the newest version is in progress

This will be the main engine for Musselnet

Feature complete for 1.0

03 Aug 11:48
02938b0

Choose a tag to compare

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.