Skip to content

Commit

Permalink
Merge pull request ethereum-optimism#8570 from JohnwickBC/develop
Browse files Browse the repository at this point in the history
chore: specs typos fixed
  • Loading branch information
trianglesphere authored Dec 12, 2023
2 parents 99f20ed + e9fcd34 commit a298160
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions specs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ The channel timeout is a duration (in L1 blocks) during which [channel frames][c

The acceptable time range for the frames of a [channel][channel] is `[channel_id.timestamp, channel_id.timestamp +
CHANNEL_TIMEOUT]`. The acceptable L1 block range for these frames are any L1 block whose timestamp falls inside this
time range. (Note that `channel_id.timetamp` must be lower than the L1 block timestamp of any L1 block in which frames
time range. (Note that `channel_id.timestamp` must be lower than the L1 block timestamp of any L1 block in which frames
of the channel are seen, or else these frames are ignored.)

The purpose of channel timeouts is dual:
Expand All @@ -492,7 +492,7 @@ The purpose of channel timeouts is dual:
sent).
- Bound the number of L1 blocks we have to look back in order to decode [sequencer batches][sequencer-batch] from
channels. This is particularly relevant during L1 re-orgs, see the [Resetting Channel Buffering][reset-channel-buffer]
section of the L2 Chain Derivation specifiction for more information.
section of the L2 Chain Derivation specification for more information.

[reset-channel-buffer]: derivation.md#resetting-channel-buffering

Expand Down Expand Up @@ -564,7 +564,7 @@ The state of the L2 genesis block comprises:
how native ETH balances were stored in the storage trie.
- [Predeployed contracts][predeploy]

The timestap of the L2 genesis block must be a multiple of the [block time][block-time] (i.e. a even number, since the
The timestamp of the L2 genesis block must be a multiple of the [block time][block-time] (i.e. a even number, since the
block time is 2 seconds).

When updating the rollup protocol to a new version, we may perform a *squash fork*, a process that entails the creation
Expand Down
2 changes: 1 addition & 1 deletion specs/span-batches.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Where:
- `1`: ([EIP-2930]): `gasLimit`
- `2`: ([EIP-1559]): `gas_limit`
- `protected_bits`: standard bitlist of length of number of legacy transactions:
1 bit per L2 legacy transactions, indicating if transacion is protected([EIP-155]) or not.
1 bit per L2 legacy transactions, indicating if transaction is protected([EIP-155]) or not.

Introduce version `2` to the [batch-format](./derivation.md#batch-format) table:

Expand Down

0 comments on commit a298160

Please sign in to comment.