Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add v3 meta CIP - Peppermint Network Upgrade #211

Merged
merged 3 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).