Remove Tendermint33Client and related symbols

This commit is contained in:
Simon Warta
2021-11-22 21:09:36 +01:00
parent 260a1fa09f
commit fe07180431
17 changed files with 7 additions and 2332 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ command -v shellcheck >/dev/null && shellcheck "$0"
# Find latest patch releases at https://hub.docker.com/r/tendermint/tendermint/tags/
declare -a TM_VERSIONS
TM_VERSIONS[33]=v0.33.8
# TM_VERSIONS[33]=v0.33.8
TM_VERSIONS[34]=v0.34.10
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
+1 -1
View File
@@ -3,7 +3,7 @@ set -o errexit -o nounset -o pipefail
command -v shellcheck >/dev/null && shellcheck "$0"
declare -a TM_VERSIONS
TM_VERSIONS[33]=v0.33.8
# TM_VERSIONS[33]=v0.33.8
TM_VERSIONS[34]=v0.34.10
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"