-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Lava RPC Endpoints to Mainnet Beta and Mocha Testnet Documentation #1856
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -149,6 +149,7 @@ The default port is 1317. | |||||
- [https://celestia-testnet-api.itrocket.net](https://celestia-testnet-api.itrocket.net) | ||||||
- [https://api-celestia-testnet.cryptech.com.ua](https://api-celestia-testnet.cryptech.com.ua) | ||||||
- [https://celestia-t-api.noders.services](https://celestia-t-api.noders.services) | ||||||
- [http://celestiam.rest.lava.build](http://celestiam.rest.lava.build) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Consider using HTTPS for the API endpoint The API endpoint is using HTTP which is less secure. Consider using HTTPS instead for enhanced security. - - [http://celestiam.rest.lava.build](http://celestiam.rest.lava.build)
+ - [https://celestiam.rest.lava.build](https://celestiam.rest.lava.build) 📝 Committable suggestion
Suggested change
|
||||||
|
||||||
## Community gRPC endpoints | ||||||
|
||||||
|
@@ -174,6 +175,16 @@ broadcast transactions. | |||||
- `celestia-testnet-grpc.itrocket.net:443` | ||||||
- `grpc-celestia-testnet.cryptech.com.ua:443` | ||||||
- `celestia-t-grpc.noders.services:21090` | ||||||
- `celestiam.grpc.lava.build:443` | ||||||
|
||||||
## Community JSON-RPC Endpoints | ||||||
|
||||||
- `celestiam.jsonrpc.lava.build` | ||||||
|
||||||
## Community Tendermint RPC Endpoints | ||||||
|
||||||
- `celestiam.tendermintrpc.lava.build` | ||||||
|
||||||
|
||||||
## Community bridge and full node endpoints | ||||||
|
||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Missing JSON-RPC and Tendermint RPC endpoints confirmed
The review comment is correct. The mainnet documentation is missing the following Lava endpoints:
celestia.jsonrpc.lava.build
celestia.tendermintrpc.lava.build
🔗 Analysis chain
Missing JSON-RPC and Tendermint RPC endpoints
According to the PR objectives, JSON-RPC and Tendermint RPC endpoints should be added for both networks. These endpoints are missing for the mainnet:
celestia.jsonrpc.lava.build
celestia.tendermintrpc.lava.build
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 58
Script:
Length of output: 66917
Script:
Length of output: 451