aboutsummaryrefslogtreecommitdiff
path: root/qa
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge #9516: Bug-fix: listsinceblock: use fork point as reference for blocks ...Wladimir J. van der Laan2017-01-232-0/+81
|\ \ \
| * | | Testing: listsinceblock should not use orphan block height.Karl-Johan Alm2017-01-182-0/+81
* | | | Merge #9607: Remove redundant semicolons in Python codeWladimir J. van der Laan2017-01-235-12/+12
|\ \ \ \
| * | | | Remove redundant semicolons in Python codepracticalswift2017-01-205-12/+12
* | | | | Merge #9377: fundrawtransaction: Keep change-output keys by default, make it ...Wladimir J. van der Laan2017-01-201-1/+27
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [QA] Add test for fundrawtransactions new reserveChangeKey optionJonas Schnelli2017-01-191-1/+27
* | | | | Merge #8456: [RPC] Simplified bumpfee command.Wladimir J. van der Laan2017-01-192-0/+318
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [RPC] bumpfeemrbandrews2017-01-192-0/+318
| | |_|/ | |/| |
* | | | Merge #9508: Remove unused Python importsMarcoFalke2017-01-183-5/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove unused Python importspracticalswift2017-01-133-5/+0
| |/ /
* | | Merge #9484: Introduce assumevalid setting to skip validation presumed valid ...Pieter Wuille2017-01-161-0/+191
|\ \ \
| * | | Add assumevalid testcaseJohn Newbery2017-01-141-0/+191
* | | | Merge #9375: Relay compact block messages prior to full block connectionPieter Wuille2017-01-132-8/+20
|\ \ \ \ | |/ / / |/| | |
| * | | [qa] Avoid race in preciousblock test.Matt Corallo2017-01-041-1/+1
| * | | [qa] Make compact blocks test construction using fetch methodsMatt Corallo2017-01-041-7/+19
* | | | Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'.Wladimir J. van der Laan2017-01-122-3/+77
|\ \ \ \
| * | | | Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'.Chris Moore2016-12-132-3/+77
* | | | | Return height of last block pruned by pruneblockchain RPCRussell Yanofsky2017-01-111-5/+22
| |_|_|/ |/| | |
* | | | fixup! Add pruneblockchain RPC to enable manual block file pruning.Russell Yanofsky2017-01-101-41/+56
* | | | Add pruneblockchain RPC to enable manual block file pruning.mrbandrews2017-01-101-3/+110
| |_|/ |/| |
* | | Update RPC argument namesJohn Newbery2017-01-101-2/+2
* | | test: Add test for RPC named argumentsWladimir J. van der Laan2017-01-053-0/+65
* | | authproxy: Add support for RPC named argumentsWladimir J. van der Laan2017-01-051-2/+4
| |/ |/|
* | add test for -walletrejectlongchainsAlex Morcos2017-01-041-1/+32
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-313-3/+3
* | Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ...Wladimir J. van der Laan2016-12-201-1/+24
|\ \
| * | Test for fix of txn chaining in walletGregory Sanders2016-12-131-1/+24
* | | Merge #9352: Attempt reconstruction from all compact block announcementsWladimir J. van der Laan2016-12-191-0/+52
|\ \ \
| * | | [qa] Update compactblocks test for multi-peer reconstructionSuhas Daftuar2016-12-151-0/+52
| | |/ | |/|
* | | Merge #9322: [qa] Don't set unknown rpcserialversionWladimir J. van der Laan2016-12-151-2/+1
|\ \ \
| * | | [qa] Don't set unknown rpcserialversionMarcoFalke2016-12-111-2/+1
* | | | Merge #9331: [qa] Add test for rescan feature of wallet key import RPCsWladimir J. van der Laan2016-12-152-0/+156
|\ \ \ \
| * | | | [qa] Add test for rescan feature of wallet key import RPCsRussell Yanofsky2016-12-122-0/+156
| | |/ / | |/| |
* | | | Merge #7562: Bump transaction version default to 2Wladimir J. van der Laan2016-12-152-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Update python tests for default tx version=2BtcDrak2016-12-082-1/+2
* | | | Merge #9309: [qa] Wallet needs to stay unlocked for whole testMarcoFalke2016-12-101-1/+1
|\ \ \ \
| * | | | Wallet needs to stay unlocked for whole testAlex Morcos2016-12-091-1/+1
| |/ / /
* | | | Merge #9295: [Wallet] Bugfix: Fundrawtransaction: don't terminate when keypoo...Pieter Wuille2016-12-091-0/+17
|\ \ \ \ | |/ / / |/| | |
| * | | [QA] add fundrawtransaction test on a locked wallet with empty keypoolJonas Schnelli2016-12-071-0/+17
* | | | Merge #9276: Some minor testing cleanupsWladimir J. van der Laan2016-12-085-65/+38
|\ \ \ \ | |/ / / |/| | |
| * | | remove obsolete run-bitcoind-for-test.shAlex Morcos2016-12-041-36/+0
| * | | remove relaypriority from rpc testsAlex Morcos2016-12-033-6/+6
| * | | Reorder RPC tests for running timeAlex Morcos2016-12-031-23/+32
* | | | Merge #9274: [qa] Use cached utxo set to fix performance regressionMarcoFalke2016-12-065-15/+29
|\ \ \ \ | |_|/ / |/| | |
| * | | [qa] maxuploadtarget: Use cached utxo setMarcoFalke2016-12-051-2/+5
| * | | [qa] pruning: Use cached utxo set to run fasterMarcoFalke2016-12-044-13/+24
| |/ /
* / / Add option to return non-segwit serialization via rpcGregory Sanders2016-12-051-3/+17
|/ /
* | Merge #9221: [qa] Get rid of duplicate codeMarcoFalke2016-12-023-82/+19
|\ \
| * | [qa] Get rid of duplicate codeMarcoFalke2016-12-023-82/+19
* | | [qa] Dump debug logs on travis failures.Suhas Daftuar2016-11-301-1/+10
| |/ |/|