Chase
Chase
**Describe the bug** I have a large, but also incomplete, list of transactions that cannot be traced on an Optimism node: [transactions.txt](https://github.com/ethereum-optimism/optimism/files/9204171/transactions.txt) Some, if not all of them, would OOM...
I'm setting the `SETTINGS_RPCPROVIDER` variable as described [HERE](https://github.com/TrueBlocks/trueblocks-core/blob/master/docs/content/docs/chifra/configs.md) ``` export SETTINGS_RPCPROVIDER=https://rpc.archivenode.io// ``` This works when I run `./chifra status`, it talks to the endpoint that I have configured above. However,...
### Description Lighthouse has a flag (`--reconstruct-historic-states`) this flag allows the node to reconstruct all the historical states at any point in time, including after a snapshot sync. This allows...
#### System information Erigon version: `2022.07.04-alpha` There's a slight difference in how Geth and Erigon return the data, erigon has an extra `result` key for some reason. #### Expected behaviour...
#### System information Erigon version: `erigon version 2022.05.5-alpha-ff5b94ee` OS & Version: Linux Commit hash : `ff5b94ee` #### Expected behaviour Don't crash #### Actual behaviour Crash #### Steps to reproduce the...
# Rationale This was brought up in #4547 which was closed, but this method does not work and is not implemented. Why should this feature exist? It's part of the...
#### System information Erigon version: `7a2e7e8c062ca1efa7db97b8aec71a674d9959ce` #### Description When calling `debug_traceBlockByNumber` on block `0x4A9E65` with `callTracer` - there is a `method handler crash` With JSON-RPC streaming, malformed JSON is returned...
Re-Opening due to closure of #519 > Yeah, I saw the code and creating new filter doesn't have support for bor logs yet. If you take this request: ```json {...
#### System information Erigon version: `v2022.09.01` The output of this callTracer is incorrect. Geth has an output of `0x000000000000000000000000000000000000000000000000002757cfcb66cbdb` while Erigon has an output of `0x` #### Expected behaviour ```...
## Description Celo nodes seem to be returning different values under `extraData` for the same block. ## Current Behavior Call: ``` {"jsonrpc":"2.0","id":1,"method":"eth_getBlockByHash","params":["0x1c2ccac114a178c2226abd15b614c487e39564208ee4c76a207bb6fd39340033",false]} ``` Grep result for `17ddb`  As you...