lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

Use `MIN_EPOCHS_FOR_DATA_COLUMN_SIDECARS_REQUESTS` for data columns

Open jimmygchen opened this issue 6 months ago • 0 comments

Description

The current das branch incorrectly re-used the Deenb MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS for data column sidecars.

There's a new config value for this, MIN_EPOCHS_FOR_DATA_COLUMN_SIDECARS_REQUESTS, which should be used instead. This should be configurable at run time (config value).

Spec: https://github.com/ethereum/consensus-specs/blob/8f8ab03acf1656c54f3a81ef18878f853a1cc4c6/specs/_features/eip7594/p2p-interface.md#configuration

jimmygchen avatar Aug 07 '24 13:08 jimmygchen