-
**Current behavior**
The `starknet_getEvents` method is failing when called with the associated hurl script. See the received response below:
```
{"jsonrpc":"2.0","error":{"code":520,"message":…
-
**Current behavior**
The `starknet_getContractStorageProof` rpc method is failing when called with the associated hurl script. See the received response below:
```
{"jsonrpc":"2.0","error":{"co…
-
**Current behavior**
The `starknet_addInvokeTransaction ` rpc method is failing when called with the associated hurl script. See the received response below:
```
{"jsonrpc":"2.0","error":{"code…
-
**Current behavior**
The `starknet_addDeclareTransaction` method is failing when called with the associated hurl script. See the received response below:
```
{"jsonrpc":"2.0","error":{"code":52…
-
[Here](https://github.com/near/docs/tree/master/docs/5.api/rpc), we have a number of [undocumented RPC endpoints](https://github.com/near/nearcore/blob/master/chain/jsonrpc/client/src/lib.rs). +…
-
The eth_sendTransaction method in this spec currently lists the `input` parameter as a valid key, however, the actual API uses `data` as the key for this parameter. This can cause confusion for develo…
-
Now that its decided that TypeSchema [will be used in Superforms v2](https://blog.encodeart.dev/superforms-v2-supporting-all-validation-libraries#heading-problem-3-introspection), I'm seeing the need …
-
# RPC/Autogen
## First stable version
- [x] https://github.com/celestiaorg/celestia-node/issues/1345
- [x] https://github.com/celestiaorg/celestia-node/issues/1358
- [x] #425
- [ ] Add reflect …
-
## Current Behaviour
The values of errors we return from the StarknetRpcApi is dictated by the starknet OpenRPC specifications.
We impl them in ` crates/client/rpc/src/errors.rs` with our struct `…
-
### What version are you using?
` v20.1.0 `
### What did you do?
• Request the ` simulateTransaction ` endpoint using array format with a single argument in that params list:
``…