-
Notifications
You must be signed in to change notification settings - Fork 278
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
Improve re-insertion of TXs from disconnected blocks into mempool #319
Merged
Commits on Dec 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b663aee - Browse repository at this point
Copy the full SHA b663aeeView commit details -
mempool: do contextual checks on coinbase spends during _handleReorg
This method used to just toss out any TX that might be problematic when the chain is rewound. Instead, we can actually check the context of each TX and allow them to remain in the mempool if they are still valid. Those checks include coinbase maturity and sequence locks.
Configuration menu - View commit details
-
Copy full SHA for fb1b96b - Browse repository at this point
Copy the full SHA fb1b96bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9445caa - Browse repository at this point
Copy the full SHA 9445caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9427ccd - Browse repository at this point
Copy the full SHA 9427ccdView commit details
Commits on Dec 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e5772db - Browse repository at this point
Copy the full SHA e5772dbView commit details
Commits on Jan 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for efe7405 - Browse repository at this point
Copy the full SHA efe7405View commit details -
Configuration menu - View commit details
-
Copy full SHA for cac43a5 - Browse repository at this point
Copy the full SHA cac43a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8feadd - Browse repository at this point
Copy the full SHA d8feaddView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb88597 - Browse repository at this point
Copy the full SHA fb88597View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.