Update to CosmWasm 0.14.0 and wasmd 0.16.0

This commit is contained in:
Simon Warta 2021-05-04 08:30:01 +02:00
parent ff92184884
commit 877a771fbd
9 changed files with 16 additions and 16 deletions

View File

@ -17,7 +17,7 @@ Updating Hackatom development contract in `src/testdata/contract.json`:
```sh
cd packages/cosmwasm-stargate
export HACKATOM_URL=https://github.com/CosmWasm/cosmwasm/releases/download/v0.14.0-beta5/hackatom.wasm
export HACKATOM_URL=https://github.com/CosmWasm/cosmwasm/releases/download/v0.14.0/hackatom.wasm
echo "{\"// source\": \"$HACKATOM_URL\", \"data\": \"$(curl -sS --location $HACKATOM_URL | base64 | tr -d '[:space:]')\" }" | jq > src/testdata/contract.json
```

File diff suppressed because one or more lines are too long

View File

@ -105,7 +105,7 @@ export const deployedHackatom = {
codeId: 1,
source: "https://crates.io/api/v1/crates/hackatom/not-yet-released/download",
builder: "cosmwasm/rust-optimizer:0.10.8",
checksum: "3da31e1978e492d041a60905319f454f21b381beac274d07081aee390d0a63d7",
checksum: "a32acdcfe15a2b3c8ba6963cf1e4ab63347725cc35a0f2434696dd492d63fb5f",
instances: [
{
beneficiary: alice.address0,

View File

@ -1,3 +1,3 @@
7e27a7cbe2dde809d21cebe4b7fc546e131c7b4ffbe283e97dad423cc17e0706 cw1_subkeys.wasm
8615889900edcd131531ffa85bb6706ece78ebde6b1bbf378ce0a813d49dac5f cw3_fixed_multisig.wasm
3da31e1978e492d041a60905319f454f21b381beac274d07081aee390d0a63d7 hackatom.wasm
775f9f8fe7d2ca1ac33ec47799e9b8fd25aa1bf3cf97961f49f091b99e62f85b cw1_subkeys.wasm
3e3ea92c4ec35d90aa0bef344bdb0a94939120fce57265d5ff81bf8e8caec7e9 cw3_fixed_multisig.wasm
a32acdcfe15a2b3c8ba6963cf1e4ab63347725cc35a0f2434696dd492d63fb5f hackatom.wasm

BIN
scripts/wasmd/contracts/cw1_subkeys.wasm (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

View File

@ -2,8 +2,8 @@
# This must get from 2-3 different repos, fix the versions here:
COSMWASM_VERSION="v0.14.0-beta5"
PLUS_VERSION="v0.6.0-beta3"
COSMWASM_VERSION="v0.14.0"
PLUS_VERSION="v0.6.0"
curl -L -O "https://github.com/CosmWasm/cosmwasm/releases/download/${COSMWASM_VERSION}/hackatom.wasm"

BIN
scripts/wasmd/contracts/hackatom.wasm (Stored with Git LFS)

Binary file not shown.

View File

@ -1,5 +1,5 @@
# Choose from https://hub.docker.com/r/cosmwasm/wasmd/tags
REPOSITORY="cosmwasm/wasmd"
VERSION="v0.16.0-alpha2"
VERSION="v0.16.0"
CONTAINER_NAME="wasmd"