Skip to content

Commit

Permalink
Merge pull request #97 from ethereum/eth-engine-namespace
Browse files Browse the repository at this point in the history
Engine API: expose eth namespace to reduce to single connection
  • Loading branch information
lightclient committed Nov 2, 2021
2 parents 96742bf + 6a00401 commit d68cdff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/engine/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ This specification is based on [Ethereum JSON-RPC API](https://eth.wiki/json-rpc
* Message format and encoding notation
* [Error codes improvement proposal](https://eth.wiki/json-rpc/json-rpc-error-codes-improvement-proposal)

Client software **MUST** expose Engine API at a port independent from JSON-RPC API. The default port for the Engine API is 8550 for HTTP and 8551 for WebSocket.
Client software **MUST** expose Engine API at a port independent from JSON-RPC API.
The default port for the Engine API is 8550 for HTTP and 8551 for WebSocket.
The Engine API is exposed under the `engine` namespace.

To facilitate an Engine API consumer to access state and logs (e.g. proof-of-stake deposits) through the same connection,
the client **MUST** also expose the `eth` namespace.

## Versioning

Expand Down

0 comments on commit d68cdff

Please sign in to comment.