From 5e250133fac8b4af543474350283da05375e13e7 Mon Sep 17 00:00:00 2001 From: Mark Mackey Date: Fri, 26 Jan 2024 15:21:09 +0800 Subject: [PATCH] Expose web3_clientVersion on Engine API --- src/engine/common.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/engine/common.md b/src/engine/common.md index 735f8d9e0..8402516f7 100644 --- a/src/engine/common.md +++ b/src/engine/common.md @@ -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