Description of the change
Improvements:
- rpc p95: not reopen files when new created by @AskAlexSharov in #12514
Bugfixes:
- Trace API: commit state changes from InitializeBlockExecution by @yperbasis in #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 #11871, #12092, #12242, #12432, #12473, and #12525.
Full Changelog: v2.60.9...v2.60.10