There is no commentSelect some text and then click Comment, or simply add a comment to this page from below to start a discussion.
PeerDAS POC To-do list
Add the data-column sidecar type to protobuf/networking layer
Add it's SSZ related types and methods
Add the newly released spec constants to relevant to data columns sidecars
Add the new specs to config YAML file, they should include
NumberOfColumns
DataColumnSidecarSubnetCount
SamplesPerSlot
CustodyRequirement
Enable peer to compute the assigned custody subnets and record these changes in an in-memory cache.
Have a gossip validation pipeline for data columns for the subscription mechanism of subnets (This should allow any peerDAS enabled node to subscribe to data columns)
Adding req and res rpc methods/handlers for Data Columns. (This should allow the CL nodes to serve cached/persisted data columns, and request for data columns from other nodes for sampling. Might have an activation feature flag)