From 36e086b6a6063c17e6ef4102bd566f6b8ec32378 Mon Sep 17 00:00:00 2001 From: jcstein <46639943+jcstein@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:58:04 -0400 Subject: [PATCH] docs: add v3 meta CIP --- cips/cip-peppermint.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 cips/cip-peppermint.md diff --git a/cips/cip-peppermint.md b/cips/cip-peppermint.md new file mode 100644 index 0000000..16e23d8 --- /dev/null +++ b/cips/cip-peppermint.md @@ -0,0 +1,36 @@ +| cip | TBD | +| - | - | +| title | Peppermint Network Upgrade | +| description | Reference specifications included in the Peppermint Network Upgrade | +| author | [@jcstein](https://github.com/jcstein) | +| discussions-to | | +| status | Draft | +| type | Meta | +| created | 2024-10-01 | +| requires | CIP-21, CIP-24, CIP-XX | + +## Abstract + +This Meta CIP lists the CIPs included in the Peppermint network upgrade. + +## Specification + +### Included CIPs + +- [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 + +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 future 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 specs. + +## Security Considerations + +This CIP does not have additional security concerns beyond what is already discussed in each of the listed specs. + +## Copyright + +Copyright and related rights waived via [CC0](https://github.com/celestiaorg/CIPs/blob/main/LICENSE).