Skip to content

Commit

Permalink
engine: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalinin authored Nov 3, 2023
1 parent 057892b commit c720cde
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
The Engine JSON-RPC API is a collection of methods that all execution clients implement.
This interface allows the communication between consensus and execution layers of the two-component post-Merge Ethereum Client.

This API is in *active development* and currently specified in markdown documents specified by fork scopes ([Paris](./paris.md), [Shanghai](./shanghai.md)). A schema will follow once the specification stabilizes.
This API is in *active development* and currently specified in markdown documents specified by fork scopes ([Paris](./paris.md), [Shanghai](./shanghai.md), [Cancun](./cancun.md)).

## References
* [Engine API: A Visual Guide](https://hackmd.io/@danielrachi/engine_api)

0 comments on commit c720cde

Please sign in to comment.