Files
lighthouse/beacon_node/beacon_chain
dapplion e7f027badd O(n) children index, fix load_parent for gloas blocks
- Build parent->children index once per find_head call, replacing O(n)
  scans in filter_block_tree and get_node_children with O(1) lookups.
- Skip zero block_hash in is_parent_block_full check — default/zero
  hashes don't indicate a real payload relationship.
- Fall back to block state_root for genesis when envelope not stored.
- Store execution payload envelope in EF test harness during
  on_execution_payload step.
2026-03-25 19:38:54 -05:00
..
2026-02-07 01:18:04 +00:00
2026-03-25 14:05:11 +11:00
2026-03-06 23:09:33 +00:00