aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mempool_packages.py
Commit message (Expand)AuthorAgeFilesLines
* [refactor] clarify tests by referencing p2p objects directlygzhao4082020-09-101-2/+2
* test: Update wait_until usage in tests not to use the one from utilsSeleme Topuz2020-08-261-3/+2
* scripted-diff: Rename mininode to p2pJohn Newbery2020-08-211-1/+1
* refactor: test: use _ variable for unused loop countersSebastian Falbesoner2020-08-061-5/+5
* test: Use wtxid relay generally in functional testsFabian Jahr2020-07-191-1/+6
* [test] wait for inital broadcast before comparing mempool entriesgzhao4082020-05-191-0/+6
* [rpc] add unbroadcast info to mempool entries and getmempoolinfogzhao4082020-05-191-0/+4
* test: check custom descendant limit in mempool_packages.pySebastian Falbesoner2020-02-271-3/+29
* test: re-enable CLI test support by using EncodeDecimal in json.dumps()fanquake2019-12-091-1/+0
* tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift2019-12-061-0/+1
* test: check custom ancestor limit in mempool_packages.pySebastian Falbesoner2019-11-111-2/+15
* test: Remove unused importsMarcoFalke2019-04-091-1/+5
* scripted-diff: use self.sync_* methodsMarcoFalke2019-04-091-4/+4
* rpc: Rename size to vsize in mempool related callsMiguel Herranz2019-03-241-6/+6
* scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
* scripted-diff: test: Remove brackets after assertMarcoFalke2019-03-021-3/+3
* qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
* qa: Premine to deterministic address with -disablewalletMarcoFalke2018-09-101-1/+1
* tests: Use explicit importspracticalswift2018-08-131-2/+4
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Add new fee structure with all sub-fields denominated in BTCmryandao2018-04-181-0/+7
* [Tests] Check output of parent/child tx list from getrawmempool, getmempoolde...Conor Scott2018-02-251-3/+43
* scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...Andrew Chow2018-02-171-3/+3
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc errorJohn Newbery2017-10-051-2/+2
* Merge #11121: TestNode tidyupsMarcoFalke2017-09-011-3/+1
|\
| * [tests] don't override __init__() in individual testsJohn Newbery2017-09-011-3/+1
* | Use the variable name _ for unused return valuespracticalswift2017-08-281-1/+1
|/
* RPC/Mining: Restore API compatibility for prioritisetransactionLuke Dashjr2017-05-231-4/+4
* [tests] Remove is_network_split from funtional test casesJohn Newbery2017-05-021-8/+1
* Test prioritisetransaction and ancestor fee stateSuhas Daftuar2017-04-031-0/+12
* Rename rpc-tests directory to functionalJohn Newbery2017-03-201-0/+239