Adrian Tubal Páez Ruiz
Adrian Tubal Páez Ruiz
resolves #350, resolves #352 ## Description Fix bugs on the RPC related to errors and params management. ## Changes: - Fix `starknet_getStorageAt` params order - Add custom error types: `NewUnexpectedError`,...
We need to support and maintain the `nonce` value for the addresses. This feature is required by the `starknet_getNonce` RPC endpoint. `nonce` properties: - Counts all the transactions made by...
We can provide an RPC client at the same time as the RPC server, which makes it easy to get started with Juno (and StarkNet in general) from Go.
On the `getBlockByHash` RPC we need to return the accepted time of the block. Now we get the data from the Feeder Gateway, and the accepted time is not there,...
Now we are storing transactions in the database without confirming the transaction hash, that's not a problem because StarkNet is centralized, but in the future when P2P comes alive we...
RPC CORS
## Description Currently, the HTTP RPC fails requests from browsers because of CORS. With these changes is possible to configure CORS. ## Changes: - Two flags/options are added: - `rpc-cors`...
RPC documentation must be updated with the new changes introduced by the Invoke Transaction versions
## Changes: - Remove validator-import from the testdata files ## Testing **Requires testing** - [x] No