From 44407787e5a67ab6ba3304a880700043585ae7c6 Mon Sep 17 00:00:00 2001 From: jcstein <46639943+jcstein@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:33:05 -0400 Subject: [PATCH] docs: update to Ginger --- cips/README.md | 2 +- cips/cip-25.md | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cips/README.md b/cips/README.md index f7fba7f..39ea6f3 100644 --- a/cips/README.md +++ b/cips/README.md @@ -52,7 +52,7 @@ Read [CIP-1](./cip-1.md) for information on the CIP process. | [22](./cip-22.md) | Removing the IndexWrapper | NashQueue ([@Nashqueue](https://github.com/Nashqueue)) | | [23](./cip-23.md) | Coordinated prevote times | Callum Waters ([@cmwaters](https://github.com/cmwaters)) | | [24](./cip-24.md) | Versioned Gas Scheduler Variable | Nina Barbakadze ([@ninabarbakadze](https://github.com/ninabarbakadze)) | -| [25](./cip-25.md) | Peppermint Network Upgrade | Josh Stein ([@jcstein](https://github.com/jcstein)) | +| [25](./cip-25.md) | Ginger Network Upgrade | Josh Stein ([@jcstein](https://github.com/jcstein)), Nina Barbakadze ([@ninabarbakadze](https://github.com/ninabarbakadze)) | ## Contributing diff --git a/cips/cip-25.md b/cips/cip-25.md index 74e1d29..156f684 100644 --- a/cips/cip-25.md +++ b/cips/cip-25.md @@ -1,17 +1,17 @@ | cip | 25 | | - | - | -| title | Peppermint Network Upgrade | -| description | Reference CIPs included in the Peppermint Network Upgrade | -| author | [@jcstein](https://github.com/jcstein) | +| title | Ginger Network Upgrade | +| description | Reference CIPs included in the Ginger Network Upgrade | +| author | Josh Stein [@jcstein](https://github.com/jcstein), Nina Barbakadze ([@ninabarbakadze](https://github.com/ninabarbakadze)) | | discussions-to | | | status | Draft | | type | Meta | | created | 2024-10-01 | -| requires | CIP-21, CIP-24, CIP-XX | +| requires | CIP-21, CIP-24, CIP-TBD | ## Abstract -This Meta CIP lists the CIPs included in the Peppermint network upgrade. +This Meta CIP lists the CIPs included in the Ginger network upgrade. ## Specification @@ -19,13 +19,13 @@ This Meta CIP lists the CIPs included in the Peppermint network upgrade. - [CIP-21](./cip-21.md): Introduce blob type with verified signer - [CIP-24](./cip-24.md): Versioned Gas Scheduler Variables -- CIP-XX: limiting compute per block +- CIP-TBD: 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). ## Rationale -This CIP provides a complete list of breaking changes for the Peppermint upgrade, along with links to those CIPs. +This CIP provides a complete list of breaking changes for the Ginger upgrade, along with links to those CIPs. ## Security Considerations