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

sender lock to help prevent incorrect nonce checks (#1643) (#1671) #1681

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

hexoscott
Copy link
Collaborator

helps to ensure the pool has finished working with a sent transaction before allowing any nonce checks to be performed. Only applies to pending nonce, latest won't use this lock.

  • tidy up on waiting for sender lock

* sender lock to help prevent incorrect nonce checks (#1643)

* sender lock to help prevent incorrect nonce checks

helps to ensure the pool has finished working with a sent transaction before allowing any nonce checks to be performed.  Only applies to pending nonce, latest won't use this lock.

* tidy up on waiting for sender lock
@cla-bot cla-bot bot added the cla-signed label Jan 24, 2025
@hexoscott hexoscott enabled auto-merge (squash) January 24, 2025 13:14
@hexoscott hexoscott merged commit 08aa306 into stable/2.61 Jan 24, 2025
14 checks passed
@hexoscott hexoscott deleted the 2.61-sender-locks-for-nonce branch January 24, 2025 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants