Skip to content

Commit

Permalink
Merge pull request #429 from Pa1amar/master
Browse files Browse the repository at this point in the history
Update cometbft version
  • Loading branch information
brentstone authored Feb 12, 2025
2 parents bc2079a + 0a3e580 commit c201e55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/docs/pages/introduction/installing-cometbft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
In addition to the Namada binaries, it is required to install CometBFT before running Namada.

## Downloading the latest release
Namada is compatible with CometBFT release `v0.37.11`
Namada is compatible with CometBFT release `v0.37.15`

You can download the precompiled CometBFT binaries from their [official GitHub repository](https://github.com/cometbft/cometbft/releases/).
- Download release `v0.37.11` for use with Namada [here](https://github.com/cometbft/cometbft/releases/tag/v0.37.11).
- Download release `v0.37.15` for use with Namada [here](https://github.com/cometbft/cometbft/releases/tag/v0.37.15).
- While newer versions may be available on the release version, these have not been tested to be fully compatible and should not be used with Namada.

## Adding the CometBFT binary to $PATH
Expand All @@ -29,5 +29,5 @@ cometbft version
Which should output something like:

```bash copy
0.37.11
0.37.15
```
2 changes: 1 addition & 1 deletion packages/docs/pages/introduction/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can [build from source](./install/source.mdx) or [download prebuilt binaries

### Install CometBFT

Namada requires CometBFT `v0.37.11` for consensus. [Install CometBFT](./installing-cometbft.mdx) and place it in your `$PATH`.
Namada requires CometBFT `v0.37.15` for consensus. [Install CometBFT](./installing-cometbft.mdx) and place it in your `$PATH`.

### Join a Network

Expand Down

0 comments on commit c201e55

Please sign in to comment.