-
# What is success?
A complete OpenRPC (JSON) document for a *subset* of "Client Interoperability Methods"
- With buy-in from the Lotus developers
- Accepted as a FIP
# Current status
- [Forest …
-
Add script to generate openrpc documents for the server from all the clients
-
## todo
* [ ] generate openrpc specs starting from V files
* [ ] test openrpc files in playground
* [ ] host playground in vweb server (make function for it), put files in weblibs as needed
* [ ] mec…
-
the plan would be exposing zos APIs over mycelium IP, Let's start by creating openRPC documentation, underlying handlers won't need to be changed
KDS is suggesting documenting using this https://p…
-
### Please describe the feature you'd like to see added.
[OpenRPC](https://open-rpc.org/) is a (human and) machine-readable, programming language-agnostic [JSON-RPC](https://www.jsonrpc.org/) API i…
-
It would be pretty convenient if the `#[rpc]` macro could infer an OpenRPC Document and implement the `rpc.discover` method.
-
Forest's 2024 roadmap includes the following:
> Objective 2: Increase network governance contributions
> ...
> Key results of authoring 5 FIPs, with 2 of them being accepted...
The proposed time…
-
Previous code [here](https://github.com/ChainSafe/forest/blob/v0.16.6/src/rpc/mod.rs#L192-L197) and [here](https://github.com/ChainSafe/forest/blob/v0.16.6/src/rpc/rpc_util.rs#L44-L50).
`trait RpcM…
-
I.e., methods where `response.result` is `null` or `undefined`.
-
Currently (all?) clients manually implement the RPC API, which is problematic, because:
* It leads to accidental implementation bugs, such as unit mistakes (s/vB vs BTC/kvB)
* It is hard to mainta…