From ba49c8cdeac05005049b26c06ef3650d83a2186d Mon Sep 17 00:00:00 2001 From: Josh Stein <46639943+jcstein@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:19:21 -0400 Subject: [PATCH] feat: add six second CIP and compute CIP to ginger draft (#217) * feat: add cip-10 to ginger, clarify six second CIP will be included * docs: suggestions from review --- cips/cip-25.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cips/cip-25.md b/cips/cip-25.md index 156f684..7eba78c 100644 --- a/cips/cip-25.md +++ b/cips/cip-25.md @@ -7,7 +7,7 @@ | status | Draft | | type | Meta | | created | 2024-10-01 | -| requires | CIP-21, CIP-24, CIP-TBD | +| requires | CIP-21, CIP-24, CIP-TBD-1, CIP-TBD-2 | ## Abstract @@ -19,7 +19,8 @@ This Meta CIP lists the CIPs included in the Ginger network upgrade. - [CIP-21](./cip-21.md): Introduce blob type with verified signer - [CIP-24](./cip-24.md): Versioned Gas Scheduler Variables -- CIP-TBD: limiting compute per block +- CIP-TBD-1: Reduce block time to six seconds +- CIP-TBD-2: Limiting compute per block All of the above CIPs are state breaking, and thus require a breaking network upgrade. The activation of this network upgrade will be different from previous network upgrades, as described in [CIP-10](./cip-10.md).