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

Await tx confirmation by watching nonce #1782

Merged
merged 1 commit into from
Jun 22, 2024
Merged

Conversation

iamdefinitelyahuman
Copy link
Member

What I did

Fix a long-standing bug (at least 3 years now) where transactions could sometimes fail with "tx dropped without known replacement" at the moment they confirm.

The shorter the blocktimes, the more likely you were to hit the bug. I'd always blamed it on poor load-balancing for L2/sidechain RPC infra but it turns out it was my fault 🤣

@iamdefinitelyahuman iamdefinitelyahuman merged commit 45314ef into master Jun 22, 2024
12 of 26 checks passed
@iamdefinitelyahuman iamdefinitelyahuman deleted the fix/wait-tx-conf branch June 22, 2024 15:45
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

Successfully merging this pull request may close these issues.

1 participant