-
-
Notifications
You must be signed in to change notification settings - Fork 410
Closed
Labels
spec-fulu 🦓Issues targeting the Fusaka spec versionIssues targeting the Fusaka spec version
Description
there is another similar check for fulu which will blow up once we reach the next hard fork
lodestar/packages/beacon-node/src/chain/seenCache/seenGossipBlockInput.ts
Lines 193 to 194 in 67ae8e2
| if (blockCache.cachedData?.fork !== ForkName.fulu) { | |
| throw Error(`data column data at non fulu fork=${blockCache.fork}`); |
need to make sure we revisit all the strict fork checks and use fork guards (eg. isForkPostFulu) in such cases instead
Originally posted by @nflaig in #8004 (comment)
Metadata
Metadata
Assignees
Labels
spec-fulu 🦓Issues targeting the Fusaka spec versionIssues targeting the Fusaka spec version