-
I have just realized that I was often **wrongly** using expressions like:
- my OpenAPI **specification**
- the OpenAPI **specification** of my API
- ...
I got it while reading the definition of …
-
Hello,
first of all thank you for the great work!
I was looking for a dicover protocol and found https://spec.open-rpc.org/
Maybe you like to implement it in your library?
I did a first try: htt…
-
#### System information
Geth version: `1.9.6`
OS & Version: Linux
#### Expected behaviour
when sync is fine, eth_syncing returns An object with sync status data.
#### Actual behaviour
wh…
-
**TL;DR: Should we use loosely-defined markdown instead of Swagger?**
We've been working to bring our [Beacon Node REST API](https://app.swaggerhub.com/apis/spble/lighthouse_rest_api/0.1.0) up-to-d…
-
This is to address issues with tooling.
Right now we are using the contentDescriptor.name to derive the type name **and** parameter names.
This doesn't make much sense when you look at some exam…
-
**Abstract**
There exists a specification for Ethereum JSON-RPC that is expected to be implemented by all client developers. The OpenRPC document can be found [here](https://github.com/etclabscore/et…
-
You can add snippets to `vscode` like this:
![snippet](https://cdn.discordapp.com/attachments/550473819266220042/579014374333743110/snippet.gif)
here is the snippet code:
```
{
"OpenRPC …
-
#### System information
Geth version: MultiGeth/v1.9.3-stable-0b84e2b0/windows-amd64/go1.12.7
OS & Version: Windows
#### Expected behaviour
No errors or warning.
Multi-Geth to implement the …
wykan updated
5 years ago
-
# New JSON-RPC method submitBlock
## Purpose
I would like to be able to submitWork, but have the address used be one other than the etherbase of the node the work is being submitted by.
This …
-
Since each `Method Object` MUST contain a unique name. (#118) Should we not use an object instead of an array as `methods` value. The `name` keyword in `Method Object` would be replaced by keys in `me…