Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SWS typo in glossary.md #267

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

miltonjonat
Copy link

Description

Glossary was stating that the default Sequencer Window Size was measured in "epochs" instead of blocks

Tests

N/A

Additional context

N/A

Metadata

N/A

Was stating that the default Sequencer Window Size was measured in "epochs" instead of blocks
@@ -233,7 +233,7 @@ A sequencing window is a range of L1 blocks from which a [sequencing epoch][sequ
A sequencing window whose first L1 block has number `N` contains [batcher transactions][batcher-transaction] for epoch
`N`. The window contains blocks `[N, N + SWS)` where `SWS` is the sequencer window size.

The current default `sws` is 3600 epochs.
The current default `sws` is 3600 blocks.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably should be explicit that these are L1 blocks. The original epochs, while being a rather circular reference, is more accurate than just "blocks" because each L1 block is an epoch (but an epoch may contain multiple L2 blocks). It's already strongly implied by the context but people often get confused about whether "blocks" means L1 or L2 blocks so best to be clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants