Update Tendermint to 0.34.0

This commit is contained in:
Simon Warta 2020-11-26 13:22:55 +01:00
parent 9580d2f895
commit dacaa00948
3 changed files with 3 additions and 2 deletions

View File

@ -31,6 +31,7 @@ export const adaptor34 = v0_33; // With this alias we can swap out the implement
const hashes = {
v0_34: [
"ca2c9df", // v0.34.0-rc6
"182fa32", // v0.34.0
],
};

View File

@ -5,7 +5,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[34]=v0.34.0-rc6
TM_VERSIONS[34]=v0.34.0
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

View File

@ -4,7 +4,7 @@ command -v shellcheck > /dev/null && shellcheck "$0"
declare -a TM_VERSIONS
TM_VERSIONS[33]=v0.33.8
TM_VERSIONS[34]=v0.34.0-rc6
TM_VERSIONS[34]=v0.34.0
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"