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),
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