aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mining_prioritisetransaction.py
AgeCommit message (Expand)Author
2022-07-18univalue: Return more detailed type check error messagesMacroFake
2022-06-29test: pass `datacarriersize` option for tests using large outputs (instead of...Sebastian Falbesoner
2022-06-21test: Remove from_node from create_self_transfer* MiniWallet helpersMacroFake
2022-06-13test: Remove MiniWallet mempool_valid optionMacroFake
2022-04-16test: use MiniWallet for mining_prioritisetransaction.pySebastian Falbesoner
2022-03-24test: Add diamond-shape prioritisetransaction testMarcoFalke
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-10-19test: Remove unused node from mining_prioritisetransactionMarcoFalke
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-08-19Use generate* from TestFrameworkMarcoFalke
2021-07-03test: remove confusing `MAX_BLOCK_BASE_SIZE`Sebastian Falbesoner
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-06-21test: Require standard txs in regtestMarcoFalke
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-12-21Merge #14811: Mining: Enforce that segwit option must be set in GBTMarcoFalke
2018-12-10[mining] segwit option must be set in GBTJohn Newbery
2018-12-10Compare to None with is/is notDaniel Ingram
2018-09-24Merge #13424: Consistently validate txid / blockhash length and encoding in r...MarcoFalke
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-08-07Consistently use ParseHashV to validate hash inputs in rpcBen Woosley
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-26Don't test against min relay fee information in mining_prioritisetransaction.pyKristaps Kaupe
2018-04-20Output values for "min relay fee not met" errorKristaps Kaupe
2018-03-21Fix typosDimitris Apostolou
2018-02-17scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...Andrew Chow
2018-02-08Consistently use FormatStateMessage in RPC error outputBen Woosley
2018-01-25[tests] Rename misc functional tests.Anthony Towns