nimbus-eth2/beacon_chain
Etan Kissling 8cea8af620
fix startup after BN exited between head and finalized blocks updates (#5617)
When the BN exits after writing new `head` to database, but before
completing the `updateFinalizedBlocks` call, the database is slightly
inconsistent due to the partial write. We currently fail to start up
after that. Fix that by catching up on partial `updateFinalizedBlocks`
tasks on start up, and add a test for this edge case.
2023-11-23 00:44:20 +01:00
..
2023-11-08 14:03:51 +02:00
2023-11-01 05:53:09 +01:00
2023-11-11 11:49:34 +03:00
2023-11-06 16:27:05 +02:00