HomePhabricator

Add opt-in full-RBF to mempool
5891f870d68dUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Add opt-in full-RBF to mempool

Replaces transactions already in the mempool if a new transaction seen
with a higher fee, specifically both a higher fee per KB and a higher
absolute fee. Children are evaluateed for replacement as well, using the
mempool package tracking to calculate replaced fees/size. Transactions
can opt-out of transaction replacement by setting nSequence >= maxint-1
on all inputs. (which all wallets do already)

Details

Provenance
Peter Todd <pete@petertodd.org>Authored on Oct 22 2015, 18:13
deadalnixPushed on May 14 2017, 22:04
Parents
rABCde7d4591a7ce: Merge pull request #6965
Branches
Unknown
Tags
Unknown

Event Timeline

Peter Todd <pete@petertodd.org> committed rABC5891f870d68d: Add opt-in full-RBF to mempool (authored by Peter Todd <pete@petertodd.org>).Nov 10 2015, 19:14