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

Improve re-insertion of TXs from disconnected blocks into mempool #319

Merged
merged 9 commits into from
Jan 31, 2020

Commits on Dec 22, 2019

  1. Configuration menu
    Copy the full SHA
    b663aee View commit details
    Browse the repository at this point in the history
  2. 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.
    pinheadmz committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    fb1b96b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9445caa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9427ccd View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. Configuration menu
    Copy the full SHA
    e5772db View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Configuration menu
    Copy the full SHA
    efe7405 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cac43a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8feadd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb88597 View commit details
    Browse the repository at this point in the history