Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
For specs: https://github.com/ethereum/execution-apis/blob/main/src/engine/identification.md#engine_getclientversionv1 The issue earlier was in json marshalling of strings returned by CL clients. Since Git commits are already hex, no need to further hexlify the string. The commit string here won't have "0x" prefix - that's contentious, but, going by the example given in the spec. The version string doesn't have size limits, hence extending it to what we would be using otherwise. Cherry pick #13358 --------- Co-authored-by: Giulio <[email protected]>
- Loading branch information