aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-134-5/+389
* Merge #14880: 0.17: Backport #14453MarcoFalke2018-12-061-0/+9
|\
| * qa: Ensure wallet unload during walletpassphrase timeoutJoão Barbosa2018-12-061-0/+9
* | fix converttopsbt permitsigdata arg, add basic testGregory Sanders2018-12-051-0/+3
|/
* Add test for conversion from non-witness to witness UTXOPieter Wuille2018-12-031-1/+46
* Add regression test for PSBT signing bug #14473Glenn Willen2018-12-031-0/+7
* check that a separator is found for psbt inputs, outputs, and global mapAndrew Chow2018-12-031-1/+2
* Merge #14851: [backport] fix assert crash when specified change output spend ...MarcoFalke2018-11-301-0/+4
|\
| * CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown changeGregory Sanders2018-11-301-0/+4
* | [tests] Add wallet_balance.pyJohn Newbery2018-11-303-13/+134
|/
* qa: Avoid race in p2p_invalid_block by waiting for the block requestMarcoFalke2018-11-301-4/+4
* Fix listreceivedbyaddress not taking address as a stringEric Scrivner2018-11-281-0/+4
* Tests: Fix a commentfridokus2018-11-281-3/+2
* qa: Add test to ensure node can generate all help texts at runtimeMarcoFalke2018-11-281-0/+15
* [wallet] Ensure wallet is unlocked before signinggustavonalle2018-11-281-0/+9
* Merge #14441: [wallet] Backport(0.17): Restore ability to list incoming trans...Wladimir J. van der Laan2018-11-102-8/+24
|\
| * [wallet] Restore ability to list incoming transactions by labelRussell Yanofsky2018-10-102-8/+24
* | Import CInv from correct moduleChun Kuan Lee2018-10-241-1/+1
* | qa: Run all tests even if wallet is not compiledMarcoFalke2018-10-2486-75/+383
* | qa: Premine to deterministic address with -disablewalletMarcoFalke2018-10-2410-59/+122
* | Test rpc_help.py failed: Check whether ZMQ is enabled or not.Kvaciral2018-10-242-4/+15
* | test: Add tests for RPC helpJoão Barbosa2018-10-242-0/+32
* | qa: Use named args in some testsMarcoFalke2018-10-243-12/+12
* | scripted-diff: Use named arguments in feature_blockMarcoFalke2018-10-241-38/+38
* | scripted-diff: Pass node into p2p_segwit acceptance testsMarcoFalke2018-10-241-107/+107
* | qa: Add some actual witness in rpc_rawtransactionMarcoFalke2018-10-241-1/+1
* | [qa] Use correct python index slices in example testSuhas Daftuar2018-10-241-2/+2
* | qa: Add TestNode::assert_debug_logMarcoFalke2018-10-242-2/+25
|/
* [qa] backport: Test for duplicate inputs within a transactionSuhas Daftuar2018-09-171-0/+10
* test: Add test for config file parsing errorsMarcoFalke2018-09-061-0/+21
* fix walletcreatefundedpsbt deriv paths, add testGregory Sanders2018-08-281-4/+6
* QA: add basic walletcreatefunded optional arg testGregory Sanders2018-08-211-0/+29
* More tests of signer checksAndrew Chow2018-08-152-2/+28
* Test that a non-witness script as witness utxo is not signedAndrew Chow2018-08-151-2/+25
* Fix PSBT deserialization of 0-input transactionsAndrew Chow2018-08-151-1/+2
* Merge #13054: tests: Enable automatic detection of undefined names in Python ...MarcoFalke2018-08-1350-94/+143
|\
| * tests: Use explicit importspracticalswift2018-08-1350-94/+143
* | Merge #13928: qa: blocktools enforce named args for amountMarcoFalke2018-08-138-41/+37
|\ \
| * | qa: blocktools enforce named args for amountMarcoFalke2018-08-098-41/+37
* | | Merge #13918: rpc: Replace median fee rate with feerate percentiles in getblo...MarcoFalke2018-08-132-4/+22
|\ \ \
| * | | Replace median fee rate with feerate percentilesMarcin Jachymiak2018-08-112-4/+22
* | | | Merge #13939: lint: Make format string linter understand basic template param...MarcoFalke2018-08-131-1/+37
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make format string linter understand basic template parameter syntaxpracticalswift2018-08-101-1/+37
| | |/ | |/|
* | | Merge #13666: Always create signatures with Low R valuesWladimir J. van der Laan2018-08-133-17/+9
|\ \ \
| * | | Always create 70 byte signatures with low R valuesAndrew Chow2018-08-093-17/+9
* | | | Ported usage of deprecated optparse module to argparse moduleKvaciral2018-08-125-41/+41
* | | | Merge #13867: qa: Make extended tests pass on native WindowsMarcoFalke2018-08-113-22/+31
|\ \ \ \
| * | | | qa: Raise feature_help timeout to 5sMarcoFalke2018-08-031-1/+1
| * | | | qa: Use files for stdout/stderr to support WindowsMarcoFalke2018-08-032-21/+26
| * | | | qa: Run gen_rpcauth with sys.executableMarcoFalke2018-08-031-1/+2