-
### Issue: Test `starknet_getClassHashAt` RPC Call
**Description:**
The `starknet_getClassHashAt` RPC call has been implemented but requires further testing and verification against the entire stat…
-
### Issue: Implement `starknet_getTransactionByBlockIdAndIndex` RPC Call
**Description:**
Get the details of a transaction by a given block id and index. If no transaction is found, `null` is retur…
-
### Issue: Implement `starknet_estimateMessageFee` RPC Call
**Description:**
The `starknet_estimateMessageFee` RPC call has been implemented but requires further testing and verification against th…
-
### Issue: Implement `starknet_getClassAt` RPC Call
**Description:**
The `starknet_getClassAt` RPC call has been implemented but requires further testing and verification against the entire state. …
-
Please mention below all the spec documents that are not EIPs that define additional JSON RPC methods or modules.
Examples:
* EEA Client Spec
* Baseline Spec
Please provide links to the document…
-
### Issue: Implement `starknet_estimateFee` RPC Call
**Description:**
The `starknet_estimateFee` RPC call has been implemented but requires further testing and verification against the entire state…
-
A description field could be helpful for adding some additional information to the errors that doesn't necessarily end up going over the wire: what the error means, when and why it happens, how it can…
-
Machine readable definitions in specs (or out-of-band) makes it possible for tools to use that information for a variety of purposes:
- Generating binding code, as in the case of [Web IDL](https://he…
-
> This is the start of an article we might want to put on open-rpc.org, or somewhere, just putting it here to reference, possibly PR soon.
# REST over HTTP is over. Long Live REST.
## What is RE…
-
### What problem does your feature solve?
Manually-maintaining our API docs means they will get out of sync.
### What would you like to see?
We should auto-generate them from comments in …