Skip to content

Implement basic validator data column custody #6767

@jimmygchen

Description

@jimmygchen

Description

Implement spec: ethereum/consensus-specs#3871

This isn't mandatory for peerdas-devnet-4, but the change is compatible with the devnet - it means potentially storing more columns when running a node with validators. The spec hasn't been merged yet but client teams have started looking into this. We could either wait for the spec to be merged or implement this behind a CLI flag for testing purpose until the spec change is merged.

Tasks

Following the design in https://hackmd.io/@dapplion/validator_custody_no_backfill

cgc_updates: Vec<(Slot, u64)>,
backfilled_cgc: (Slot, u64),

Metadata

Metadata

Assignees

Labels

dasData Availability SamplingfuluRequired for the upcoming Fulu hard forkfusaka-devnet-0

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions