Skip to content

Commit

Permalink
chore(holocene): Remove upgrade txs (#409)
Browse files Browse the repository at this point in the history
* chore(holocene): Remove upgrade txs

* toc
  • Loading branch information
clabby authored Oct 2, 2024
1 parent 5661a27 commit 3fde74f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
14 changes: 0 additions & 14 deletions specs/protocol/holocene/derivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
- [Reorgs](#reorgs)
- [Batcher Hardening](#batcher-hardening)
- [Sync Start](#sync-start)
- [Network upgrade automation transactions](#network-upgrade-automation-transactions)

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

Expand Down Expand Up @@ -341,16 +340,3 @@ Note regarding the last case that if we don't find a starting frame within a cha
the channel we did find a frame from must be timed out and would be discarded. The safe block we're
looking for can't be in any channel that timed out before its L1 origin so we wouldn't need to
search any further back, so we go back a channel timeout before the finalized L2 head.

# Network upgrade automation transactions

The Holocene hardfork activation block contains the following transactions, in this order:

- L1 Attributes Transaction
- User deposits from L1
- Network Upgrade Transactions
- L1Block deployment
- Update L1Block Proxy ERC-1967 Implementation
- L1Block Enable Holocene
- OptimismMintableERC20Factory deployment
- Update OptimismMintableERC20Factory Proxy ERC-1967 Implementation
1 change: 0 additions & 1 deletion specs/protocol/holocene/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ This document is not finalized and should be considered experimental.
## Consensus Layer

- [Holocene Derivation](./derivation.md#holocene-derivation)
- [Network upgrade automation transactions](./derivation.md#network-upgrade-automation-transactions)

## Smart Contracts

Expand Down

0 comments on commit 3fde74f

Please sign in to comment.