VerifyDataColumnSidecar: Check if there is no too many commitments. (#15859)

* `VerifyDataColumnSidecar`: Check if there is no too many commitments.

* `TestVerifyDataColumnSidecar`: Refactor using test cases.

* Add changelog.
This commit is contained in:
Manu NALEPA
2025-10-15 14:18:04 +02:00
committed by GitHub
parent 55b9448d41
commit c811fadf33
6 changed files with 61 additions and 29 deletions

View File

@@ -683,6 +683,7 @@ func TestFetchOriginColumns(t *testing.T) {
params.SetupTestConfigCleanup(t)
cfg := params.BeaconConfig().Copy()
cfg.FuluForkEpoch = 0
cfg.BlobSchedule = []params.BlobScheduleEntry{{Epoch: 0, MaxBlobsPerBlock: 10}}
params.OverrideBeaconConfig(cfg)
const (