diff --git a/src/engine/identification.md b/src/engine/identification.md index c3cddded5..7471097b4 100644 --- a/src/engine/identification.md +++ b/src/engine/identification.md @@ -30,6 +30,7 @@ To facilitate a more accurate measurement of execution layer client diversity st This enum defines a standard for specifying a client with just two letters. Clients teams which have a code reserved in this list **MUST** use this code when identifying themselves. The code is specified here only to facilitate standardization and NOT to imply that these are the only supported Ethereum clients. Any clients not listed here are free to use any two letters which don't collide with an existing client code. They are encouraged to make a PR to this repo to reserve their own code. Existing codes are as follows: - `BU`: besu + - `CN`: caplin - `EJ`: ethereumJS - `EG`: erigon - `EX`: ethrex @@ -75,4 +76,4 @@ Rationale: Human-readable fields like `clientName` and `version` are useful for 2. Clients **MUST** accommodate receiving any two-letter `ClientCode`, even if they are not reserved in the list above. Clients **MAY** log messages upon receiving an unlisted client code. 3. When connected to a single execution client, the consensus client **MUST** receive an array with a single `ClientVersionV1` object. When connected to multiple execution clients via a multiplexer, the multiplexer **MUST** concatenate the responses from each execution client into a single, flat array before returning the -response to the consensus client. \ No newline at end of file +response to the consensus client.