aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-09-19Merge #19940: rpc: Return fee and vsize from testmempoolacceptfanquake
2020-09-18test: create default wallet in extended testsSjors Provoost
2020-09-18Merge #15454: Remove the automatic creation and loading of the default walletSamuel Dobson
2020-09-16Merge #19936: Test: batch rpc with paramsWladimir J. van der Laan
2020-09-16[test] add get_vsize util for more programmatic testinggzhao408
2020-09-15[rpc] Return fee and vsize from testmempoolacceptcodeShark149
2020-09-15Merge #16378: The ultimate send RPCSamuel Dobson
2020-09-13Test batch rpc with paramsGregory Sanders
2020-09-10[rpc] add send methodSjors Provoost
2020-09-09test: gettxoutproof duplicate txidJoão Barbosa
2020-09-09test: Test empty array in gettxoutproofMarcoFalke
2020-09-09test: Run rpc_txoutproof.py even with wallet disabledMarcoFalke
2020-09-09test: MiniWallet: Default fee_rate in send_self_transfer, Pass in utxo_to_spendMarcoFalke
2020-09-09test: bugfix: Actually pick largest utxoMarcoFalke
2020-09-09Merge #19800: test: MockwalletMarcoFalke
2020-09-08Do not create default walletAndrew Chow
2020-09-07[rpc] add snake case aliases for transaction methodsSjors Provoost
2020-09-07[rpc] walletcreatefundedpsbt: allow inputs to be nullSjors Provoost
2020-09-07test: Use MiniWalet in p2p_feefilterMarcoFalke
2020-09-07scripted-diff: [net processing] Rename PeerLogicValidation to PeerManagerJohn Newbery
2020-09-07Merge #19619: Remove wallet.dat path handling from wallet.cpp, rpcwallet.cppSamuel Dobson
2020-09-06Change FILE_CHAR_BLOCKLIST to FILE_CHARS_DISALLOWEDBenoit Verret
2020-09-05test: Fix flaky wallet_basic testFabian Jahr
2020-09-04Merge #19405: rpc, cli: add network in/out connections to `getnetworkinfo` an...Wladimir J. van der Laan
2020-09-03wallet: Remove path checking code from bitcoin-wallet toolRussell Yanofsky
2020-09-03wallet: Remove path checking code from createwallet RPCRussell Yanofsky
2020-09-03wallet: Remove path checking code from loadwallet RPCRussell Yanofsky
2020-09-03wallet: Remove Verify and IsLoaded methodsRussell Yanofsky
2020-09-03Merge #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan wa...Wladimir J. van der Laan
2020-09-03Merge #19859: qa: Fixes failing functional test by changing versionWladimir J. van der Laan
2020-09-03Merge #19816: test: Rename wait until helper to wait_until_helperfanquake
2020-09-03Merge #19844: remove usage of boost::bindfanquake
2020-09-02qa: Changes v0.17.1 to v0.17.2nthumann
2020-09-02Merge #19610: p2p: refactor AlreadyHave(), CInv::type, INV/TX processingWladimir J. van der Laan
2020-09-01Merge #19105: Add Muhash3072 implementation in PythonWladimir J. van der Laan
2020-09-01lint: add C++ code linterfanquake
2020-09-01Merge #19671: wallet: Remove -zapwallettxesfanquake
2020-08-31Merge #19507: Expand functional zmq transaction testsWladimir J. van der Laan
2020-08-31Remove -zapwallettxesAndrew Chow
2020-08-31Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi...MarcoFalke
2020-08-31Merge #19813: util, ci: Hard code previous release tarball checksumsMarcoFalke
2020-08-31Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock ma...Samuel Dobson
2020-08-31Merge #19830: test: Add tsan supp for leveldb::DBImpl::DeleteObsoleteFilesfanquake
2020-08-29util: Hard code previous release tarball checksumsHennadii Stepanov
2020-08-29scripted-diff: Move previous_release.py to test/get_previous_releases.pyHennadii Stepanov
2020-08-29Merge #18817: doc: Document differences in bitcoind and bitcoin-qt locale han...MarcoFalke
2020-08-29test: Add tsan supp for leveldb::DBImpl::DeleteObsoleteFilesMarcoFalke
2020-08-29doc: Document differences in bitcoind and bitcoin-qt locale handlingpracticalswift
2020-08-28test framework: serialize/deserialize inv type as unsigned intJon Atack
2020-08-27test: Remove unused lock arg from BitcoinTestFramework.wait_untilMarcoFalke