spectests: Add Fulu proposer lookahead epoch processing tests (#15667)

This commit is contained in:
terence
2025-09-10 11:51:19 -07:00
committed by GitHub
parent 5410232bef
commit 5c68ec5c39
9 changed files with 65 additions and 3 deletions

View File

@@ -6588,7 +6588,7 @@
- name: process_proposer_lookahead
sources:
- file: beacon-chain/core/fulu/transition.go
search: func processProposerLookahead(
search: func ProcessProposerLookahead(
spec: |
<spec fn="process_proposer_lookahead" fork="fulu" hash="3ff130cc">
def process_proposer_lookahead(state: BeaconState) -> None: