aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_psbt.py
AgeCommit message (Expand)Author
2020-12-10test: add coverage for passing fee rate as a stringJon Atack
2020-11-26Allow 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-10-29wallet: add walletcreatefundedpsbt explicit fee rate coverageJon Atack
2020-10-29test: refactor for walletcreatefundedpsbt fee rate coverageJon Atack
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
2020-10-20test: Replace use of (dis)?connect_nodes globalsElliott Jin
2020-10-07Merge #19339: validation: re-delegate absurd fee checking from mempool to cli...fanquake
2020-10-05scripted-diff: update max-fee-exceeded error message to include RPCgzhao408
2020-10-02test: Assert exclusive PSBT funding optionsOliver Gugger
2020-10-02test: Assert PSBT change typeOliver Gugger
2020-09-07[rpc] walletcreatefundedpsbt: allow inputs to be nullSjors Provoost
2020-08-31Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock ma...Samuel Dobson
2020-08-07[rpc] fundrawtransaction, walletcreatefundedpsbt lock manually selected coinsSjors Provoost
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-07-26test: test decodepsbt fee calculation (count input value only once per UTXO)Sebastian Falbesoner
2020-06-24tests: Check that segwit inputs in psbt have both UTXO typesAndrew Chow
2020-06-24psbt: always put a non_witness_utxo and don't remove itAndrew Chow
2020-06-21Merge #18027: "PSBT Operations" dialogSamuel Dobson
2020-06-21Merge #16377: [rpc] don't automatically append inputs in walletcreatefundedpsbtSamuel Dobson
2020-06-18Improve TransactionErrorString messages.Glenn Willen
2020-05-07test: Remove unnecessary disconnect_nodes call in rpc_psbt.pyDanny Lee
2020-05-07test: remove redundant two-way disconnect_nodes callsDanny Lee
2020-04-23Add a --descriptors option to various testsAndrew Chow
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-12[rpc] walletcreatefundedpsbt: don't automatically append inputsSjors Provoost
2020-02-28Make AnalyzePSBT next role calculation simple, correctGregory Sanders
2020-02-25Merge #17264: rpc: set default bip32derivs to true for psbt methodsSamuel Dobson
2020-01-31[test] PSBT RPC: check that bip32_derivs are present by defaultSjors Provoost
2020-01-06psbt: check output index is within bounds before accessingAndrew Chow
2019-12-10Don't calculate tx fees for PSBTs with invalid money valuesAndrew Chow
2019-12-10Merge #17524: psbt: handle unspendable psbtsMarcoFalke
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-11-19Mark PSBTs spending unspendable outputs as invalid in analysisAndrew Chow
2019-09-18Merge #16898: test: Remove connect_nodes_biMarcoFalke
2019-09-18Merge #16512: rpc: Shuffle inputs and outputs after joining psbtsWladimir J. van der Laan
2019-09-17scripted-diff: test: Replace connect_nodes_bi with connect_nodesMarcoFalke
2019-09-04Test that joinpsbts randomly shuffles the inputsAndrew Chow
2019-07-27[test] walletcreatefundedpsbt: check RBF is disabled when -walletrbf=0Sjors Provoost
2019-07-27[rpc] walletcreatefundedpsbt: use wallet default RBFSjors Provoost
2019-07-10Merge #16322: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTran...Wladimir J. van der Laan
2019-07-04[RPC] add new utxoupdatepsbt arguments to the CRPCCommand and CPRCConvertPara...John Newbery
2019-07-02wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransactionJoão Barbosa
2019-07-02Merge #15427: Add support for descriptors to utxoupdatepsbtWladimir J. van der Laan
2019-06-28[wallet] abort when attempting to fund a transaction above maxtxfeeSjors Provoost
2019-05-16rpc: bugfix: Properly use iswitness in converttopsbtMarcoFalke