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
The same limitation applies to the debug_getBadBlocks function; it only captures bad blocks that occur during processing. It might be beneficial to check how other clients handle this issue
We currently only gather bad block metrics after processing at https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.Consensus/Processing/BlockchainProcessor.cs#L457.
However, it's important to note that bad blocks can occur at other stages as well. For example:
The same limitation applies to the debug_getBadBlocks function; it only captures bad blocks that occur during processing. It might be beneficial to check how other clients handle this issue