Chase

Results 50 comments of Chase

Hey @s1na - I work with @qk-santi - I built and tested and it seems resolved with that patch? ```json {"method":"debug_traceBlockByNumber","params":["0x11ba5", {"tracer": "callTracer"}],"id":1,"jsonrpc":"2.0"} ``` ```json { "jsonrpc": "2.0", "id": 1,...

This is not fixed, you guys made it worse... this change has been debated multiple times and this causes block hash validation to fail because the miner field is suppose...

Same error is happening on Ethereum Mainnet for block `0x140e6e3` (21030627) ```json {"jsonrpc":"2.0","id":1,"error":{"code":-32000,"message":"first run for txIndex 85 error: insufficient funds for gas * price + value: address 0x0b92619DdE55C0cbf828d32993a7fB004E00c84B have 1414044108792614043...

There are so many problems with using batch requests. 1. How do you deal with HTTP status codes vs Errors? If you send 30 batch requests and one of them...

I started geth on Holesky before it launched, before the genesis block... Geth failed to start syncing the chain at genesis until I manually changed the sync mode to full....

Yes, correct, and if genesis time is reached while already running it will attempt to snap sync but be unable to do so. Geth patiently waits for genesis, but doesn't...

@etimofeeva - any chance this can get a review from the team, this feature would be useful