-
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…
-
# 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 …
-
RPC Endpoints generating an OpenRPC spec and documentation (Similar to OpenAPI + SwaggerUI) would be a great addition to this.
Would this be something I contribute to this project? Or look at creat…
-
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…
-
## Details
I think this project could benefit from integration with OpenRPC which provides a base foundation for service discovery and tooling such as documentation/client generation/mock server for …
-
# Xi-Editor Issue Template
- [x] I have searched existing issues and could not find my issue.
- [x] I have studied the documentation.
## Details
I think this project could benefit from integra…
-
[OpenRPC](https://open-rpc.org/) is a (human and) machine-readable, programming language-agnostic [JSON-RPC](https://www.jsonrpc.org/) API interface description standard.
Having such a document cou…
-
### Issue: Implement `starknet_getTransactionByHash` RPC Call
**Description:**
Get the details and status of a submitted transaction.
**Parameters:**
- `transaction_hash`: The hash of the reques…
-
### Issue: Implement `starknet_blockNumber` RPC Call
**Description:**
The `starknet_blockNumber` RPC call has been implemented but requires further testing and verification against the entire state…