Update to wasmd v0.10.0-beta1
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
3e97bf88bd960fee5e5959c77b972eb2927690bc10160792741b174f105ec0c5 cw-erc20.wasm
|
||||
851aa8bbc76bc2326a38b99e1432bb06a8ed36442a68e9e676d10ed8beedd1d1 cw-nameservice.wasm
|
||||
44397b14c9ec35b3188d16b5ed46de2fb6397d7bf2d1f2755a9970054aa7abb0 staking.wasm
|
||||
0f14abcc6fed08f2dd06896db974989db97dbcc6e8e30188b73fe5ab427c7785 cw-erc20.wasm
|
||||
ebc2b11e2afa50d5dcd4234840cd581e948a59d888bb8d651598bba3732cd8ee cw-nameservice.wasm
|
||||
9430a98aa5bb765aa56f683290340e34e230822a4e356d566b54b9b5cf01ab30 staking.wasm
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -22,8 +22,8 @@ const guest = {
|
||||
};
|
||||
|
||||
const codeMeta = {
|
||||
source: "https://crates.io/api/v1/crates/cw-erc20/0.5.1/download",
|
||||
builder: "cosmwasm/rust-optimizer:0.8.0",
|
||||
source: "https://crates.io/api/v1/crates/cw-erc20/not-yet-released/download",
|
||||
builder: "cosmwasm/rust-optimizer:0.9.0",
|
||||
};
|
||||
|
||||
const initDataHash = {
|
||||
|
||||
@@ -12,7 +12,7 @@ const alice = {
|
||||
};
|
||||
|
||||
const codeMeta = {
|
||||
source: "https://crates.io/api/v1/crates/cw-nameservice/0.5.1/download",
|
||||
source: "https://crates.io/api/v1/crates/cw-nameservice/not-yet-released/download",
|
||||
builder: "cosmwasm/rust-optimizer:0.8.0",
|
||||
};
|
||||
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
# Choose from https://hub.docker.com/r/cosmwasm/wasmd/tags
|
||||
REPOSITORY="cosmwasm/wasmd"
|
||||
VERSION="v0.10.0-alpha"
|
||||
VERSION="v0.10.0-beta1"
|
||||
|
||||
CONTAINER_NAME="wasmd"
|
||||
|
||||
@@ -47,6 +47,7 @@ docker exec "$CONTAINER_NAME" \
|
||||
wasmcli rest-server \
|
||||
--node tcp://localhost:26657 \
|
||||
--trust-node \
|
||||
--unsafe-cors \
|
||||
--laddr "tcp://0.0.0.0:$REST_PORT_GUEST" \
|
||||
> "$REST_SERVER_LOGFILE" &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user