From 8350ae8235edb45f3dd4ca8910bd7cdccc4a2b91 Mon Sep 17 00:00:00 2001 From: jcstein <46639943+jcstein@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:44:57 -0400 Subject: [PATCH 1/2] feat: add cip-10 to ginger, clarify six second CIP will be included --- 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..34c605f 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-10, CIP-21, CIP-24, CIP-TBD | ## Abstract @@ -17,9 +17,10 @@ This Meta CIP lists the CIPs included in the Ginger network upgrade. ### Included CIPs +- [CIP-10](./cip-10.md): Coordinated network upgrades - [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: Reduce block time to six seconds 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). From 6d047f5b2300fb8a389064012bf7ff4384f92ced Mon Sep 17 00:00:00 2001 From: jcstein <46639943+jcstein@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:33:09 -0400 Subject: [PATCH 2/2] docs: suggestions from review --- cips/cip-25.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cips/cip-25.md b/cips/cip-25.md index 34c605f..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-10, CIP-21, CIP-24, CIP-TBD | +| requires | CIP-21, CIP-24, CIP-TBD-1, CIP-TBD-2 | ## Abstract @@ -17,10 +17,10 @@ This Meta CIP lists the CIPs included in the Ginger network upgrade. ### Included CIPs -- [CIP-10](./cip-10.md): Coordinated network upgrades - [CIP-21](./cip-21.md): Introduce blob type with verified signer - [CIP-24](./cip-24.md): Versioned Gas Scheduler Variables -- CIP-TBD: Reduce block time to six seconds +- 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).