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

bug(l1): peer connection broken due to failure to add transaction to mempool before sync #1686

Open
fmoletta opened this issue Jan 10, 2025 · 0 comments
Labels
bug Something isn't working L1 network Issues related to network communication

Comments

@fmoletta
Copy link
Contributor

When we have just launched our node and try to connect to potential syncing peers we will also get transactions to add to our mempool. As our state is not synced we will often fail to validate and add these transactions to our mempool due to insufficient account funds. When this fails the error is propagated to the peer connection loop, ending it.

@fmoletta fmoletta added bug Something isn't working L1 labels Jan 10, 2025
@mpaulucci mpaulucci added the network Issues related to network communication label Jan 10, 2025
@mpaulucci mpaulucci added this to the [L1] 4 - P2P Network milestone Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working L1 network Issues related to network communication
Projects
Status: No status
Development

No branches or pull requests

2 participants