fix(cli): store extradata as Bytes, decode hex in parser (#22344)

Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Georgios Konstantopoulos
2026-02-18 20:38:16 -08:00
committed by GitHub
parent 8fa539225b
commit 8529da976f
6 changed files with 78 additions and 22 deletions

View File

@@ -685,7 +685,9 @@ TxPool:
Builder:
--builder.extradata <EXTRA_DATA>
Block extra data set by the payload builder
Block extra data set by the payload builder.
If the value is a `0x`-prefixed hex string, it is decoded into raw bytes. Otherwise, the raw UTF-8 bytes of the string are used.
[default: reth/<VERSION>/<OS>]