nethermind
nethermind copied to clipboard
Add ExtraData to PostMergeBlockProducer
We should change it here: https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.Merge.Plugin/BlockProduction/PostMergeBlockProducer.cs#L96
- Default ExtraData should be Nethermind https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.Consensus/Producers/BlockProducerBase.cs#L319
- Allow configuration of ExtraData in our application (maybe MergeConfig?)
- Test on testnet validators (sepolia/goerli/ropsten). It could be tested together with: https://github.com/NethermindEth/nethermind/issues/4666