v2.60.10
Release for Erigon that should help reduce latency spikes in eth calls
The full release notes:
Improvemets:
- rpc p95: not reopen files when new created by @AskAlexSharov in erigontech/erigon#12514
Bugfixes:
- Trace API: commit state changes from InitializeBlockExecution by @yperbasis in erigontech/erigon#12559. Prior to this PR in callManyTransactions (invoked by trace_block) changes made by InitializeBlockExecution were discarded. That was immaterial before since no much was happening at the beginning of a block. But that changed in Dencun with EIP-4788. Fixes Issues erigontech/erigon#11871, erigontech/erigon#12092, erigontech/erigon#12242, erigontech/erigon#12432, erigontech/erigon#12473, and erigontech/erigon#12525.