aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_nulldummy.py
AgeCommit message (Expand)Author
2020-11-01Use separate watchonly wallet for multisig in feature_nulldummy.pyAndrew Chow
2020-09-12QA: Use GBT to get block versions correctLuke Dashjr
2020-04-22test: Check submitblock return valuesMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-02-26test: Reduce unneeded whitelist permissions in testsMarcoFalke
2019-10-10[logging] Don't log REJECT code when transaction is rejectedJohn Newbery
2019-08-14[Consensus] Bury segwit deploymentJohn Newbery
2019-05-08test: Remove True argument to CBlock::serializeMarcoFalke
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-23[tests] Remove deprecated addwitnessaddress call from feature_nulldummyJohn Newbery
2018-09-23[test] Fix flake8 warnings in testsJohn Newbery
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-13Merge #13054: tests: Enable automatic detection of undefined names in Python ...MarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-08-09qa: blocktools enforce named args for amountMarcoFalke
2018-08-09[Tests] Cleanup extra instances of create_transactionConor Scott
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-25qa: Avoid start/stop of the network thread mid-testMarcoFalke
2018-05-29policy: Treat segwit as always activeMarcoFalke
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 feature_* functional tests.Anthony Towns