diff --git a/.vitepress/components/MainnetBetaDetails.vue b/.vitepress/components/MainnetBetaDetails.vue new file mode 100644 index 00000000000..633c78c1c93 --- /dev/null +++ b/.vitepress/components/MainnetBetaDetails.vue @@ -0,0 +1,59 @@ + + + \ No newline at end of file diff --git a/.vitepress/components/MainnetVersionTags.vue b/.vitepress/components/MainnetVersionTags.vue index d160cfb85e1..f793a8c7ef8 100644 --- a/.vitepress/components/MainnetVersionTags.vue +++ b/.vitepress/components/MainnetVersionTags.vue @@ -1,46 +1,34 @@ + \ No newline at end of file diff --git a/.vitepress/components/MochaTestnetDetails.vue b/.vitepress/components/MochaTestnetDetails.vue new file mode 100644 index 00000000000..0610226fe6d --- /dev/null +++ b/.vitepress/components/MochaTestnetDetails.vue @@ -0,0 +1,59 @@ + + + \ No newline at end of file diff --git a/.vitepress/components/MochaVersionTags.vue b/.vitepress/components/MochaVersionTags.vue index 54c52cfe740..fb1295fd6bf 100644 --- a/.vitepress/components/MochaVersionTags.vue +++ b/.vitepress/components/MochaVersionTags.vue @@ -1,46 +1,34 @@ + \ No newline at end of file diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 098c477c27b..9c1b9eba780 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -389,9 +389,9 @@ function sidebarHome() { }, { text: "Networks", - link: "/nodes/participate", collapsed: true, items: [ + { text: "Networks overview", link: "/nodes/participate"}, { text: "Mainnet Beta", link: "/nodes/mainnet" }, { text: "Mocha testnet", link: "/nodes/mocha-testnet" }, { text: "Arabica devnet", link: "/nodes/arabica-devnet" }, diff --git a/nodes/mainnet.md b/nodes/mainnet.md index b3c0d38f9ad..3ff61cdf844 100644 --- a/nodes/mainnet.md +++ b/nodes/mainnet.md @@ -4,6 +4,7 @@ ![Mainnet Beta](/img/Mainnet-Beta.png) @@ -29,6 +30,10 @@ like data availability sampling, it's crucial to remember that Mainnet Beta remains experimental at this stage. While the network is live and functional, users may encounter occasional instability or reduced performance. +## Network details + + + ## Software version numbers @@ -72,7 +77,7 @@ blob size. It depends on several factors: and a versioned constant. - The maximum bytes in a block, which is determined by a governance parameter and a hard-coded constant in CometBFT. -- The amount of shares occupied by the PFB transaction share. +- The number of shares occupied by the PFB transaction share. These factors can cause the maximum total blob size that can be included in one block to vary. @@ -86,7 +91,7 @@ node’s guide will link to the relevant network in order to show you how to connect to them. Learn about the different endpoint types [in the Cosmos SDK documentation](https://docs.cosmos.network/v0.50/learn/advanced/grpc_rest). -Here is a list of options of the type of nodes you can run in order +Here is a list of options of the types of nodes you can run in order to participate in Mainnet Beta: ### Consensus nodes @@ -188,14 +193,14 @@ node. :::tip ```bash -celestia start –core.ip –core.rpc.port \ +celestia start --core.ip –core.rpc.port \ –core.grpc.port ``` ::: :::tip Bridge nodes -Not all of the RPC endpoints do not guarantee the full block history. +Not all RPC endpoints guarantee the full block history. Find [an archive endpoint on the community dashboard](https://celestia-tools.brightlystake.com/) or run your own consensus full node with no pruning for your bridge node. @@ -220,7 +225,7 @@ RPCs for DA nodes to initialise or start your celestia-node to Mainnet Beta with - RPC: port 26657 DA full and light nodes might have troubles connecting to the networks, so you -can checkout this +can check out this [Grafana dashboard](https://celestia.grafana.net/public-dashboards/a10eff0043bb4bf0839004e2746e2bc6) to see health/uptime status of DA bootstrappers (now `celestia` network only). diff --git a/nodes/mocha-testnet.md b/nodes/mocha-testnet.md index c96887e2079..14b0c2315d6 100644 --- a/nodes/mocha-testnet.md +++ b/nodes/mocha-testnet.md @@ -38,16 +38,19 @@ on each respective page. Whenever you are asked to select the type of network you want to connect to in those guides, select `Mocha` to refer to the correct instructions on this page on how to connect to Mocha. -## Software version numbers - - +## Network details + + -Below is a list of RPC endpoints you can use to connect to Mocha testnet: +## Software version numbers + + ## RPC for DA bridge, full, and light nodes diff --git a/nodes/participate.md b/nodes/participate.md index bb2fa63e7d4..7cae11fbd2c 100644 --- a/nodes/participate.md +++ b/nodes/participate.md @@ -20,27 +20,37 @@ the network is stable and continues to receive updates, it remains experimental and users may experience occasional instability or reduced performance. -- Compatible software versions - +### Compatible software versions for Mainnet Beta + + ## Testnets Celestia currently has two existing testnets that you can participate in: -- [Arabica devnet](./arabica-devnet.md): A devnet focused on developers who - want to deploy sovereign rollups on the latest changes from Celestia's codebase. - Arabica will be updated frequently and might be unstable at times given new updates. - Validators won't be able to validate on Arabica as it is not designed for - validators to participate. - - Compatible software versions - -- [Mocha testnet](./mocha-testnet.md): A testnet focused on enabling validators - to test out their infrastructure by running nodes connected to the network. Developers - can also deploy sovereign rollups on Mocha, it just will always be behind Arabica - as Mocha upgrades are slower given they need to be done via hardforks in coordination - with the validator community on Mocha. - - Compatible software versions - +### Arabica Devnet + +[Arabica devnet](./arabica-devnet.md) is a devnet focused on developers who +want to deploy sovereign rollups on the latest changes from Celestia's codebase. +Arabica will be updated frequently and might be unstable at times given new updates. +Validators won't be able to validate on Arabica as it is not designed for +validators to participate. + +#### Compatible software versions for Arabica devnet + + + +### Mocha testnet + +[Mocha testnet](./mocha-testnet.md) is a testnet focused on enabling validators +to test out their infrastructure by running nodes connected to the network. Developers +can also deploy sovereign rollups on Mocha, it just will always be behind Arabica +as Mocha upgrades are slower given they need to be done via hardforks in coordination +with the validator community on Mocha. + +### Compatible software versions for Mocha testnet + + ## Network upgrades