aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_psbt.py
AgeCommit message (Expand)Author
2019-08-19wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransactionJoão Barbosa
2019-08-19[wallet] abort when attempting to fund a transaction above maxtxfeeSjors Provoost
2018-12-05fix converttopsbt permitsigdata arg, add basic testGregory Sanders
2018-12-03Add test for conversion from non-witness to witness UTXOPieter Wuille
2018-12-03Add regression test for PSBT signing bug #14473Glenn Willen
2018-11-30CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown changeGregory Sanders
2018-10-24qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-28fix walletcreatefundedpsbt deriv paths, add testGregory Sanders
2018-08-21QA: add basic walletcreatefunded optional arg testGregory Sanders
2018-08-15More tests of signer checksAndrew Chow
2018-08-13tests: Use explicit importspracticalswift
2018-07-16Tests for PSBTAndrew Chow