aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mempool_packages.py
AgeCommit message (Expand)Author
2022-05-05Add RPC to get mempool txs spending outputst-bast
2021-12-07Merge bitcoin/bitcoin#22689: rpc: deprecate top-level fee fields in getmempoo...MarcoFalke
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-10scripted-diff: Remove redundant sync_all and sync_blocksMarcoFalke
2021-11-02rpc: deprecate fee fields from mempool entriesjosibake
2021-10-17test: get and decode tx with a single `gettransaction` RPC callSebastian Falbesoner
2021-10-06test: Replace satoshi_round with int() or Decimal()MarcoFalke
2021-09-20Merge bitcoin/bitcoin#12677: RPC: Add ancestor{count,size,fees} to listunspen...W. J. van der Laan
2021-09-16QA: Add tests for listunspent ancestor{count,size,fees} to mempool_packagesLuke Dashjr
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-08-16test: use getmempoolentry instead of getrawmempool in functional tests when a...Michael Dietz
2021-06-08test: refactor: dedup utility function chain_transaction()Sebastian Falbesoner
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-09-10[refactor] clarify tests by referencing p2p objects directlygzhao408
2020-08-26test: Update wait_until usage in tests not to use the one from utilsSeleme Topuz
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-07-19test: Use wtxid relay generally in functional testsFabian Jahr
2020-05-19[test] wait for inital broadcast before comparing mempool entriesgzhao408
2020-05-19[rpc] add unbroadcast info to mempool entries and getmempoolinfogzhao408
2020-02-27test: check custom descendant limit in mempool_packages.pySebastian Falbesoner
2019-12-09test: re-enable CLI test support by using EncodeDecimal in json.dumps()fanquake
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-11-11test: check custom ancestor limit in mempool_packages.pySebastian Falbesoner
2019-04-09test: Remove unused importsMarcoFalke
2019-04-09scripted-diff: use self.sync_* methodsMarcoFalke
2019-03-24rpc: Rename size to vsize in mempool related callsMiguel Herranz
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Remove brackets after assertMarcoFalke
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-09-10qa: Premine to deterministic address with -disablewalletMarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-18Add new fee structure with all sub-fields denominated in BTCmryandao
2018-02-25[Tests] Check output of parent/child tx list from getrawmempool, getmempoolde...Conor Scott
2018-02-17scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...Andrew Chow
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-10-05scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc errorJohn Newbery
2017-09-01Merge #11121: TestNode tidyupsMarcoFalke
2017-09-01[tests] don't override __init__() in individual testsJohn Newbery
2017-08-28Use the variable name _ for unused return valuespracticalswift
2017-05-23RPC/Mining: Restore API compatibility for prioritisetransactionLuke Dashjr
2017-05-02[tests] Remove is_network_split from funtional test casesJohn Newbery
2017-04-03Test prioritisetransaction and ancestor fee stateSuhas Daftuar
2017-03-20Rename rpc-tests directory to functionalJohn Newbery