From 462894b4a4d7962dbec31bff3054f77b1d3d6f29 Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Mon, 9 Jun 2025 15:48:53 +0200 Subject: [PATCH] Define requirements for the blob schedule --- specs/fulu/das-core.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specs/fulu/das-core.md b/specs/fulu/das-core.md index 0c464dd2f0..c534b70aff 100644 --- a/specs/fulu/das-core.md +++ b/specs/fulu/das-core.md @@ -75,6 +75,11 @@ specification. *[New in EIP7892]* This schedule defines the maximum blobs per block limit for a given epoch. +There MUST NOT exist multiple blob schedule entries with the same epoch value. +The maximum blobs per block limit for blob schedules entries MUST be less than +or equal to `MAX_BLOB_COMMITMENTS_PER_BLOCK`. The blob schedule entries SHOULD +be sorted by epoch in ascending order. The blob schedule MAY be empty. + *Note*: The blob schedule is to be determined.