mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 22:06:21 +00:00
cd087b9a43
* replace optimisticRoots table with field in BlockRef * copyright year * mark finalized blocks as verified on load * Update beacon_chain/consensus_object_pools/block_dag.nim Co-authored-by: Etan Kissling <etan@status.im> * expand non-optimistic block checking to all pre-merge blocks; refactor markBlockVerified to use BlockRef rather than block root and remove superfluous caller in newPayload path replaced by addResolvedHeadBlock BlockRef construction * don't treat finalized block specially; VALID status is sticky --------- Co-authored-by: Etan Kissling <etan@status.im>