Marcos Antonio Maceo
Marcos Antonio Maceo
**Is your feature request related to a problem? Please describe.** Add support for method `starknet_getEvents` on the RPC, following [this](https://github.com/starkware-libs/starknet-specs/blob/master/api/starknet_api_openrpc.json#L571) spec. **Describe the solution you'd like** Add the implementation of...
**Is your feature request related to a problem? Please describe.** We need to add support for [starknet_estimateFee](https://github.com/starkware-libs/starknet-specs/blob/master/api/starknet_api_openrpc.json#L421) to the node. **Describe the solution you'd like** Implement the method that will...
**Is your feature request related to a problem? Please describe.** We need to add support for [starknet_getNonce](https://github.com/starkware-libs/starknet-specs/blob/master/api/starknet_api_openrpc.json#L629) to the node. **Describe the solution you'd like** Implement the method that will...
**Is your feature request related to a problem? Please describe.** We need to add support for the StarkNet Trace API as described [here](https://github.com/starkware-libs/starknet-specs/blob/master/api/starknet_trace_api_openrpc.json) **Describe the solution you'd like** Probably we...
**Is your feature request related to a problem? Please describe.** We need to add support for the StarkNet Node Write API as described [here](https://github.com/starkware-libs/starknet-specs/blob/master/api/starknet_write_api.json) **Describe the solution you'd like** Probably...
Add documentation in https://gojuno.xyz for trie, based on [this](#129)
**Describe the bug** Each time the app encounters an error that we should not recover, instead of Panic, and printing all the stack traces, we should handle that error, print...
**Describe the bug** When we are proceeding to install juno, I a fresh machine, according to the system, some dependencies are missing, for example on the ubuntu case, there isn't...
We should follow a common pattern for error handling in the different parts of the project. By default, Golang offers an API for that purpose using `fmt.Errof` and then using...
**Describe the bug** When we are trying to build the binaries using cross-compilation, we cant **To Reproduce** Steps to reproduce the behavior: 1. run `./scripts/go-executable-build.sh github.com/NethermindEth/juno/cmd/juno` You will get an...