Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to CometBFT v0.37.11 #381

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading