Skip to content

Commit

Permalink
docs: add v3 meta CIP - Peppermint Network Upgrade (#211)
Browse files Browse the repository at this point in the history
* docs: add v3 meta CIP

* Apply suggestions from code review

Co-authored-by: Rootul P <[email protected]>

* docs: change name to CIP-25

---------

Co-authored-by: Rootul P <[email protected]>
  • Loading branch information
jcstein and rootulp authored Oct 1, 2024
1 parent 1dda7cc commit 4f2f9cf
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions cips/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +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)) |

## Contributing

Expand Down
36 changes: 36 additions & 0 deletions cips/cip-25.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
| cip | 25 |
| - | - |
| title | Peppermint Network Upgrade |
| description | Reference CIPs included in the Peppermint Network Upgrade |
| author | [@jcstein](https://github.com/jcstein) |
| discussions-to | <https://forum.celestia.org/t/cip-v3-peppermint-network-upgrade/1826> |
| 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 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.

## Security Considerations

This CIP does not have additional security concerns beyond what is already discussed in each of the listed CIPs.

## Copyright

Copyright and related rights waived via [CC0](https://github.com/celestiaorg/CIPs/blob/main/LICENSE).

0 comments on commit 4f2f9cf

Please sign in to comment.