Skip to content

Commit bb6d2c5

Browse files
authored
Merge pull request #5007 from namada-net/grarco/comet-v0.37.17
Updates to Comet v0.37.17
2 parents b3e1bae + 1de2916 commit bb6d2c5

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Updated the scripts and README to CometBFT v0.37.17
2+
([\#5007](https://github.com/namada-net/namada/pull/5007))

Dockerfile

Lines changed: 1 addition & 1 deletion
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.16 --single-branch https://github.com/cometbft/cometbft.git && cd cometbft && make build
30+
RUN git clone -b v0.37.17 --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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Please see the [contributing page](./CONTRIBUTING.md).
8282

8383
### Dependencies
8484

85-
The ledger currently requires [CometBFT v0.37.16](https://github.com/cometbft/cometbft/releases/tag/v0.37.16) 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).
85+
The ledger currently requires [CometBFT v0.37.17](https://github.com/cometbft/cometbft/releases/tag/v0.37.17) 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).
8686

8787
#### Hermes
8888

scripts/get_cometbft.sh

Lines changed: 1 addition & 1 deletion
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="16"
9+
CMT_PATCH="17"
1010

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

0 commit comments

Comments
 (0)