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
c42d3e76
Unverified
Commit
c42d3e76
authored
Feb 03, 2023
by
mergify[bot]
Committed by
GitHub
Feb 03, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into ajsutton/typos
parents
a8bb35fe
b1e0f816
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
derivation.md
specs/derivation.md
+3
-0
yarn.lock
yarn.lock
+3
-3
No files found.
specs/derivation.md
View file @
c42d3e76
...
@@ -710,6 +710,8 @@ enact the change, as linear rewinds of the tip of the chain may not be supported
...
@@ -710,6 +710,8 @@ enact the change, as linear rewinds of the tip of the chain may not be supported
#### L1-sync: payload attributes processing
#### L1-sync: payload attributes processing
[
exec-engine-comm
]:
exec-engine.md#engine-api
If the safe and unsafe L2 heads are identical (whether because of failed consolidation or not), we send the L2 payload
If the safe and unsafe L2 heads are identical (whether because of failed consolidation or not), we send the L2 payload
attributes to the execution engine to be constructed into a proper L2 block.
attributes to the execution engine to be constructed into a proper L2 block.
This L2 block will then become both the new L2 safe and unsafe head.
This L2 block will then become both the new L2 safe and unsafe head.
...
@@ -728,6 +730,7 @@ The payload attributes are then processed with a sequence of:
...
@@ -728,6 +730,7 @@ The payload attributes are then processed with a sequence of:
-
`engine_forkchoiceUpdatedV1`
with current forkchoice state of the stage, and the attributes to start block building.
-
`engine_forkchoiceUpdatedV1`
with current forkchoice state of the stage, and the attributes to start block building.
-
Non-deterministic sources, like the tx-pool, must be disabled to reconstruct the expected block.
-
Non-deterministic sources, like the tx-pool, must be disabled to reconstruct the expected block.
-
`engine_getPayload`
to retrieve the payload, by the payload-ID in the result of the previous step.
-
`engine_getPayload`
to retrieve the payload, by the payload-ID in the result of the previous step.
-
`engine_newPayload`
to import the new payload into the execution engine.
-
`engine_forkchoiceUpdatedV1`
to make the new payload canonical,
-
`engine_forkchoiceUpdatedV1`
to make the new payload canonical,
now with a change of both
`safe`
and
`unsafe`
fields to refer to the payload, and no payload attributes.
now with a change of both
`safe`
and
`unsafe`
fields to refer to the payload, and no payload attributes.
...
...
yarn.lock
View file @
c42d3e76
...
@@ -10580,9 +10580,9 @@ http-basic@^8.1.1:
...
@@ -10580,9 +10580,9 @@ http-basic@^8.1.1:
parse-cache-control "^1.0.1"
parse-cache-control "^1.0.1"
http-cache-semantics@^4.0.0, http-cache-semantics@^4.1.0:
http-cache-semantics@^4.0.0, http-cache-semantics@^4.1.0:
version "4.1.
0
"
version "4.1.
1
"
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.
0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390
"
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.
1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a
"
integrity sha512-
carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8c
Q==
integrity sha512-
er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYX
Q==
http-errors@1.7.2:
http-errors@1.7.2:
version "1.7.2"
version "1.7.2"
...
...
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