feat(exex/trie): Wire up the Engine in Exex#27
Draft
dhyaniarun1993 wants to merge 12 commits into
Draft
Conversation
…hereum-optimism#20655) * docs(ai/acceptance-tests): note native kona prestate build option The `just reproducible-prestate-kona` recipe requires Docker. For local test runs the native `cd rust && just build-kona-prestates` recipe is sufficient and works without Docker. Surface both, and reserve the reproducible build for cases where the prestate hash must match a deployed release. * docs: clarify kona prestate build preference and constraints Prefer the reproducible (Docker) build; reserve the native build as a Linux+MIPS-toolchain fallback that produces a non-matching hash.
* Add supernode explainer
* Update docs/public-docs/op-stack/interop/explainer.mdx
Co-authored-by: George Knee <georgeknee@googlemail.com>
* Update docs/public-docs/op-stack/interop/reorg.mdx
Co-authored-by: George Knee <georgeknee@googlemail.com>
* Update docs/public-docs/op-stack/reference/glossary.mdx
Co-authored-by: George Knee <georgeknee@googlemail.com>
* Link to Light Node Topology Notice Page in Gloassary
* Updated supernode diagram
* docs(supernode): use "component" for static description of op-supernode
Use "component" when describing op-supernode as a static entity (its
architecture and role). Keep "process" for runtime arrangement
descriptions ("inside one process", "running every chain inside one
process") and for the literal OS-level in-process vs operating-system
process distinction.
---------
Co-authored-by: George Knee <georgeknee@googlemail.com>
…thereum-optimism#20419) * feat(trie): add engine buffer layer (TrieBufferState + MemoryOverlay) * feat(trie/engine): add persistence service and prune_with_provider * feat(trie): add EngineState, Engine, EngineHandle, and all task types * simplify engine loop and tighten state ownership * fmt fixes * doc + typo fixes * doc fixes
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.
Just to check diff. Not to be merged