Test against cometbft/cometbft:v0.38.0

This commit is contained in:
Simon Warta 2023-10-25 15:37:53 +02:00
parent 6d763bd067
commit 77d7ef3640
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ export const tendermintInstances = {
blockTime: 500, blockTime: 500,
expected: { expected: {
chainId: /^dockerchain$/, chainId: /^dockerchain$/,
version: /^0\.38\.0-rc3$/, version: /^0\.38\.0$/,
appCreator: "Cosmoshi Netowoko", appCreator: "Cosmoshi Netowoko",
p2pVersion: 8, p2pVersion: 8,
blockVersion: 11, blockVersion: 11,

View File

@ -8,7 +8,7 @@ command -v shellcheck >/dev/null && shellcheck "$0"
declare -a TM_IMAGES declare -a TM_IMAGES
TM_IMAGES[34]="tendermint/tendermint:v0.34.19" TM_IMAGES[34]="tendermint/tendermint:v0.34.19"
TM_IMAGES[37]="cometbft/cometbft:v0.37.0-rc3" TM_IMAGES[37]="cometbft/cometbft:v0.37.0-rc3"
TM_IMAGES[38]="cometbft/cometbft:v0.38.0-rc3" TM_IMAGES[38]="cometbft/cometbft:v0.38.0"
declare -a TM_ROOTS declare -a TM_ROOTS
TM_ROOTS[34]="/tendermint" TM_ROOTS[34]="/tendermint"