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
50389f1c
Unverified
Commit
50389f1c
authored
Dec 09, 2023
by
0xn4de
Committed by
GitHub
Dec 09, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wording/typos in proposals.md
parent
2049930a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
proposals.md
specs/proposals.md
+2
-2
No files found.
specs/proposals.md
View file @
50389f1c
...
@@ -43,13 +43,13 @@ submits it to the `L2OutputOracle` contract on the settlement layer (L1).
...
@@ -43,13 +43,13 @@ submits it to the `L2OutputOracle` contract on the settlement layer (L1).
### L2OutputOracle v1.0.0
### L2OutputOracle v1.0.0
The submission of output proposals is permissioned to a single account. It is expected that this
The submission of output proposals is permissioned to a single account. It is expected that this
account
continues
to submit output proposals over time to ensure that user withdrawals do not halt.
account
will continue
to submit output proposals over time to ensure that user withdrawals do not halt.
The
[
L2 output proposer
](
../op-proposer
)
is expected to submit output roots on a deterministic
The
[
L2 output proposer
](
../op-proposer
)
is expected to submit output roots on a deterministic
interval based on the configured
`SUBMISSION_INTERVAL`
in the
`L2OutputOracle`
. The larger
interval based on the configured
`SUBMISSION_INTERVAL`
in the
`L2OutputOracle`
. The larger
the
`SUBMISSION_INTERVAL`
, the less often L1 transactions need to be sent to the
`L2OutputOracle`
the
`SUBMISSION_INTERVAL`
, the less often L1 transactions need to be sent to the
`L2OutputOracle`
contract, but L2 users will need to wait a bit longer for an output root to be included in L1 (the settlement layer)
contract, but L2 users will need to wait a bit longer for an output root to be included in L1 (the settlement layer)
that includes their intention to withdraw
al
from the system.
that includes their intention to withdraw from the system.
The honest
`op-proposer`
algorithm assumes a connection to the
`L2OutputOracle`
contract to know
The honest
`op-proposer`
algorithm assumes a connection to the
`L2OutputOracle`
contract to know
the L2 block number that corresponds to the next output proposal that must be submitted. It also
the L2 block number that corresponds to the next output proposal that must be submitted. It also
...
...
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