-
Notifications
You must be signed in to change notification settings - Fork 364
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
[DOC] Undocumented RPC endpoints #1449
Comments
Also, the flag |
Also, the whole proof infrastructure is still work in progress so I’d argue it’s not that high priority. |
I'll send a PR documenting We also recently added |
On a side note, I think it would be super helpful for future docs, if we could auto-generate some OpenAPI reference out of the RPC node source code. |
@bucanero it's impossible, unfortunately, because OpenAPI does not support JSON RPC |
Oh, I see, thanks for the feedback @telezhnaya . I was reviewing a bit about JSON-RPC, and it seems a good option could be https://open-rpc.org/ . It's a fork of openApi, modified to accommodate JSON-RPC APIs. Perhaps we can consider this as an alternative to find a way to auto-generate good docs for our node API |
I feel it's too raw and I'm not ready to invest much time. There's only one Rust crate I've found https://lib.rs/crates/openrpc, version 0.1.0 does not sound promising to me |
This issue has been automatically closed because it has been inactive for more than 180 days. Please reopen and prioritize this for development if it is essential. |
Here, we have a number of undocumented RPC endpoints. + and nickname near the method means this person agreed to cover it with the doc.
health
light_client_proof
- @posvyatokumnetwork_routes
- @saketh-arenext_light_client_block
tier1_network_info
- @saketh-areEXPERIMENTAL_broadcast_tx_sync
EXPERIMENTAL_check_tx
EXPERIMENTAL_light_client_proof
- @posvyatokumEXPERIMENTAL_validators_ordered
EXPERIMENTAL_maintenance_windows
EXPERIMENTAL_split_storage_info
query
:view_state
include_proof
flag@bowenwang1996 @ailisp @mina86 @saketh-are, please tag the other authors as well
The text was updated successfully, but these errors were encountered: