From dc4548ea93df4d960d4e41f0a3ab88c9c5556154 Mon Sep 17 00:00:00 2001 From: Nhu Viet Nguyen Date: Tue, 6 Feb 2024 17:11:54 +0100 Subject: [PATCH 1/3] mocha: fix RPC docs section. Populate DA RPC first --- nodes/mocha-testnet.md | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/nodes/mocha-testnet.md b/nodes/mocha-testnet.md index e9f3fbde5d1..99cb258a3ef 100644 --- a/nodes/mocha-testnet.md +++ b/nodes/mocha-testnet.md @@ -47,15 +47,23 @@ import MochaVersionTags from '../.vitepress/components/MochaVersionTags.vue' -## RPC endpoints +Below is a list of RPC endpoints you can use to connect to Mocha testnet: -The RPC endpoint is to allow users to interact with Celestia's nodes by -querying the node's state and broadcasting transactions on the -Celestia network. The default port is 26657. +## RPC For DA Bridge, full, and light nodes -Below is a list of RPC endpoints you can use to connect to Mocha testnet: +These RPC endpoints for DA nodes are to provide state access for querying the +chain’s state and broadcasting transactions (balances, blobs, etc.) to the +Celestia network. For users, they will need to provide a `–core.ip string` +from a consensus node’s URL or IP that populates 2 ports for 2 types +(RPC and gRPC, at ports 26657 and 9090, respectively) to their respective DA +node. -### Bridge, full, and light nodes +:::tip Bridge nodes +Mentioned below RPC endpoints do not guarantee you the download of full blocks from +them. We advise that if you are running a bridge node, that you also +run a local [full consensus node](./consensus-node.md) in order to download +full blocks from it. +::: - `full.consensus.mocha-4.celestia-mocha.com` - `consensus-full-mocha-4.celestia-mocha.com` @@ -68,12 +76,11 @@ Below is a list of RPC endpoints you can use to connect to Mocha testnet: - `mocha.celestia.rpc.cumulo.me` - `rpc-mocha-4.spidey.services` -### Full and light nodes ONLY +## RPC endpoints -These RPC endpoints do not allow you to download full blocks from -them. We advise that if you are running a bridge node, that you also -run a local [full consensus node](./consensus-node.md) in order to download -full blocks from it. +The RPC endpoint is to allow users to interact with Celestia's nodes by +querying the node's state and broadcasting transactions on the +Celestia network. The default port is 26657. - `rpc.celestia-mocha.com` - `rpc-2.celestia-mocha.com` From a4bb9f15739bd876cc4518900404b141df5a98b4 Mon Sep 17 00:00:00 2001 From: Nhu Viet Nguyen Date: Tue, 6 Feb 2024 18:15:07 +0100 Subject: [PATCH 2/3] mocha: fix RPC docs section - move all rpc only to a proper section --- nodes/mocha-testnet.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nodes/mocha-testnet.md b/nodes/mocha-testnet.md index 99cb258a3ef..e31711fd37d 100644 --- a/nodes/mocha-testnet.md +++ b/nodes/mocha-testnet.md @@ -68,13 +68,6 @@ full blocks from it. - `full.consensus.mocha-4.celestia-mocha.com` - `consensus-full-mocha-4.celestia-mocha.com` - `rpc-mocha.pops.one` -- `celestia-rpc.f5nodes.com` -- `celestia-testnet.brightlystake.com` -- `rpc-celestia-mocha.architectnodes.com` -- `rpc-celestia-mocha.testnet-pride.com` -- `rpc-celestia-testnet-01.stakeflow.io` -- `mocha.celestia.rpc.cumulo.me` -- `rpc-mocha-4.spidey.services` ## RPC endpoints @@ -84,6 +77,13 @@ Celestia network. The default port is 26657. - `rpc.celestia-mocha.com` - `rpc-2.celestia-mocha.com` +- `celestia-rpc.f5nodes.com` +- `celestia-testnet.brightlystake.com` +- `rpc-celestia-mocha.architectnodes.com` +- `rpc-celestia-mocha.testnet-pride.com` +- `rpc-celestia-testnet-01.stakeflow.io` +- `mocha.celestia.rpc.cumulo.me` +- `rpc-mocha-4.spidey.services` ## API endpoints From 33d0fe3484fe1cd17ea529383ab3b660ea4a66a5 Mon Sep 17 00:00:00 2001 From: Nguyen Nhu Viet Date: Tue, 6 Feb 2024 18:16:19 +0100 Subject: [PATCH 3/3] Update nodes/mocha-testnet.md --- nodes/mocha-testnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/mocha-testnet.md b/nodes/mocha-testnet.md index e31711fd37d..f478c624018 100644 --- a/nodes/mocha-testnet.md +++ b/nodes/mocha-testnet.md @@ -49,7 +49,7 @@ import MochaVersionTags from '../.vitepress/components/MochaVersionTags.vue' Below is a list of RPC endpoints you can use to connect to Mocha testnet: -## RPC For DA Bridge, full, and light nodes +## RPC for DA bridge, full, and light nodes These RPC endpoints for DA nodes are to provide state access for querying the chain’s state and broadcasting transactions (balances, blobs, etc.) to the