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

feat: add six second CIP and compute CIP to ginger draft #217

Merged
merged 2 commits into from
Oct 11, 2024
Merged
Changes from 1 commit
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
5 changes: 3 additions & 2 deletions cips/cip-25.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| status | Draft |
| type | Meta |
| created | 2024-10-01 |
| requires | CIP-21, CIP-24, CIP-TBD |
| requires | CIP-10, CIP-21, CIP-24, CIP-TBD |

## Abstract

Expand All @@ -17,9 +17,10 @@ This Meta CIP lists the CIPs included in the Ginger network upgrade.

### Included CIPs

- [CIP-10](./cip-10.md): Coordinated network upgrades
jcstein marked this conversation as resolved.
Show resolved Hide resolved
- [CIP-21](./cip-21.md): Introduce blob type with verified signer
- [CIP-24](./cip-24.md): Versioned Gas Scheduler Variables
- CIP-TBD: limiting compute per block
- CIP-TBD: Reduce block time to six seconds
jcstein marked this conversation as resolved.
Show resolved Hide resolved

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).

Expand Down
Loading