aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_psbt.py
AgeCommit message (Expand)Author
2024-04-24Merge bitcoin/bitcoin#29870: rpc: Reword SighashFromStr error messagemerge-script
2024-04-15rpc: Reword SighashFromStr error messageMarcoFalke
2024-04-05test: introduce and use `calculate_input_weight` helperSebastian Falbesoner
2024-03-01test: fix weight estimates in functional testsMax Edwards
2023-10-29Merge bitcoin/bitcoin#28727: test: replace random_bytes with random.randbytesfanquake
2023-10-25test: replace random_bytes with randbytes #28720ns-xvrn
2023-10-24test: refactor: support sending funds with outpoint resultSebastian Falbesoner
2023-09-15test: check `descriptorprocesspsbt` return hex encoded txismaelsadeeq
2023-09-06test: remove unnecessary finalizepsbt rpc callsismaelsadeeq
2023-09-05wallet rpc: return final tx hex from walletprocesspsbt if completeMatthew Zipkin
2023-07-27test: remove redundant test valuesJon Atack
2023-07-27test: add coverage for passing an invalid sighashtypeJon Atack
2023-06-19test: refactor: introduce `generate_keypair` helper with WIF supportSebastian Falbesoner
2023-06-01Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parametersAndrew Chow
2023-05-22Merge bitcoin/bitcoin#25796: rpc: add `descriptorprocesspsbt` rpcAndrew Chow
2023-05-06test: add test for `descriptorprocesspsbt` RPCishaanam
2023-05-04Merge bitcoin/bitcoin#27325: test: various `converttopsbt` check cleanups in ...Andrew Chow
2023-05-03test: Update python tests to use named parameters instead of options objectsRyan Ofsky
2023-04-21Merge bitcoin/bitcoin#25939: rpc: In `utxoupdatepsbt` also look for the tx in...Andrew Chow
2023-03-24test: various `converttopsbt` check cleanups in rpc_psbt.pySebastian Falbesoner
2023-03-22Merge bitcoin/bitcoin#27271: RPC: Fix fund transaction crash when at 0-value,...Andrew Chow
2023-03-18rpc, tests: in `utxoupdatepsbt` also look for the transaction in the txindexishaanam
2023-03-16Fix fund transaction case at 0-value, 0-feeGreg Sanders
2023-03-05test: psbt: check non-witness UTXO removal for segwit v1 inputSebastian Falbesoner
2023-03-05test: speedup rpc_psbt.py by whitelisting peers (immediate tx relay)Sebastian Falbesoner
2023-01-11Wallet/RPC: Allow specifying min & max chain depth for inputs used by fund callsJuan Pablo Civile
2023-01-03Merge bitcoin/bitcoin#26661: wallet: Coin Selection, return accurate error me...Andrew Chow
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-21wallet: return accurate error messages from Coin Selectionfurszy
2022-11-28Merge bitcoin/bitcoin#26480: test: Remove wallet option from non-wallet testsAndrew Chow
2022-11-14Merge bitcoin/bitcoin#26240: rpc: Adjust RPCTypeCheckObj error stringMacroFake
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-10-26wallet: remove fetch pre-selected-inputs responsibility from SelectCoinsfurszy
2022-10-17Add test for PSBT input verificationGreg Sanders
2022-10-10Adjust RPCTypeCheckObj error stringLeonardo Araujo
2022-10-06tests: Test that PSBT_OUT_TAP_TREE is combined correctlyAndrew Chow
2022-08-10psbt: Avoid unsigned int overflow in PSBT_IN_TAP_BIP32_DERIVATIONAndrew Chow
2022-08-01Merge bitcoin/bitcoin#25610: wallet, rpc: Opt in to RBF by defaultMacroFake
2022-07-23test: check that combining PSBTs with different txs failsSebastian Falbesoner
2022-07-19test: add test for decoding PSBT with per-input preimage typesSebastian Falbesoner
2022-07-19Merge bitcoin/bitcoin#25590: wallet: Precompute Txdata after setting PSBT inp...MacroFake
2022-07-15rpc: Default rbf enabledAndrew Chow
2022-07-12test: Remove duplicate MAX_BIP125_RBF_SEQUENCE constantMacroFake
2022-07-11wallet: Precompute Txdata after setting PSBT inputs' UTXOsAndrew Chow
2022-06-27test: Test signing psbts without explicitly having scriptsAndrew Chow
2022-04-21tests: Use descriptor that requires both legacy and segwitAndrew Chow
2022-03-24tests: Calculate input weight more accuratelyAndrew Chow
2022-01-24tests: Test specifying input weightsAndrew Chow
2021-12-08psbt: Actually use SIGHASH_DEFAULTAndrew Chow
2021-11-29Merge bitcoin/bitcoin#22513: rpc: Allow walletprocesspsbt to sign without fin...W. J. van der Laan