Skip to content

Remove strict fork checks #8012

@nflaig

Description

@nflaig

there is another similar check for fulu which will blow up once we reach the next hard fork

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 version

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions