CosmWasm / wasmd

Basic cosmos-sdk app with web assembly smart contracts
Other
368 stars 400 forks source link

Merge 0.8 into cosmos-sdk:master PR #127

Closed ethanfrey closed 4 years ago

ethanfrey commented 4 years ago

Summary

There is an open PR that updates to a recent cosmos-sdk master and gaia release (from late April). However, it is based on wasmd 0.7.2.

We will release wasmd 0.10 based on cosmos-sdk 0.39/master so we need to merge these all together. Let's do this in a few steps. This is the first one to get cosmwasm 0.8 contracts running on cosmos-sdk:master

TODO:

You can make a new branch and/or new PR to track this (by #129 this should be labelled 0.10)

Problem Definition

Proposal


For Admin Use

ethanfrey commented 4 years ago

This is obsolete as we have chosen the approach of #138