Skip to content

Commit

Permalink
docs: update to Ginger
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Oct 2, 2024
1 parent ab2f687 commit 4440778
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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

0 comments on commit 4440778

Please sign in to comment.