Giulio rebuffo
d90572b786
Hopefully an even faster version of mocked sentry ( #8402 )
2023-10-07 22:30:10 +02:00
Giulio rebuffo
2aa060f454
Fixed forkchoice nil exception ( #8223 )
2023-09-17 17:06:44 +02:00
Giulio rebuffo
346b278a3b
Caplin: Improved logging ( #8169 )
2023-09-10 22:10:21 +02:00
Alex Sharov
13fc0f2a7e
exec server: run 1st cycle not in global txn. run exec in async tx, run prune in sync tx. partial progress loss fix (partial fix) ( #8128 )
2023-09-06 08:48:07 +07:00
Giulio rebuffo
b4cf5f5be4
Fixed canonical chain truncation ( #8117 )
2023-09-01 23:44:18 +02:00
Giulio rebuffo
38db2ed2e7
[Caplin Phase 2]: Initial working implementation ( #8033 )
...
caplin just using execution.proto
2023-08-18 15:43:22 +02:00
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
Giulio rebuffo
6081fe01b8
fixed forkchoices ( #7983 )
2023-08-08 22:56:16 +02:00
Giulio rebuffo
b09d90ee0e
Added in-memory flushing to execution.proto ( #7968 )
2023-08-04 14:42:35 +02:00
Giulio rebuffo
1220ae659e
Most hive tests fixed in --experimental.modular
( #7950 )
...
Broken: 25/109
2023-08-01 02:08:15 +02:00
Giulio rebuffo
443757edbd
Consensus separation for Engine API (Working on Sepolia) ( #7945 )
...
This makes the experimental consensus separation functional on sepolia.
2023-07-30 23:35:55 +02:00