nethermind
nethermind copied to clipboard
Remove UtcNow from payload cleanups
I haven't noticed any bug connected to this. However, it would be great to remove the time clock dependency: https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.Merge.Plugin/BlockProduction/PayloadPreparationService.cs#L110
We could store N number of best payloads (order by timestamp).
Test on testnet validators (sepolia/goerli/ropsten). It could be tested together with: https://github.com/NethermindEth/nethermind/issues/4665