mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-17 01:52:29 +02:00
Merge pull request #6871
63b5840
Fix usage of local python-bitcoinlib (Peter Todd)16a2f93
Fix incorrect locking of mempool during RBF replacement (Peter Todd)97203f5
Port test to rpc-test framework (Suhas Daftuar)20367d8
Add test for max replacement limit (Suhas Daftuar)73d9040
Improve RBF replacement criteria (Suhas Daftuar)b272ecf
Reject replacements that add new unconfirmed inputs (Peter Todd)fc8c19a
Prevent low feerate txs from (directly) replacing high feerate txs (Peter Todd)0137e6f
Add tests for transaction replacement (Peter Todd)5891f87
Add opt-in full-RBF to mempool (Peter Todd)
This commit is contained in:
@ -112,6 +112,7 @@ testScriptsExt = [
|
||||
'p2p-acceptblock.py',
|
||||
'mempool_packages.py',
|
||||
'maxuploadtarget.py',
|
||||
'replace-by-fee.py',
|
||||
]
|
||||
|
||||
#Enable ZMQ tests
|
||||
|
Reference in New Issue
Block a user