mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
Block execution contains the time it takes to fetch state sync data from heimdall, which sometimes returns data with long latency (> 1s). When the latency is significant, the chain execution time will be affected and become inaccurate. This PR isolate the time of heimdall requests from block execution. |
||
|---|---|---|
| .. | ||
| beacon | ||
| bor | ||
| clique | ||
| ethash | ||
| misc | ||
| consensus.go | ||
| errors.go | ||