Add ValiDAO archive endpoints#1427
Conversation
WalkthroughThe update introduces new endpoints for the Mainnet Beta, enhancing accessibility through RPC, REST, and gRPC protocols. These additions aim to improve the network's interoperability and efficiency, providing developers and users with more versatile options for interaction with the Mainnet Beta. Changes
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? TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- nodes/mainnet.md (3 hunks)
Additional comments: 3
nodes/mainnet.md (3)
- 117-117: The addition of the new JSON-RPC endpoint for ValiDAO's archive services is correctly placed under the "Consensus RPC endpoints" section. This aligns with the PR objectives to enhance Mainnet Beta's accessibility by integrating ValiDAO's archive RPC endpoints.
- 138-138: The new REST endpoint for ValiDAO's archive services is appropriately added to the "API endpoints" section. This change is consistent with the PR's goal of providing diverse access points for archival data, thereby supporting a broader range of user interactions within the Mainnet Beta infrastructure.
- 158-158: The addition of the gRPC endpoint for ValiDAO's archive services under the "gRPC endpoints" section is accurate and aligns with the PR's objectives. It enhances the network's infrastructure by offering an additional, efficient access point for archival data.
Overview
Adding ValiDAO's archive RPC endpoints - rest, grpc, json-rpc.
Checklist
Summary by CodeRabbit