-
Currently Starknet indexes require adding ABI JSON manually. Starkscan has ABIs too, but API access is expensive af (we could parse them from webpage like in #1102). In Starknet you can acquire Cairo …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Seems like the `eth_getLogs` does not return any results
## Test RPC request
```bash
https://api.evm.eosnetwork.com
{"method":"eth_getLogs","params":[{"address": "0xdAC17F958D2ee523a220620699…
-
To be able to use ethereum's JSONRPC api, the node must have an access to an ethereum node
one of these must be completed:
- [ ] connect to `infura.io` using Zephyr's HTTPS client
- [ ] proxy i…
-
Any failed transactions will show "Awaiting internal transactions for reason". The node is a Ganache forking Ethereum mainnet.
Example of a failed tx hash on a public hosted explorer: https://explo…
-
Could it be added to the code that the generated seed will also be checked with a BTC address?
-
#### System information
Geth version: current master (also happens in releases)
Commit hash : cf0378499f1bcae65c093c58cd6ca8225e91b125
#### Expected behaviour
`eth_createAccessList` to succeed…
-
It would be great to be able to visualise the grpc endpoints of the Miden-Node in a playground like these Ethereum endpoints:
https://ethereum.github.io/execution-apis/api-documentation/
This wou…
-
-
Binding Ethereum node into a Rails app, get 'JSON::ParserError: 776'.
I have a node running APIs via IPC like:
geth --ipcapi "admin,eth,debug,miner,net,shh,txpool,personal,web3"
and in Rails console…