aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_rbf.py
AgeCommit message (Expand)Author
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-04-22test: Remove unused, undocumented and misleading CScript.__add__MarcoFalke
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-10-14test: fix "tx-size-small" errors after default address changeSebastian Falbesoner
2019-09-26Change default address type to bech32Gregory Sanders
2019-06-21test: Require standard txs in regtestMarcoFalke
2019-06-08Remove -mempoolreplacement to prevent needless block prop slowness.Matt Corallo
2019-03-14wallet/rpc: add maxfeerate parameter to sendrawtransactionKarl-Johan Alm
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Remove brackets after assertMarcoFalke
2019-03-02scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-26Merge #12676: Show "bip125-replaceable" flag, when retrieving mempool entriesWladimir J. van der Laan
2018-08-13tests: Use explicit importspracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-22Update functional RBF test to check replaceable flagdexX7
2018-05-05qa: Pad scriptPubKeys to get minimum sized txsMarcoFalke
2018-02-17scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...Andrew Chow
2018-01-25[tests] Rename feature_* functional tests.Anthony Towns