Merge pull request #700 from cosmos/prepare0.24.0-release
Update testing blockchains and prepare 0.24.0 release
This commit is contained in:
commit
f081591fdb
@ -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
|
||||
|
||||
|
||||
@ -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 |
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user