aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-07-10Merge #13547: Make signrawtransaction* give an error when amount is needed bu...Wladimir J. van der Laan
2018-07-09Merge #13452: rpc: have verifytxoutproof check the number of txns in proof st...Wladimir J. van der Laan
2018-07-09Merge #13603: bitcoin-tx: Stricter check for valid integersWladimir J. van der Laan
2018-07-09Merge #13570: RPC: Add new "getzmqnotifications" methodWladimir J. van der Laan
2018-07-07Merge #13564: [wallet] loadwallet shouldn't create new wallets.MarcoFalke
2018-07-07bitcoin-tx: Stricter check for valid integersDaniel Kraft
2018-07-05Merge #13467: [Tests] Make p2p_segwit easier to debugWladimir J. van der Laan
2018-07-05RPC: Add new getzmqnotifications method.Daniel Kraft
2018-06-30Merge #13522: [tests] Fix p2p_sendheaders raceMarcoFalke
2018-06-29[tests] p2p_segwit: sync_blocks in subtest wrapper.John Newbery
2018-06-29[tests] p2p_segwit: remove unnecessary arguments from subtests.John Newbery
2018-06-29[tests] p2p_segwit: log and assert segwit status in subtest wrapper.John Newbery
2018-06-29[tests] p2p_segwit: Make sure each subtest leaves utxos for the next.John Newbery
2018-06-29[tests] p2p_segwit: wrap subtests with subtest wrapper.John Newbery
2018-06-29[tests] p2p_segwit: re-order function definitions.John Newbery
2018-06-29[tests] p2p_segwit: standardise comments/docstrings.John Newbery
2018-06-29[tests] p2p_segwit: Fix flake8 warnings.John Newbery
2018-06-29Merge #13517: qa: Remove need to handle the network thread in testsWladimir J. van der Laan
2018-06-30Merge #13545: tests: Fix test case streams_serializedata_xor. Remove Boost de...MarcoFalke
2018-06-28[wallet] loadwallet shouldn't create new wallets.John Newbery
2018-06-29Merge #13535: [qa] wallet_basic: Specify minimum required amount for listunspentMarcoFalke
2018-06-28[tests] Check signrawtransaction* errors on missing prevtx infoAnthony Towns
2018-06-27Remove boost dependency (boost/assign/std/vector.hpp)practicalswift
2018-06-26Merge #13498: [wallet] Fixups from account API deprecationPieter Wuille
2018-06-25qa: Avoid start/stop of the network thread mid-testMarcoFalke
2018-06-25[qa] wallet_basic: Specify minimum required amount for listunspentMarcoFalke
2018-06-24Merge #13160: wallet: Unlock spent outputsWladimir J. van der Laan
2018-06-24Merge #13496: Test: Harden lint-filenames.shWladimir J. van der Laan
2018-06-24Merge #13510: Scripts and tools: Obsolete #!/bin/bash shebangWladimir J. van der Laan
2018-06-23Merge #13512: [qa] mininode: Expose connection state through is_connectedMarcoFalke
2018-06-22[qa] mininode: Expose connection state through is_connectedMarcoFalke
2018-06-22[tests] Fix p2p_sendheaders raceJohn Newbery
2018-06-22[qa] Add a test for merkle proof malleationSuhas Daftuar
2018-06-21Merge #13111: Add unloadwallet RPCJonas Schnelli
2018-06-20Obsolete #!/bin/bash shebangDesWurstes
2018-06-18[wallet] deprecate sendfrom RPC method.John Newbery
2018-06-18Test: Harden lint-filenames.shwodry
2018-06-18bugfix: Remove dangling wallet env instanceJoão Barbosa
2018-06-18test: Wallet methods are disabled when no wallet is loadedJoão Barbosa
2018-06-18test: Add functional tests for unloadwallet RPCJoão Barbosa
2018-06-18Follow-up to #13454: Fix broken build by exporting LC_ALL=Cpracticalswift
2018-06-18Merge #13454: Make sure LC_ALL=C is set in all shell scriptsWladimir J. van der Laan
2018-06-16Merge #13448: Add linter: Make sure we explicitly open all text files using U...Wladimir J. van der Laan
2018-06-14Add linter: Enforce the source code file naming convention described in the d...practicalswift
2018-06-14Merge #13451: rpc: expose CBlockIndex::nTx in getblock(header)Wladimir J. van der Laan
2018-06-14Add linter: Make sure all shell scripts opt out of locale dependence using "e...practicalswift
2018-06-14Add "export LC_ALL=C" to all shell scriptspracticalswift
2018-06-13Merge #13350: [tests] Add logging to provide anchor points when debugging p2p...MarcoFalke
2018-06-13expose CBlockIndex::nTx in getblock(header)Gregory Sanders
2018-06-12Add linter: Make sure we explicitly open all text files using UTF-8 or ASCII ...practicalswift