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: update to Ginger for v3 name #213

Merged
merged 1 commit into from
Oct 2, 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
2 changes: 1 addition & 1 deletion cips/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 7 additions & 7 deletions cips/cip-25.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
| 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 | <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 |
| 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

### 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
- 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

Expand Down
Loading