-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Engine API: add getPayloadBodiesByRangeV1
to #146
#218
Closed
Commits on Dec 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b1a4ebd - Browse repository at this point
Copy the full SHA b1a4ebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6be1088 - Browse repository at this point
Copy the full SHA 6be1088View commit details -
Configuration menu - View commit details
-
Copy full SHA for f500c48 - Browse repository at this point
Copy the full SHA f500c48View commit details
Commits on Feb 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b490341 - Browse repository at this point
Copy the full SHA b490341View commit details
Commits on May 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f9ee0ff - Browse repository at this point
Copy the full SHA f9ee0ffView commit details -
Similar to the consensus p2p spec, a by-range request allows execution clients to store finalized blocks in linear by-number storage instead of relying on by-hash indices, significantly increasing efficiency in fetching them from cold storage. Clients whose database design does not permit efficient by-number lookups may opt to not implement this call, but must then give a well-known error code allowing consensus later clients to fall back to a less efficient method of fetching the blocks. This specification assumes that execution clients know nothing of slot numbers as seen on the consensus layer. Should execution clients later learn about these, the specification may be amended to work with slot numbers instead. Until then, consensus clients must be careful to compute block numbers correctly. Consensus clients must also be careful when this request is used to fetch non-finalized blocks, reverting to by-root requests if an unexpected chain is returned.
Configuration menu - View commit details
-
Copy full SHA for 832c938 - Browse repository at this point
Copy the full SHA 832c938View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1091c2d - Browse repository at this point
Copy the full SHA 1091c2dView commit details
Commits on May 10, 2022
-
Update src/engine/specification.md
Co-authored-by: Mikhail Kalinin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e189c5b - Browse repository at this point
Copy the full SHA e189c5bView commit details -
Update src/engine/specification.md
Co-authored-by: Mikhail Kalinin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e19aa80 - Browse repository at this point
Copy the full SHA e19aa80View commit details
Commits on May 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 19c2e8a - Browse repository at this point
Copy the full SHA 19c2e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1989ed - Browse repository at this point
Copy the full SHA e1989edView commit details
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for de8fd3d - Browse repository at this point
Copy the full SHA de8fd3dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.