Commit f64231a
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 erigontech#13358
---------
Co-authored-by: Giulio <[email protected]>
1 parent 22711fa commit f64231a
File tree
2 files changed
+11
-10
lines changed- turbo/engineapi
- engine_types
2 files changed
+11
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
171 | | - | |
172 | | - | |
| 172 | + | |
| 173 | + | |
173 | 174 | | |
174 | 175 | | |
175 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments