Commit 2aadc2dd authored by s7v7nislands's avatar s7v7nislands

specs: update toc

parent c9e9656c
...@@ -4,19 +4,18 @@ ...@@ -4,19 +4,18 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** **Table of Contents**
- [Optimism Overview](#optimism-overview) - [Architecture Design Goals](#architecture-design-goals)
- [Architecture Design Goals](#architecture-design-goals) - [Components](#components)
- [Components](#components) - [L1 Components](#l1-components)
- [L1 Components](#l1-components) - [L2 Components](#l2-components)
- [L2 Components](#l2-components) - [Transaction/Block Propagation](#transactionblock-propagation)
- [Transaction/Block Propagation](#transactionblock-propagation) - [Key Interactions In Depth](#key-interactions-in-depth)
- [Key Interactions In Depth](#key-interactions-in-depth) - [Deposits](#deposits)
- [Deposits](#deposits) - [Block Derivation](#block-derivation)
- [Block Derivation](#block-derivation) - [Overview](#overview)
- [Overview](#overview) - [Epochs and the Sequencing Window](#epochs-and-the-sequencing-window)
- [Epochs and the Sequencing Window](#epochs-and-the-sequencing-window) - [Block Derivation Loop](#block-derivation-loop)
- [Block Derivation Loop](#block-derivation-loop) - [Engine API](#engine-api)
- [Engine API](#engine-api)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
......
...@@ -33,19 +33,18 @@ finalization. ...@@ -33,19 +33,18 @@ finalization.
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** **Table of Contents**
- [Withdrawals](#withdrawals) - [Withdrawal Flow](#withdrawal-flow)
- [Withdrawal Flow](#withdrawal-flow) - [On L2](#on-l2)
- [On L2](#on-l2) - [On L1](#on-l1)
- [On L1](#on-l1) - [The L2ToL1MessagePasser Contract](#the-l2tol1messagepasser-contract)
- [The L2ToL1MessagePasser Contract](#the-l2tol1messagepasser-contract) - [Addresses are not Aliased on Withdrawals](#addresses-are-not-aliased-on-withdrawals)
- [Addresses are not Aliased on Withdrawals](#addresses-are-not-aliased-on-withdrawals) - [The Optimism Portal Contract](#the-optimism-portal-contract)
- [The Optimism Portal Contract](#the-optimism-portal-contract) - [Withdrawal Verification and Finalization](#withdrawal-verification-and-finalization)
- [Withdrawal Verification and Finalization](#withdrawal-verification-and-finalization) - [Security Considerations](#security-considerations)
- [Security Considerations](#security-considerations) - [Key Properties of Withdrawal Verification](#key-properties-of-withdrawal-verification)
- [Key Properties of Withdrawal Verification](#key-properties-of-withdrawal-verification) - [Handling Successfully Verified Messages That Fail When Relayed](#handling-successfully-verified-messages-that-fail-when-relayed)
- [Handling Successfully Verified Messages That Fail When Relayed](#handling-successfully-verified-messages-that-fail-when-relayed) - [Summary of Definitions](#summary-of-definitions)
- [Summary of Definitions](#summary-of-definitions) - [Constants](#constants)
- [Constants](#constants)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment