Merge pull request #700 from cosmos/prepare0.24.0-release

Update testing blockchains and prepare 0.24.0 release
This commit is contained in:
Simon Warta 2021-03-11 10:16:44 +01:00 committed by GitHub
commit f081591fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 7 deletions

View File

@ -6,9 +6,10 @@ An SDK to build CosmWasm clients.
## Compatibility
| CosmWasm | x/wasm | @cosmjs/cosmwasm-stargate |
| -------- | ------ | ------------------------- |
| 0.13 | 0.14 | `^0.24.0` |
| CosmWasm | x/wasm | @cosmjs/cosmwasm-stargate |
| -------- | --------- | ------------------------- |
| 0.14 | 0.16 | `^0.25.0` |
| 0.13 | 0.14-0.15 | `^0.24.0` |
## Development

View File

@ -8,6 +8,7 @@ A client library for the Cosmos SDK 0.40.
| CosmJS version | Supported Cosmos SDK version(s) |
| ------------------------------- | ------------------------------- |
| ^0.24.0 | 0.40.x, 0.41.x, 0.42.x |
| ^0.24.0-alpha.14 | 0.40.0 |
| ^0.24.0-alpha.8 | 0.40.0-rc3 |
| 0.24.0-alpha.2 0.24.0-alpha.7 | 0.40.0-rc2 |

View File

@ -1,4 +1,4 @@
# Choose from https://hub.docker.com/r/interchainio/simapp/tags
REPOSITORY="interchainio/simapp"
VERSION="v0.40.0"
VERSION="v0.42.1"
CONTAINER_NAME="simapp"

View File

@ -29,7 +29,7 @@ docker run --rm \
--mount type=volume,source=simapp_data,target=/root \
"$REPOSITORY:$VERSION" \
/template/run_simd.sh \
>"$SIMD_LOGFILE" &
>"$SIMD_LOGFILE" 2>&1 &
echo "simd running on http://localhost:$TENDERMINT_PORT_HOST and logging into $SIMD_LOGFILE"

View File

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

View File

@ -30,7 +30,7 @@ docker run --rm \
--mount type=volume,source=wasmd_data,target=/root \
"$REPOSITORY:$VERSION" \
./run_wasmd.sh /template \
>"$WASMD_LOGFILE" &
>"$WASMD_LOGFILE" 2>&1 &
echo "wasmd running and logging into $WASMD_LOGFILE"