Skip to content
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

docs: RPC endpoints linked from docker page do not have both RPC and gRPC #1625

Open
jcstein opened this issue Jun 20, 2024 · 1 comment
Open
Labels
documentation Improvements or additions to documentation P0 Top priority

Comments

@jcstein
Copy link
Member

jcstein commented Jun 20, 2024

from @smuu

In point 3 it talks about RPC endpoints, but we need an endpoint that has RPC and gRPC. Also, the mainnet link is correct, but the Mocha and Arabica links should also link to sections where endpoints with both ports are listed.

for this issue, there are no existing sections on mocha/arabica where endpoints with both ports are listed

@jcstein jcstein changed the title docs: issue with docker page docs: RPC endpoints linked from docker page do not have both RPC and gRPC Jun 20, 2024
@jcstein jcstein added documentation Improvements or additions to documentation P0 Top priority labels Jun 20, 2024
@jcstein
Copy link
Member Author

jcstein commented Jul 2, 2024

notes:

  • check if ports 26657 (RPC) and 9090 (gRPC) is open
  • If you want to validate the endpoints
    • use curl against the RPC endpoint to get e.g. current height (path /status?)
    • use grpcurl against the gRPC endpoint to see if it lists all available requests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation P0 Top priority
Projects
None yet
Development

No branches or pull requests

1 participant