Felix Lange
Felix Lange
There is still one unresolved issue with this PR, and it's that the server outputs incomplete chunked-transfer encoding in case of timeout when gzip is enabled. Apparently, the Go HTTP...
We ended up finding a way to disable chunked transfer encoding, so this is now finally working!
Can't we return a GraphQL error response?
I have decided to remove changes in eth/filters and eth/tracers from the PR. We can submit them in a separate change.
RPC method handler changes resubmitted in https://github.com/ethereum/go-ethereum/pull/26320
I'm sure this race is not fixed. It's just hard to reproduce because it requires resolving the node, which takes variable time.
Yeah I guess this would be a possible fix. Though I think there must be a better way to fix it. The main issue is really just that the main...
Another note: the original purpose of this command is kind of lost since the merge, because block announcements are not accepted via `eth` anymore. We could probably realize the bad...
We are reworking the simulated backend in https://github.com/ethereum/go-ethereum/pull/28202 so this doesn't really apply anymore.
Closing this issue because it is not about a specific bug in go-ethereum, Sync is slow, we know it, and we are all unhappy about it.