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
I run a bunch of validators on Goerli and all of the blocks that are not mev-boosted have null (0x) extradata fields.
Its my understanding that geth is the block producer and the block producer sets the extradata field.
According to help, by default extradata is set to the client version, but even manually adding --miner.extradata doesn't seem to change the extradata of the proposed blocks.
Is this a geth problem or a Lighthouse problem (my CL is Lighthouse)?