Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erroneous "Failed to publish Block" error message when MEV sends block before us #5499

Open
Menduist opened this issue Oct 12, 2023 · 0 comments
Assignees

Comments

@Menduist
Copy link
Contributor

When the MEV producer sends the block fast enough on the GossipSub network, it can reach us before we had time to publish it

In that case, logs will show:

Block not sent [..]  error="No peers on libp2p topic"

even though the block already went through the network

This is because libp2p doesn't expose the failure type of publish, it just says that it failed.

Requires: vacp2p/nim-libp2p#950

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants