-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #173 from ethereum-optimism/feat/next-2-hardforks
hardforks: next 2
- Loading branch information
Showing
5 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |