From 5ffc23711db7321031e1934c003bc96b3811376a Mon Sep 17 00:00:00 2001 From: brentstone Date: Tue, 17 Dec 2024 23:07:45 -0800 Subject: [PATCH] rework testnets page --- packages/docs/pages/networks/testnets.mdx | 65 ++++------------------- 1 file changed, 10 insertions(+), 55 deletions(-) diff --git a/packages/docs/pages/networks/testnets.mdx b/packages/docs/pages/networks/testnets.mdx index d6788838..9ac99bfb 100644 --- a/packages/docs/pages/networks/testnets.mdx +++ b/packages/docs/pages/networks/testnets.mdx @@ -1,60 +1,15 @@ -import { Callout } from 'nextra-theme-docs' +# Live Testnets -# Namada Testnets +Currently, while the Namada mainnet is live and has not reached Phase 5 of the mainnet launch, two public test networks are currently running, housefire and campfire. -For more context read: +### Housefire Testnet +This is a mainnet-tracking testnet and the intended primary staging ground for software upgrades and governance proposals. +Before Phase 5 of mainnet, it is used to test the proposals to advance between the phases. -[Announcing Namada Public Testnets](https://blog.namada.net/announcing-namada-public-testnets/) +Instructions to join and use the testnet are in [this webpage](https://testnet.housefire.tududes.com). -## Shielded expedition +### Campfire (??) Testnet +A more experimental testnet that is already configured to have full, Phase 5 functionality at genesis. +This network will be abandoned once the Namada mainnet and housefire testnet reach Phase 5 functionality. - -For the shielded expedition, it is important to remember to add the `--memo` flag to every transaction. The memo should be filled with the `tpknam` submitted at the shielded-expedition registration period. -For example `namadac transfer --source me --target you --amount 10 --token naan --signing-keys my-key --memo tpknamq1337mypubkey1964qqqqqq` - - - -As of version `v0.31.8` you must specify `--node http://127.0.0.1:26657` when running `namadac` commands. This is a temporary bug until the `namadac` client is updated. - - -The `balances.toml` file is located at `https://github.com/anoma/namada-shielded-expedition`. - -- Namada Shielded expedition 2: - - From date: 6th of February 2024 18:00 UTC - - Namada protocol version: `v0.31.9` - - Cometbft version: `0.37.2` - - CHAIN_ID: `shielded-expedition.88f17d1d14` - - -The history of all testnets can be found [here](./testnets/testnet-history.mdx). - -## Namada protocol versions - -A testnet might deploy different versions of the Namada protocol. To see in-detail what each protocol version includes, refer to the [GitHub changelog](https://github.com/anoma/namada/tree/main/.changelog), which specifies what changes have been made in between versions. - -## Report a bug - -If you find a bug, please submit an issue with the `bug` [issue template](https://github.com/anoma/namada/issues/new/choose). - -## How to join a Namada testnet - -1. [Environment setup](./testnets/environment-setup.mdx) -2. [Pre-genesis instructions](./testnets/pre-genesis.mdx) -3. [Pre-genesis validator setup](../operators/validators/validator-setup.mdx) -4. [Pre-genesis validator apply](./testnets/genesis-validator-apply.mdx) -5. [Running your genesis validator](../operators/validators/validator-setup.mdx#start-validating) -6. [Running a full node](../operators/ledger/running-a-full-node.mdx) -7. [Becoming a validator post-genesis](./testnets/post-genesis-validator.mdx) - -## Testnet flowchart -![testnet_flowchart](/images/testnet_flowchart.png) - -The Namada public testnet is permissionless, anyone can join without the authorisation of a centralized party. Expect frequent upgrades (every two weeks). - -## Block explorer - -The block explorer is currently in development. The latest version can be found at [namada.world](https://namada.world/) - -## Community - -For questions or feedback, please use [GitHub](https://github.com/anoma/namada/issues) or [Discord](https://discord.gg/namada). Don't forget to [follow Namada](https://twitter.com/namada) on Twitter for fun memes and testnet relevant updates. +Instructions to join: ??? \ No newline at end of file