aboutsummaryrefslogtreecommitdiff
path: root/test
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
2019-03-12qa: Test .walletlock file is closedJoão Barbosa
2019-03-11wallet: Add trailing wallet.dat when detecting duplicate wallet if it's a dir...Chun Kuan Lee
2019-03-11tests: add test case for loading copied wallet twiceChun Kuan Lee
2019-03-11wallet: Refactor to use WalletLocationJoão Barbosa
2019-03-11No longer shutdown after encrypting the walletAndrew Chow
2018-12-24Merge #14893: 0.17 [Backport 14890] rpc: Avoid creating non-standard raw tran...MarcoFalke
2018-12-09importmulti: Don't add internal addresses to address bookGregory Sanders
2018-12-07rpc: Avoid creating non-standard raw transactionsMarcoFalke
2018-12-06Merge #14880: 0.17: Backport #14453MarcoFalke
2018-12-06qa: Ensure wallet unload during walletpassphrase timeoutJoão Barbosa
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-12-03check that a separator is found for psbt inputs, outputs, and global mapAndrew Chow
2018-11-30Merge #14851: [backport] fix assert crash when specified change output spend ...MarcoFalke
2018-11-30[tests] Add wallet_balance.pyJohn Newbery
2018-11-30CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown changeGregory Sanders
2018-11-30qa: Avoid race in p2p_invalid_block by waiting for the block requestMarcoFalke
2018-11-28Fix listreceivedbyaddress not taking address as a stringEric Scrivner
2018-11-28Tests: Fix a commentfridokus
2018-11-28qa: Add test to ensure node can generate all help texts at runtimeMarcoFalke
2018-11-28[wallet] Ensure wallet is unlocked before signinggustavonalle
2018-11-10Merge #14441: [wallet] Backport(0.17): Restore ability to list incoming trans...Wladimir J. van der Laan
2018-10-24Import CInv from correct moduleChun Kuan Lee
2018-10-24qa: Run all tests even if wallet is not compiledMarcoFalke
2018-10-24qa: Premine to deterministic address with -disablewalletMarcoFalke
2018-10-24Test rpc_help.py failed: Check whether ZMQ is enabled or not.Kvaciral
2018-10-24test: Add tests for RPC helpJoão Barbosa
2018-10-24qa: Use named args in some testsMarcoFalke
2018-10-24scripted-diff: Use named arguments in feature_blockMarcoFalke
2018-10-24scripted-diff: Pass node into p2p_segwit acceptance testsMarcoFalke
2018-10-24qa: Add some actual witness in rpc_rawtransactionMarcoFalke
2018-10-24[qa] Use correct python index slices in example testSuhas Daftuar
2018-10-24qa: Add TestNode::assert_debug_logMarcoFalke
2018-10-10[wallet] Restore ability to list incoming transactions by labelRussell Yanofsky
2018-09-17[qa] backport: Test for duplicate inputs within a transactionSuhas Daftuar
2018-09-06test: Add test for config file parsing errorsMarcoFalke
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-15Test that a non-witness script as witness utxo is not signedAndrew Chow
2018-08-15Fix PSBT deserialization of 0-input transactionsAndrew Chow
2018-08-13Merge #13054: tests: Enable automatic detection of undefined names in Python ...MarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-08-13Merge #13928: qa: blocktools enforce named args for amountMarcoFalke
2018-08-13Merge #13918: rpc: Replace median fee rate with feerate percentiles in getblo...MarcoFalke
2018-08-13Merge #13939: lint: Make format string linter understand basic template param...MarcoFalke
2018-08-13Merge #13666: Always create signatures with Low R valuesWladimir J. van der Laan