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
Besu has not been reporting bad blocks, specifically invalid blocks produced by other members of a eof devnet environment. For example on https://forkmon.eof-devnet-0.ethpandaops.io/ only geth and nethermind are reporting blocks they disagree with.
Expected behavior: Besu's bad blocks RPC returns bad blocks recently seen
Using the forkmon we should start seeing a fork very early in epoch 2, with bad blocks reported by nethermind sometime before block 70. Besu never reports Nethermind's produced blocks as bad, whereas Geth does.
To update besu you will need to deploy a local docker version and update the el-image tag. The nethermind image is a version with a known bug that will produce bad blocks associated with the assertoor test.
Logs
No relevant logs
Versions (Add all that apply)
master
Additional Information (Add any of the following or anything else that may be relevant)
Perhaps the fork choice rule is preventing the block from being considered?
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Besu has not been reporting bad blocks, specifically invalid blocks produced by other members of a eof devnet environment. For example on https://forkmon.eof-devnet-0.ethpandaops.io/ only geth and nethermind are reporting blocks they disagree with.
Expected behavior: Besu's bad blocks RPC returns bad blocks recently seen
Actual behavior: No bad blocks seen
Frequency: whenever a blad block occurs
To reproduce run this Kurtosis environment:
Using the forkmon we should start seeing a fork very early in epoch 2, with bad blocks reported by nethermind sometime before block 70. Besu never reports Nethermind's produced blocks as bad, whereas Geth does.
To update besu you will need to deploy a local docker version and update the
el-image
tag. The nethermind image is a version with a known bug that will produce bad blocks associated with the assertoor test.Logs
No relevant logs
Versions (Add all that apply)
master
Additional Information (Add any of the following or anything else that may be relevant)
Perhaps the fork choice rule is preventing the block from being considered?
The text was updated successfully, but these errors were encountered: