mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Test against cometbft/cometbft:v0.38.0
This commit is contained in:
parent
6d763bd067
commit
77d7ef3640
@ -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,
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user