Skip to content

Commit 52aecca

Browse files
committed
update recommended CometBFT to 0.37.15
1 parent 7aec98d commit 52aecca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN make build-release
2727
FROM golang:1.21.0 as tendermint-builder
2828
WORKDIR /app
2929

30-
RUN git clone -b v0.37.11 --single-branch https://github.com/cometbft/cometbft.git && cd cometbft && make build
30+
RUN git clone -b v0.37.15 --single-branch https://github.com/cometbft/cometbft.git && cd cometbft && make build
3131

3232
FROM debian:bookworm-slim AS runtime
3333
ENV NAMADA_LOG_COLOR=false

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Please see the [contributing page](./CONTRIBUTING.md).
8181

8282
### Dependencies
8383

84-
The ledger currently requires [CometBFT v0.37.11](https://github.com/cometbft/cometbft/releases/tag/v0.37.11) is installed and available on path. This can be achieved through following [these instructions](https://github.com/cometbft/cometbft/blob/main/docs/tutorials/install.md).
84+
The ledger currently requires [CometBFT v0.37.15](https://github.com/cometbft/cometbft/releases/tag/v0.37.15) is installed and available on path. This can be achieved through following [these instructions](https://github.com/cometbft/cometbft/blob/main/docs/tutorials/install.md).
8585

8686
#### Hermes
8787

scripts/get_cometbft.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -Eo pipefail
66
# https://github.com/tendermint/tendermint/releases/download/v0.34.13/tendermint_0.34.13_linux_amd64.tar.gz
77
# https://github.com/heliaxdev/tendermint/releases/download/v0.1.1-abcipp/tendermint_0.1.0-abcipp_darwin_amd64.tar.gz
88
CMT_MAJORMINOR="0.37"
9-
CMT_PATCH="11"
9+
CMT_PATCH="15"
1010

1111
CMT_REPO="https://github.com/cometbft/cometbft"
1212

0 commit comments

Comments
 (0)