From c496bbce12e59e83d65a46bdf232ff1579dcf11f Mon Sep 17 00:00:00 2001 From: Palamar Date: Tue, 11 Feb 2025 20:49:27 +0200 Subject: [PATCH 1/3] Update quick-start.mdx --- packages/docs/pages/introduction/quick-start.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/pages/introduction/quick-start.mdx b/packages/docs/pages/introduction/quick-start.mdx index 3b3b7674..be46f3f7 100644 --- a/packages/docs/pages/introduction/quick-start.mdx +++ b/packages/docs/pages/introduction/quick-start.mdx @@ -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 From 2ac96345d8b79ce9d68d2918adf88769b67f2f5c Mon Sep 17 00:00:00 2001 From: Palamar Date: Tue, 11 Feb 2025 20:49:56 +0200 Subject: [PATCH 2/3] Update installing-cometbft.mdx --- packages/docs/pages/introduction/installing-cometbft.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/docs/pages/introduction/installing-cometbft.mdx b/packages/docs/pages/introduction/installing-cometbft.mdx index 297f00af..6f04be15 100644 --- a/packages/docs/pages/introduction/installing-cometbft.mdx +++ b/packages/docs/pages/introduction/installing-cometbft.mdx @@ -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.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 @@ -29,5 +29,5 @@ cometbft version Which should output something like: ```bash copy -0.37.11 +0.37.15 ``` From 0a3e580822d8aa9e43f0bb9c08b4b0e060a13858 Mon Sep 17 00:00:00 2001 From: Palamar Date: Tue, 11 Feb 2025 20:52:20 +0200 Subject: [PATCH 3/3] Update installing-cometbft.mdx --- packages/docs/pages/introduction/installing-cometbft.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/pages/introduction/installing-cometbft.mdx b/packages/docs/pages/introduction/installing-cometbft.mdx index 6f04be15..4640a6ac 100644 --- a/packages/docs/pages/introduction/installing-cometbft.mdx +++ b/packages/docs/pages/introduction/installing-cometbft.mdx @@ -6,7 +6,7 @@ In addition to the Namada binaries, it is required to install CometBFT before ru 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.15` 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