docs(EL): add Engine API reference page#494
Open
ArshLabs wants to merge 5 commits intoeth-protocol-fellows:mainfrom
Open
docs(EL): add Engine API reference page#494ArshLabs wants to merge 5 commits intoeth-protocol-fellows:mainfrom
ArshLabs wants to merge 5 commits intoeth-protocol-fellows:mainfrom
Conversation
Adds a new reference page for the Engine API under the Execution Layer section. The Engine API is the authenticated JSON-RPC interface between the CL and EL introduced at The Merge and was a notable gap in the wiki's EL coverage. Coverage includes JWT authentication, all 9 required eth_ ancillary methods, capability negotiation, core methods (forkchoiceUpdated, newPayload, getPayload), the full payload status matrix, execution requests from Electra (EIP-7685), the 12-second slot lifecycle, optimistic sync, error codes, and sections on Fusaka and Glamsterdam. Technical content verified against ethereum/execution-apis spec (paris.md, common.md) and relevant EIPs.
|
Hi @ArshLabs,
ℹ️ How to fix this error:
ℹ️ Checking for typos locally
for f in **/*.md ; do echo $f ; aspell --lang=en_US --mode=markdown --home-dir=. --personal=wordlist.txt --ignore-case=true --camel-case --add-sgml-skip nospellcheck list < $f | sort | uniq -c ; done |
|
Hi @ArshLabs,
ℹ️ How to fix this error:
ℹ️ Checking for typos locally
for f in **/*.md ; do echo $f ; aspell --lang=en_US --mode=markdown --home-dir=. --personal=wordlist.txt --ignore-case=true --camel-case --add-sgml-skip nospellcheck list < $f | sort | uniq -c ; done |
df2bb95 to
af1c0e9
Compare
af1c0e9 to
c804fed
Compare
|
Hi @ArshLabs,
ℹ️ How to fix this error:
ℹ️ Checking for typos locally
for f in **/*.md ; do echo $f ; aspell --lang=en_US --mode=markdown --home-dir=. --personal=wordlist.txt --ignore-case=true --camel-case --add-sgml-skip nospellcheck list < $f | sort | uniq -c ; done |
|
Hi @ArshLabs,
ℹ️ How to fix this error:
ℹ️ Checking for typos locally
for f in **/*.md ; do echo $f ; aspell --lang=en_US --mode=markdown --home-dir=. --personal=wordlist.txt --ignore-case=true --camel-case --add-sgml-skip nospellcheck list < $f | sort | uniq -c ; done |
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.
Adds
docs/wiki/EL/engine-api.md, a new reference page for the Engine API.The Engine API is the authenticated interface between the CL and EL introduced at The Merge. It was a gap in the wiki's EL coverage.
What's covered:
eth_ancillary methodsengine_exchangeCapabilitiesandengine_getClientVersionV1with full client code registryshouldOverrideBuilderas a suggestion, not a commandVerification: All claims checked against
ethereum/execution-apis(paris.md, common.md) and EIPs read directly from GitHub.Files changed:
docs/wiki/EL/engine-api.md(new)docs/_sidebar.md(one line added)