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

Scheduled full-RBF deployment #6352

Closed
wants to merge 2 commits into from

Commits on Jun 29, 2015

  1. Add replace-by-fee logic to the mempool

    Replaces transactions already in the mempool if a new transaction is
    seen with a higher fee, specifically both a higher fee per KB and a
    higher absolute fee. Children are evaluated for replacement as well,
    using a fixed depth/breadth limit to prevent DoS attacks.
    
    Includes stand-alone unittests for regtest in qa/replace-by-fee/
    petertodd committed Jun 29, 2015
    Copy the full SHA
    32008e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2015

  1. Restrict RBF with first-seen-safe rules until switchover date

    Credit goes to Jeff Garzik for suggesting a scheduled switchover
    deployment strategy.
    petertodd committed Jun 30, 2015
    Copy the full SHA
    8821579 View commit details
    Browse the repository at this point in the history