Felix Lange

Results 442 comments of Felix Lange

It should be handled similar to how influxdb metrics are configured.

I've added back a vendored copy here: https://github.com/ethereum/go-ethereum/pull/33323

Overall, I like the idea, but it'd be good to implement OpenTelemetry tracing in the engine API as well.

I have pushed a more thorough rewrite of the description of the commitment.

The log messages about timeout just mean it cannot reach the node on the IP/port that it announces. This can be a firewall issue, or just a slow network.

@shammahalchemy Please run this to retrieve the raw value: ```shell curl localhost:8545 --header 'Content-Type: application/json' --data '{ "method": "debug_dbAncient", "params": [ "receipts", 1022389 ], "id": 1, "jsonrpc": "2.0" }' ```

There is no conversion path in the code for legacy receipts anymore. So the only option is resync **without ancients**.

Thanks for debugging this. I didn't get around to it yet, so I'm happy you did!

One issue with specifying a single output file is that a simulator can produce multiple results, as it can run multiple test suites.