You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to #7930 even if user has specified a graffiti we can attempt to append EL/CL information if the space permits it. This will be opt-in feature defaulted to false e.g. append-client-versions-to-validators-graffiti
I'm thinking on --validators-graffitti-client-append-format
AUTO_PADDED (default): no user graffitti - full size (20 chars), user graffitti + space + 4-20 characters of whatever left
AUTO: same without space
NAME_PADDED: space (if user graffitti defined) + 4 chars TKBU, client names dropped if more than 32 chars
NAME: same without space
NONE: doesn't touch
Print info status line at startup which graffitti was compiled.
In addition to #7930 even if user has specified a graffiti we can attempt to append EL/CL information if the space permits it. This will be
opt-in
feature defaulted to false e.g.append-client-versions-to-validators-graffiti
Some implementation ideas: ethereum/execution-apis#517 (comment)
Add a graffiti versioning "mode" (single CLI option):
Example:
If not enough space, try other modes (e.g. if adding the version does not fit, add at least CL and EL).
Padding?? (need to adjust spec)
The text was updated successfully, but these errors were encountered: