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
e0e7e95c
Unverified
Commit
e0e7e95c
authored
Jan 16, 2024
by
Danyal Prout
Committed by
GitHub
Jan 17, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4844: Add missing consolidation properties (#8976)
* Add missing consolidation properties * Split by hardfork
parent
c1f1c66c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
derivation.md
specs/derivation.md
+11
-5
No files found.
specs/derivation.md
View file @
e0e7e95c
...
@@ -875,11 +875,17 @@ safe head.
...
@@ -875,11 +875,17 @@ safe head.
The following fields of the derived L2 payload attributes are checked for equality with the L2 block:
The following fields of the derived L2 payload attributes are checked for equality with the L2 block:
-
`parent_hash`
-
Bedrock, Canyon, Delta, Ecotone Blocks
-
`timestamp`
-
`parent_hash`
-
`randao`
-
`timestamp`
-
`fee_recipient`
-
`randao`
-
`transactions_list`
(first length, then equality of each of the encoded transactions, including deposits)
-
`fee_recipient`
-
`transactions_list`
(first length, then equality of each of the encoded transactions, including deposits)
-
`gas_limit`
-
Canyon, Delta, Ecotone Blocks
-
`withdrawals`
(first presence, then length, then equality of each of the encoded withdrawals)
-
Ecotone Blocks
-
`parent_beacon_block_root`
If consolidation succeeds, the forkchoice change will synchronize as described in the section above.
If consolidation succeeds, the forkchoice change will synchronize as described in the section above.
...
...
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