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

Upgrade cometbft #427

Merged
merged 2 commits into from
Feb 8, 2025
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
2 changes: 1 addition & 1 deletion packages/docs/pages/networks/mainnets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The genesis files are hosted in the following repository: https://github.com/ano
- chain ID: `namada.5f5de2dd1b88cba30586420`
- Namada binaries: [`v1.0.0`](https://github.com/anoma/namada/releases/tag/v1.0.0)
- Namada libs: [`v0.46.1`](https://github.com/anoma/namada/releases/tag/libs-v0.46.1)
- CometBFT version: [`v0.37.11`](https://github.com/cometbft/cometbft/releases/tag/v0.37.11)
- CometBFT version: [`v0.37.15`](https://github.com/cometbft/cometbft/releases/tag/v0.37.15)

### Joining the network from the CLI
The simplest way to join the network is the following:
Expand Down
12 changes: 6 additions & 6 deletions packages/docs/pages/networks/testnets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ This is a mainnet-tracking testnet and the intended primary staging ground for s
Before Phase 5 of mainnet, it is used to test the proposals to advance between the phases.

- chain ID: `housefire-alpaca.cc0d3e0c033be`
- Namada binaries: [`v1.1.0`](https://github.com/anoma/namada/releases/tag/v1.1.0)
- Namada libs: [`v0.47.0`](https://github.com/anoma/namada/releases/tag/libs-v0.47.0)
- CometBFT version: [`v0.37.11`](https://github.com/cometbft/cometbft/releases/tag/v0.37.11)
- Namada binaries: [`v1.1.1`](https://github.com/anoma/namada/releases/tag/v1.1.1)
- Namada libs: [`v0.47.1`](https://github.com/anoma/namada/releases/tag/libs-v0.47.1)
- CometBFT version: [`v0.37.15`](https://github.com/cometbft/cometbft/releases/tag/v0.37.15)

[Instructions to join and use the housefire testnet](https://testnet.housefire.tududes.com).

Expand All @@ -18,8 +18,8 @@ A more experimental testnet that is already configured to have full, Phase 5 fun
This network will be abandoned once the Namada mainnet and housefire testnet reach Phase 5 functionality.

- chain ID: `campfire-square.ff09671d333707`
- Namada binaries: [`v1.1.0`](https://github.com/anoma/namada/releases/tag/v1.1.0)
- Namada libs: [`v0.47.0`](https://github.com/anoma/namada/releases/tag/libs-v0.47.0)
- CometBFT version: [`v0.37.11`](https://github.com/cometbft/cometbft/releases/tag/v0.37.11)
- Namada binaries: [`v1.1.1`](https://github.com/anoma/namada/releases/tag/v1.1.1)
- Namada libs: [`v0.47.1`](https://github.com/anoma/namada/releases/tag/libs-v0.47.1)
- CometBFT version: [`v0.37.15`](https://github.com/cometbft/cometbft/releases/tag/v0.37.15)

[Instructions to join and use the campfire testnet](https://testnet.campfire.tududes.com/).
Loading