Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
a298160f
Unverified
Commit
a298160f
authored
Dec 12, 2023
by
Joshua Gutow
Committed by
GitHub
Dec 12, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8570 from JohnwickBC/develop
chore: specs typos fixed
parents
99f20eda
e9fcd348
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
glossary.md
specs/glossary.md
+3
-3
span-batches.md
specs/span-batches.md
+1
-1
No files found.
specs/glossary.md
View file @
a298160f
...
...
@@ -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.time
s
tamp`
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:
...
...
@@ -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 specific
a
tion for more information.
[
reset-channel-buffer
]:
derivation.md#resetting-channel-buffering
...
...
@@ -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 timesta
m
p 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
...
...
specs/span-batches.md
View file @
a298160f
...
...
@@ -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 transac
t
ion is protected(
[
EIP-155
]
) or not.
Introduce version
`2`
to the
[
batch-format
](
./derivation.md#batch-format
)
table:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment