Skip to content

Commit

Permalink
Merge branch 'brent/upgrade-cometbft' (#381)
Browse files Browse the repository at this point in the history
Update to CometBFT v0.37.11
  • Loading branch information
brentstone authored Sep 6, 2024
2 parents 5159e10 + 1115381 commit cd4e219
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.9`
Namada is compatible with CometBFT release `v0.37.11`

You can download the precompiled CometBFT binaries from their [official GitHub repository](https://github.com/cometbft/cometbft/releases/).
- Download release `v0.37.9` for use with Namada [here](https://github.com/cometbft/cometbft/releases/tag/v0.37.9).
- Download release `v0.37.11` for use with Namada [here](https://github.com/cometbft/cometbft/releases/tag/v0.37.11).
- 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.9
0.37.11
```
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.9` for consensus. [Install CometBFT](./installing-cometbft.mdx) and place it in your `$PATH`.
Namada requires CometBFT `v0.37.11` for consensus. [Install CometBFT](./installing-cometbft.mdx) and place it in your `$PATH`.

### Join a Network

Expand Down

0 comments on commit cd4e219

Please sign in to comment.