Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-20 | Fix usage of local python-bitcoinlib | Peter Todd | |
Previously was using the system-wide python-bitcoinlib, if it existed, rather than the local copy that you check out in the README. | |||
2015-11-10 | Add test for max replacement limit | Suhas Daftuar | |
2015-11-10 | Reject replacements that add new unconfirmed inputs | Peter Todd | |
2015-11-10 | Prevent low feerate txs from (directly) replacing high feerate txs | Peter Todd | |
Previously all conflicting transactions were evaluated as a whole to determine if the feerate was being increased. This meant that low feerate children pulled the feerate down, potentially allowing a high transaction with a high feerate to be replaced by one with a lower feerate. | |||
2015-11-10 | Add tests for transaction replacement | Peter Todd | |