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

blockmanager: handle txs in invalid blocks #1430

Merged
merged 1 commit into from
Aug 31, 2018

Commits on Aug 28, 2018

  1. blockmanager: handle txs in invalid blocks

    Current code results in transactions from invalidated blocks being
    removed from the mempool instead of remaining there to be mined in a
    future block.
    
    The new version ensures that transactions are *only* removed once they
    are in a block voted as valid.
    
    This only applies to regular transactions, since stake transactions are
    not affected by the validity bits.
    matheusd committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    1936e99 View commit details
    Browse the repository at this point in the history