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
afe7cbf9
Unverified
Commit
afe7cbf9
authored
Jan 19, 2023
by
mergify[bot]
Committed by
GitHub
Jan 19, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into refcell/bindings
parents
bea726b5
98b6a400
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
3 additions
and
2 deletions
+3
-2
CODEOWNERS
.github/CODEOWNERS
+1
-0
deploy-config.ts
packages/contracts-bedrock/src/deploy-config.ts
+1
-1
glossary.md
specs/glossary.md
+1
-1
2022_05-Bedrock_Contracts-Zeppelin.pdf
...s/security-reviews/2022_05-Bedrock_Contracts-Zeppelin.pdf
+0
-0
2022_08-Bedrock_GoLang-SigmaPrime.pdf
...ts/security-reviews/2022_08-Bedrock_GoLang-SigmaPrime.pdf
+0
-0
2022_10-Drippie-Spearbit.pdf
...l-documents/security-reviews/2022_10-Drippie-Spearbit.pdf
+0
-0
2023_01-Bedrock_Updates-TrailOfBits.pdf
.../security-reviews/2023_01-Bedrock_Updates-TrailOfBits.pdf
+0
-0
No files found.
.github/CODEOWNERS
View file @
afe7cbf9
...
...
@@ -26,6 +26,7 @@
/op-chain-ops @ethereum-optimism/go-reviewers
/op-e2e @ethereum-optimism/go-reviewers
/op-node @ethereum-optimism/go-reviewers
/op-node/rollup @protolambda @trianglesphere
/op-proposer @ethereum-optimism/go-reviewers
/op-service @ethereum-optimism/go-reviewers
...
...
packages/contracts-bedrock/src/deploy-config.ts
View file @
afe7cbf9
...
...
@@ -56,7 +56,7 @@ interface RequiredDeployConfig {
sequencerWindowSize
:
number
/**
* Number of
seconds (w.r.t. L1 time) that a frame can be
valid when included in L1.
* Number of
L1 blocks that a frame stays
valid when included in L1.
*/
channelTimeout
:
number
...
...
specs/glossary.md
View file @
afe7cbf9
...
...
@@ -479,7 +479,7 @@ transaction must also be signed by a recognized batch submitter account.
[
channel-timeout
]:
glossary.md#channel-timeout
The channel timeout is a duration (in
seconds) during which
[
channel frames
]
[
channel-frame
may land on L1 within
The channel timeout is a duration (in
L1 blocks) during which
[
channel frames
][
channel-frame
]
may land on L1 within
[
batcher transactions
][
batcher-transaction
]
.
The acceptable time range for the frames of a
[
channel
][
channel
]
is
`[channel_id.timestamp, channel_id.timestamp +
...
...
technical-documents/security-reviews/2022_05-BedrockContracts-Zeppelin.pdf
→
technical-documents/security-reviews/2022_05-Bedrock
_
Contracts-Zeppelin.pdf
View file @
afe7cbf9
File moved
technical-documents/security-reviews/2022_08-Bedrock
-Go
-SigmaPrime.pdf
→
technical-documents/security-reviews/2022_08-Bedrock
_GoLang
-SigmaPrime.pdf
View file @
afe7cbf9
File moved
technical-documents/security-reviews/2022_10
_Drippie_
Spearbit.pdf
→
technical-documents/security-reviews/2022_10
-Drippie-
Spearbit.pdf
View file @
afe7cbf9
File moved
technical-documents/security-reviews/2023_01-Bedrock_Updates-TrailOfBits.pdf
0 → 100644
View file @
afe7cbf9
File added
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