Skip to content

add NODERS info #1635

Merged
jcstein merged 5 commits intocelestiaorg:mainfrom
nodersteam:noders_infr
Jul 2, 2024
Merged

add NODERS info #1635
jcstein merged 5 commits intocelestiaorg:mainfrom
nodersteam:noders_infr

Conversation

@nodersteam
Copy link
Copy Markdown
Contributor

@nodersteam nodersteam commented Jun 27, 2024

This PR includes the addition of Consensus node NODERS for Mainnet and Testnet as well as the celestia and mocha-4 network endpoints parser

Summary by CodeRabbit

  • New Features
    • Introduced new gRPC and RPC endpoints for connecting DA nodes to Mainnet Beta and Mocha Testnet.
    • Added new analytics websites for monitoring Celestia Mainnet Beta and Mocha Testnet.

add NODERS consensus node
add NODERS testnet consensus node
add NODERS mainnet endpoints parser
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Jun 27, 2024

Warning

Review failed

The pull request is closed.

Walkthrough

The recent update introduces new RPC and gRPC endpoints for both the Celestia Mainnet Beta and Mocha Testnet, enabling more efficient connectivity to DA nodes. For analytics, new website links have been added to track performance metrics for both networks.

Changes

Files Change Summary
nodes/mainnet.md Added gRPC endpoint celestia-consensus-mainnet.noders.services with port 9080, and RPC port 26557. Added analytics website Cosmoslist.
nodes/mocha-testnet.md Added RPC endpoint celestia-consensus-testnet.noders.services with port 26357, and gRPC port 9070. Added analytics website Cosmoslist.

Poem

In the world of nodes, new paths arise,
gRPC and RPC endpoints reaching the skies.
Mainnet and Mocha, with metrics to show,
On Cosmoslist, their true stats flow.
Connectivity sparkles like bright new stars,
In this galaxy shaped by data jars. ✨🐇

Tip

AI model upgrade

gpt-4o model for reviews and chat is now live

OpenAI claims that this model is better at understanding and generating code than the previous models. Please join our Discord Community to provide any feedback or to report any issues.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between a24bec3 and 8799793.

Files selected for processing (2)
  • nodes/mainnet.md (2 hunks)
  • nodes/mocha-testnet.md (2 hunks)
Additional context used
LanguageTool
nodes/mocha-testnet.md

[style] ~75-~75: Consider a shorter alternative to avoid wordiness.
Context: ...nsensus node](./full-consensus-node.md) in order to download full blocks from it. ::: - `p...

(IN_ORDER_TO_PREMIUM)


[uncategorized] ~119-~119: Possible missing comma found.
Context: ...to interact with the REST API in Cosmos SDK which is implemented using gRPC-gateway...

(AI_HYDRA_LEO_MISSING_COMMA)

nodes/mainnet.md

[uncategorized] ~60-~60: Possible missing comma found.
Context: ...ximum square size is 64x64, which gives us 4096 shares. - One share is reserved fo...

(AI_HYDRA_LEO_MISSING_COMMA)


[style] ~90-~90: Consider a shorter alternative to avoid wordiness.
Context: ...guide will link to the relevant network in order to show you how to connect to them. Learn ...

(IN_ORDER_TO_PREMIUM)


[style] ~94-~94: Consider a shorter alternative to avoid wordiness.
Context: ...tions of the types of nodes you can run in order to participate in Mainnet Beta: ### Conse...

(IN_ORDER_TO_PREMIUM)


[uncategorized] ~247-~247: Possible missing comma found.
Context: ....services` - gRPC: port 9080 - RPC: port 26557 DA full and light nodes might ha...

(AI_HYDRA_LEO_MISSING_COMMA)


[uncategorized] ~260-~260: Possible missing comma found.
Context: ...istory of the chain without pruning any data so all data available data is retrievab...

(AI_HYDRA_LEO_MISSING_COMMA)

Markdownlint
nodes/mocha-testnet.md

135-135: null
Spaces inside link text

(MD039, no-space-in-links)

Additional comments not posted (4)
nodes/mocha-testnet.md (2)

220-220: Addition of an analytics website link

The newly added link to https://cosmoslist.co/testnet/celestia for analytics is a useful resource for users. Ensure the website is live and the content is relevant to the Mocha Testnet.


89-91: New RPC and gRPC endpoints added for the Mocha Testnet

The addition of new endpoints (celestia-consensus-testnet.noders.services with RPC port 26357 and gRPC port 9070) is consistent with the format of other entries in the document. Ensure to verify that these endpoints are accessible and correctly configured.

nodes/mainnet.md (2)

245-247: New RPC and gRPC endpoints added for the Mainnet Beta

The addition of new endpoints (celestia-consensus-mainnet.noders.services with gRPC port 9080 and RPC port 26557) is consistent with the format of other entries in the document. Ensure to verify that these endpoints are accessible and correctly configured.

Verification successful

New RPC and gRPC endpoints added for the Mainnet Beta

The new endpoints (celestia-consensus-mainnet.noders.services with gRPC port 9080 and RPC port 26557) are accessible, as verified by the HTTP 400 Bad Request responses. This confirms that the endpoints are correctly configured and reachable.

  • celestia-consensus-mainnet.noders.services
    • gRPC: port 9080
    • RPC: port 26557
Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify the accessibility of the new RPC and gRPC endpoints.

# Test: Attempt to ping the new endpoints. Expect: Successful response.
ping -c 3 celestia-consensus-mainnet.noders.services

Length of output: 126



Script:

#!/bin/bash
# Description: Verify the accessibility of the new RPC and gRPC endpoints using curl.

# Test: Attempt to access the gRPC endpoint. Expect: Successful connection or HTTP response.
curl -s --head http://celestia-consensus-mainnet.noders.services:9080

# Test: Attempt to access the RPC endpoint. Expect: Successful connection or HTTP response.
curl -s --head http://celestia-consensus-mainnet.noders.services:26557

Length of output: 465

Tools
LanguageTool

[uncategorized] ~247-~247: Possible missing comma found.
Context: ....services` - gRPC: port 9080 - RPC: port 26557 DA full and light nodes might ha...

(AI_HYDRA_LEO_MISSING_COMMA)


294-294: Addition of an analytics website link

The newly added link to https://cosmoslist.co/mainnet/celestia for analytics is a useful resource for users. Ensure the website is live and the content is relevant to the Mainnet Beta.

Comment thread nodes/mocha-testnet.md Outdated
@jcstein jcstein merged commit 63076f9 into celestiaorg:main Jul 2, 2024
@gitpoap-bot
Copy link
Copy Markdown

gitpoap-bot bot commented Jul 2, 2024

Congrats, your important contribution to this open-source project has earned you a GitPOAP!

GitPOAP: 2024 Celestia Contributor:

GitPOAP: 2024 Celestia Contributor GitPOAP Badge

Head to gitpoap.io & connect your GitHub account to mint!

Learn more about GitPOAPs here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants