-
Get a page up somewhere which documents the various versions of our JSON-RPC server endpoints. I'm thinking of something like: https://hyperchain.readthedocs.io/en/latest/JSON-RPC_manual.html.
We ha…
-
What facilities does our system have for handling versioning, such as API references? Something like: https://docusaurus.io/docs/versioning
-
The JSON-RPC API is documented in an OpenRPC format and can be provided by any running node.
You can retrieve the schema by e.g. running
casper-client list-rpcs -n http://:7777
where IP is the publi…
-
-
dereferenced documents should only really live in memory since they can get quite large in json and have circular references. The tools that use openrpc are required to dereference documents before op…
-
## :rotating_light: The automated release from the `main` branch failed. :rotating_light:
I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug…
-
There is the following document:
```
{
"openrpc": "1.2.4",
"info": {
"version": "1.0.0"
},
"methods": [
{
"name": "test",
"paramStructure": "by-name",
"par…
-
Hey there,
I work on a project called [OpenRPC](https://github.com/open-rpc/). Its a fork of OpenAPI, modified to suit JSON-RPC 2.0.
There are a lot of things you can use an OpenRPC document for…
-
I'd like to get some feedback before submitting a draft:
Intro
------
Every wallet (Metamask, Mobile Wallets, Web Wallets, etc.) that deals with multiple networks need some basic information fo…
-
In GitLab by @damip
Do research on the list of things we need to add/change to expose an ethereum RPC interface (https://ethereum.org/en/developers/docs/apis/json-rpc/) additionnally to the current a…