espresso-sequencer icon indicating copy to clipboard operation
espresso-sequencer copied to clipboard

Add fee recipient to header

Open jbearer opened this issue 1 year ago • 0 comments

Currently, the fee recipient can be derived from the ChainConfig that applies to a given header. However, this might not always be the case -- maybe in the future the free recipient is the consensus leader, or something, rather than a global config -- and in any case, this makes it annoying for clients like the block explorer to look up. We should just add a new field to the header for the fee recipient, like the Ethereum miner field.

jbearer avatar May 23 '24 13:05 jbearer