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

README endpoint testing links #5917

Merged
merged 7 commits into from
Feb 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Please give Pull Requests a title that somewhat describes the change more precis
### Endpoints reachability

The endpoints added here are being tested via CI daily at 00:00 UTC. It is expected that your endpoints return an HTTP 200 in the following paths:
- rest: `/status`
- rpc: `/cosmos/base/tendermint/v1beta1/syncing`
- rest: `/cosmos/base/tendermint/v1beta1/syncing`
- rpc: `/status`
- grpc: not tested
Endpoints that consistently fail to respond successfully may be removed without warning.

Expand Down