lighthouse
lighthouse copied to clipboard
Use `MIN_EPOCHS_FOR_DATA_COLUMN_SIDECARS_REQUESTS` and `MAX_REQUEST_DATA_COLUMN_SIDECARS` for data columns
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). - Also added
MAX_REQUEST_DATA_COLUMN_SIDECARS
Spec: https://github.com/ethereum/consensus-specs/blob/8f8ab03acf1656c54f3a81ef18878f853a1cc4c6/specs/_features/eip7594/p2p-interface.md#configuration
I'll try to raise a pr for this.
Update: MAX_REQUEST_DATA_COLUMN_SIDECAR removed from spec
https://github.com/ethereum/consensus-specs/pull/4322
Completed in #7646