Skip to content

Commit

Permalink
Merge pull request #173 from ethereum-optimism/feat/next-2-hardforks
Browse files Browse the repository at this point in the history
hardforks: next 2
  • Loading branch information
tynes authored May 13, 2024
2 parents a0b3aff + 9b0463d commit 004a1b6
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 1 deletion.
2 changes: 1 addition & 1 deletion specs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- [Honest Challenger](./experimental/fault-proof/stage-one/honest-challenger-fdg.md)
- [Bond Incentives](./experimental/fault-proof/stage-one/bond-incentives.md)
- [Bridge Integration](./experimental/fault-proof/stage-one/bridge-integration.md)
- [Custom Gas Token](./experimental/custom-gas-token.md)
- [Custom Gas Token](./granite/custom-gas-token.md)
- [Plasma](./experimental/plasma.md)
- [Interoperability](./interop/overview.md)
- [Dependency Set](./interop/dependency_set.md)
Expand Down
File renamed without changes.
22 changes: 22 additions & 0 deletions specs/granite/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Granite Network Upgrade

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**

- [Execution Layer](#execution-layer)
- [Consensus Layer](#consensus-layer)
- [Smart Contracts](#smart-contracts)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

This document is not finalized and should be considered experimental.

## Execution Layer

## Consensus Layer

## Smart Contracts

- [Custom Gas Token](./custom-gas-token.md)
- [Predeploys](./predeploys.md)
16 changes: 16 additions & 0 deletions specs/granite/predeploys.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Predeploys

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**

- [Predeploys](#predeploys)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

The granite network upgrade includes a routine upgrade
of all L2 predeploys using system transactions. The exact
and upgrade transactions themselves will be finalized in
the future. This ensures that the L1 and L2 pairs of contracts
(CrossDomainMessengers and StandardBridges) don't drift too
far in their versioning.
21 changes: 21 additions & 0 deletions specs/holocene/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Holocene Network Upgrade

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**

- [Execution Layer](#execution-layer)
- [Consensus Layer](#consensus-layer)
- [Smart Contracts](#smart-contracts)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

This document is not finalized and should be considered experimental.

## Execution Layer

## Consensus Layer

- [Interop](../interop/overview.md)

## Smart Contracts

0 comments on commit 004a1b6

Please sign in to comment.