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
c2056ddb
Commit
c2056ddb
authored
Jun 25, 2023
by
Maurelian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(specs): Remove duplicate config information
parent
0119b6c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
23 deletions
+0
-23
proposals.md
specs/proposals.md
+0
-11
withdrawals.md
specs/withdrawals.md
+0
-12
No files found.
specs/proposals.md
View file @
c2056ddb
...
@@ -17,8 +17,6 @@
...
@@ -17,8 +17,6 @@
-
[
Configuration
](
#configuration
)
-
[
Configuration
](
#configuration
)
-
[
Security Considerations
](
#security-considerations
)
-
[
Security Considerations
](
#security-considerations
)
-
[
L1 Reorgs
](
#l1-reorgs
)
-
[
L1 Reorgs
](
#l1-reorgs
)
-
[
Summary of Definitions
](
#summary-of-definitions
)
-
[
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 -->
...
@@ -225,12 +223,3 @@ If the L1 has a reorg after an output has been generated and submitted, the L2 s
...
@@ -225,12 +223,3 @@ If the L1 has a reorg after an output has been generated and submitted, the L2 s
leading to a faulty proposal. This is mitigated against by allowing the proposer to submit an
leading to a faulty proposal. This is mitigated against by allowing the proposer to submit an
L1 block number and hash to the Output Oracle when appending a new output; in the event of a reorg, the block hash
L1 block number and hash to the Output Oracle when appending a new output; in the event of a reorg, the block hash
will not match that of the block with that number and the call will revert.
will not match that of the block with that number and the call will revert.
## Summary of Definitions
### Constants
| Name | Value | Unit |
| --------------------- | ------- | ------- |
|
`SUBMISSION_INTERVAL`
|
`120`
| blocks |
|
`L2_BLOCK_TIME`
|
`2`
| seconds |
specs/withdrawals.md
View file @
c2056ddb
...
@@ -48,8 +48,6 @@ finalization.
...
@@ -48,8 +48,6 @@ 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
)
-
[
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 -->
...
@@ -216,15 +214,5 @@ whether or not it was 'supposed' to fail, and whether or not it should be 'repla
...
@@ -216,15 +214,5 @@ whether or not it was 'supposed' to fail, and whether or not it should be 'repla
minimize complexity, we have not provided any replay functionality, this may be implemented in external utility
minimize complexity, we have not provided any replay functionality, this may be implemented in external utility
contracts if desired.
contracts if desired.
## Summary of Definitions
### Constants
| Name | Value | Unit |
| --------------------- | --------- | ------- |
|
`FINALIZATION_PERIOD`
|
`604_800`
| seconds |
This
`FINALIZATION_PERIOD`
value is equivalent to 7 days.
[
`WithdrawalTransaction` type
]:
https://github.com/ethereum-optimism/optimism/blob/6c6d142d7bb95faa11066aab5d8aed7187abfe38/packages/contracts-bedrock/contracts/libraries/Types.sol#L76-L83
[
`WithdrawalTransaction` type
]:
https://github.com/ethereum-optimism/optimism/blob/6c6d142d7bb95faa11066aab5d8aed7187abfe38/packages/contracts-bedrock/contracts/libraries/Types.sol#L76-L83
[
`OutputRootProof` type
]:
https://github.com/ethereum-optimism/optimism/blob/6c6d142d7bb95faa11066aab5d8aed7187abfe38/packages/contracts-bedrock/contracts/libraries/Types.sol#L33-L38
[
`OutputRootProof` type
]:
https://github.com/ethereum-optimism/optimism/blob/6c6d142d7bb95faa11066aab5d8aed7187abfe38/packages/contracts-bedrock/contracts/libraries/Types.sol#L33-L38
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