erigon-pulse/turbo/engineapi
Andrew Ashikhmin 611145c385
updateForkChoice: send state changes to txpool after tx is committed (#8035)
[txpool](https://github.com/ledgerwatch/erigon-lib/blob/main/txpool/pool.go)
expects an `OnNewBlock` update only after the DB transaction is
committed.

This fixes, for example, a nonce gap mis-detection in Hive test
"engine-cancun/Blob Transactions On Block 1, Cancun Genesis".
2023-08-17 16:03:12 +02:00
..
engine_block_downloader Added gnosis fields and removed body gap. (#7993) 2023-08-11 23:07:36 +02:00
engine_helpers updateForkChoice: send state changes to txpool after tx is committed (#8035) 2023-08-17 16:03:12 +02:00
engine_types Fix 12 hive tests (#8011) 2023-08-13 19:46:25 +05:30
engine_server.go Fix 17 hive tests (#8014) 2023-08-14 09:24:59 +02:00
interface.go EIP-4788: Beacon block root and stateful precompile (#7888) 2023-08-01 16:01:26 +05:30