aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_fundrawtransaction.py
AgeCommit message (Expand)Author
2021-05-10Merge bitcoin/bitcoin#21359: rpc: include_unsafe option for fundrawtransactionW. J. van der Laan
2021-05-09test: fee rate values that cannot be represented as sat/vBJon Atack
2021-05-09rpc: for sat/vB fee rates, limit ParseFixedPoint decimals to 3Jon Atack
2021-05-09test: explicit fee rates with invalid amountsJon Atack
2021-05-06test: improve zero-value explicit fee rate coverageJon Atack
2021-04-30rpc: include_unsafe option for fundrawtransactiont-bast
2021-04-27test: fix off-by-ones in rpc_fundrawtransactionJon Atack
2021-03-23rpc: deprecate `addresses` and `reqSigs` from rpc outputsMichael Dietz
2021-03-16test: give fundraw more time for test_transaction_too_largeJon Atack
2021-03-09Merge #20536: wallet: Error with "Transaction too large" if the funded tx wil...Samuel Dobson
2020-12-24Add a test that selects too large if BnB is usedAndrew Chow
2020-12-04test: add coverage for passing fee rate as a stringJon Atack
2020-11-20Allow zero-fee fundrawtxn and walletcreatefundedpsbt callsJon Atack
2020-11-12wallet: override minfee checks (fOverrideFeeRate) for fee_rateJon Atack
2020-11-12wallet: provide valid values if invalid estimate mode passedJon Atack
2020-11-12wallet: update fee rate units, use sat/vB for fee_rate error messagesJon Atack
2020-11-11wallet: introduce fee_rate (sat/vB) param/optionJon Atack
2020-11-04Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21Samuel Dobson
2020-11-01Use a separate watchonly wallet in rpc_fundrawtransaction.pyAndrew Chow
2020-10-29wallet: fundrawtx fee rate coverage, fixup ParseConfirmTarget()Jon Atack
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
2020-10-05scripted-diff: update max-fee-exceeded error message to include RPCgzhao408
2020-09-07[rpc] add snake case aliases for transaction methodsSjors Provoost
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-06-21Merge #16377: [rpc] don't automatically append inputs in walletcreatefundedpsbtSamuel Dobson
2020-04-18Merge #17219: wallet: allow transaction without change if keypool is emptySamuel Dobson
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-12[rpc] fundrawtransaction: add_inputs option to control automatic input addingSjors Provoost
2020-02-26test: Reduce unneeded whitelist permissions in testsMarcoFalke
2020-02-04[wallet] allow transaction without change if keypool is emptySjors Provoost
2020-02-04[wallet] CreateTransaction: simplify change address checkSjors Provoost
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