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

Inconsistent mempool admission: #2050, #1719 #2153

Merged
merged 4 commits into from
Dec 11, 2020
Merged

Conversation

kantai
Copy link
Member

@kantai kantai commented Dec 10, 2020

This addresses #2050 by way of #1719 -- it allows "out of order" nonce chaining. This solves #2050 because it no longer considers which nonces are currently in the mempool when considering whether or not to admit a TX (if the same nonce is in the mempool, it performs replace-by-fee or replace-across-fork checks).

Copy link
Member

@jcnelson jcnelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love deleting code! LGTM; just make sure the tests pass first.

Copy link
Contributor

@lgalabru lgalabru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thank you @kantai!

@blockstack-devops
Copy link
Contributor

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@stacks-network stacks-network locked as resolved and limited conversation to collaborators Nov 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants