aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_fundrawtransaction.py
AgeCommit message (Expand)Author
2020-02-26test: Reduce unneeded whitelist permissions in testsMarcoFalke
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-26tests: Add a test for funding with sufficient preset inputs and subtractFeeFr...Andrew Chow
2019-11-06[tests] Don't stop-start unnecessarily in rpc_fundrawtransaction.pyJohn Newbery
2019-11-06[tests] Use -whitelist in rpc_fundrawtransaction.pyJohn Newbery
2019-11-04[tests] Speed up rpc_fundrawtransaction.pyJohn Newbery
2019-11-01test: rm ascii art in rpc_fundrawtransactionJon Atack
2019-11-01test: add rpc_fundrawtransaction loggingJon Atack
2019-09-17scripted-diff: test: Replace connect_nodes_bi with connect_nodesMarcoFalke
2019-07-02test: Split fundrawtx test into subtestsMarcoFalke
2019-07-02test: Make local symbols in run_test membersMarcoFalke
2019-06-28[wallet] abort when attempting to fund a transaction above maxtxfeeSjors Provoost
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Remove brackets after assertMarcoFalke
2018-12-22scripted-diff: Remove unused 'split' parameter to setup_networkMarcoFalke
2018-09-14Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting downWladimir J. van der Laan
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-09No longer shutdown after encrypting the walletAndrew Chow
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-09Merge #12265: [test] fundrawtransaction: lock watch-only shared addressWladimir J. van der Laan
2018-04-06[test] fundrawtransaction: lock watch-only shared addressKarl-Johan Alm
2018-04-05Get rid of ambiguous OutputType::NONE valueRussell Yanofsky
2018-02-17scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...Andrew Chow
2018-02-16scripted-diff: validateaddress to getaddressinfo in testsAndrew Chow
2018-02-10rpc: Reject deprecated reserveChangeKey in fundrawtransactionMarcoFalke
2018-01-29tests: Fix accidental redefinition of previously defined variable via list co...practicalswift
2018-01-25[tests] Rename rpc_* functional tests.Anthony Towns