Skip to content

Commit

Permalink
Expose web3_clientVersion on Engine API
Browse files Browse the repository at this point in the history
  • Loading branch information
ethDreamer committed Jan 26, 2024
1 parent cea7eeb commit 5e25013
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/engine/common.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ the client **MUST** also expose the following subset of `eth` methods:
* `eth_sendRawTransaction`
* `eth_syncing`

To facilitate a more accurate measurement of execution layer client diversity statistics, the client **SHOULD** also expose
the following `web3` method:

* `web3_clientVersion`

These methods are described in [Ethereum JSON-RPC Specification][json-rpc-spec].

### Authentication
Expand Down

0 comments on commit 5e25013

Please sign in to comment.