Conversation
cf2aa94 to
3cf78c7
Compare
refcell
commented
Jun 5, 2024
c54a4ff to
39b9acb
Compare
ede1ace to
3d4d3c3
Compare
47183a1 to
e639516
Compare
e639516 to
8431278
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Introduces a kona execution extension example that pulls in the
kona-derivecrate from kona and runs the derivation pipeline over newly committed L1 blocks. It then takes the generated payload attributes from the derivation pipeline and compares it to payload attributes fetched from a trusted endpoint (the defaultOnlineValidator).Two arguments must currently be passed to the execution extension:
The L2 RPC url is used as a trusted source to validate generated payload attributes without needing to perform execution locally. In the future this will be deprecated in favor of local execution validation.
The beacon url is used as a fallback for fetching archived blobs when syncing the execution extension.
Metadata
Fixes op-rs/kona#211