aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_fundrawtransaction.py
AgeCommit message (Expand)Author
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-10-26wallet: remove fetch pre-selected-inputs responsibility from SelectCoinsfurszy
2022-10-26wallet: skip available coins fetch if "other inputs" are disallowedfurszy
2022-09-21Merge bitcoin/bitcoin#25737: rpc: treat univalue type check error as RPC_TYPE...fanquake
2022-09-15rpc: treat univalue type check error as RPC_TYPE_ERROR, not RPC_MISC_ERRORfurszy
2022-09-14test: add coverage for 'add_inputs' dynamic default valuefurszy
2022-08-30test: use `sendall` when emptying walletbrunoerg
2022-08-18tests: Test that external inputs of txs in wallet is handled correctlyAndrew Chow
2022-08-18wallet: SelectExternal actually external inputsAndrew Chow
2022-07-18univalue: Return more detailed type check error messagesMacroFake
2022-05-18test: fundrawtransaction preset input weight calculationS3RK
2022-01-24tests: Test specifying input weightsAndrew Chow
2021-12-17wallet: Strictly match tx change type to improve privacyMarcoFalke
2021-12-07Merge bitcoin/bitcoin#22689: rpc: deprecate top-level fee fields in getmempoo...MarcoFalke
2021-11-16Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by defaultAndrew Chow
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-10scripted-diff: Remove redundant sync_all and sync_blocksMarcoFalke
2021-11-09Merge bitcoin/bitcoin#23300: test: Implicitly sync after generate*, unless op...MarcoFalke
2021-11-02rpc: deprecate fee fields from mempool entriesjosibake
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-10-08tests: Test for assertion when feerate is rounded downAndrew Chow
2021-10-06Fix intermittent test failures due to missing sync_allSamuel Dobson
2021-10-06Use self.generate not node.generate throughout testsSamuel Dobson
2021-10-03Tests for funding with external inputsAndrew Chow
2021-09-23tests: rpc_fundrawtx better test for UTXO inclusion with include_unsafeAndrew Chow
2021-09-09tests: rpc_fundrawtx use specific inputs for unavailable change testAndrew Chow
2021-09-09tests: rpc_fundrawtx lock to UTXO typesAndrew Chow
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-08-27Use waste metric for deciding which selection to useAndrew Chow
2021-08-20Merge bitcoin/bitcoin#22707: test: refactor use of getrawmempool in functiona...MarcoFalke
2021-08-19test: fix bug in 22686S3RK
2021-08-16test: use getmempoolentry instead of getrawmempool in functional tests when a...Michael Dietz
2021-08-13test: Test for ApproximateBestSubset edge case with too little feesAndrew Chow
2021-06-22wallet: Add error message to GetReservedDestinationAndrew Chow
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