-
Notifications
You must be signed in to change notification settings - Fork 65
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
Host and display the JSON-RPC schema in an easier to read format - Testnet #314
Comments
@devendran-m can you please discuss this with the SRE team? |
@sacherjj @bradjohnl Should this be in the SRE repo? Doesn't look like a docs issue |
Rendering would only need to be done as part of a node release and eventually rpc sidecar release. But it should live on the docs site. |
After testing and analysis, I have concluded, also thanks to @andrzej-casper help, that it is currently not possible to render the OpenRPC API definition inside the JSONRPC documentation that gets produced by calling the casper-client The main reason for that is due to a combinations of 2 things:
I can provide more information with specific examples if needed, but for the sake of clarity, I am omitting them in this comment. How do we move forward heavily depends on how much time and effort we want to dedicate on making this work.
It's currently very hard to estimate the effort necessary for each course of action. TBH I think the option N.1 is probably the quickest, followed by a close battle between 2. and 3. |
Moving this to the 2.0 timeframe for further consideration. We will organically be making updates to the RPC client and perhaps as part of that work we can reconsider this. |
Closing this ticket and #313 based on the discussions here in and the fact that we host the JSON-RPC API in its entirety on the docs site. |
Request:
We can currently query the node: http://65.21.235.219:8888/rpc-schema.
Or use the Casper client subcommand list-rpcs.
MAKE created this URL for the previous version (1.0.0): http://casper-rpc-docs.s3-website-us-east-1.amazonaws.com/.
Please help create a similar link for the Testnet
Component: JSON-RPC
Assignee: SRE team
cc: @sacherjj @bradjohnl
The text was updated successfully, but these errors were encountered: