Adrian Tubal Páez Ruiz

Results 9 issues of 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`,...

rpc

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...

enhancement
core

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.

good first issue
rpc

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,...

db
core

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...

good first issue
core

## 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`...

enhancement
rpc

RPC documentation must be updated with the new changes introduced by the Invoke Transaction versions

documentation
rpc

## Changes: - Remove validator-import from the testdata files ## Testing **Requires testing** - [x] No