Update wasmd to 0.14.0

This commit is contained in:
Simon Warta 2021-01-11 17:04:34 +01:00
parent f7f482ae9a
commit e247914638
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ An SDK to build CosmWasm clients.
| CosmWasm | x/wasm | @cosmjs/cosmwasm-stargate |
| -------- | ------ | ------------------------- |
| 0.12 | 0.13 | `^0.24.0` |
| 0.13 | 0.14 | `^0.24.0` |
## Development

View File

@ -41,7 +41,7 @@
"coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet",
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js",
"preget-proto": "shx rm -rf proto",
"get-proto": "WASM_REF=v0.14.0-rc2 COSMOS_REF=v0.40.0-rc7 ./scripts/get-proto.sh",
"get-proto": "WASM_REF=v0.14.0 COSMOS_REF=v0.40.0 ./scripts/get-proto.sh",
"predefine-proto": "./scripts/predefine-proto.sh",
"define-proto": "./scripts/define-proto.sh",
"postdefine-proto": "prettier --write \"src/codec/generated/codecimpl.*\""

View File

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