aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-09-23Make fs::path::string() always return utf-8 stringChun Kuan Lee
2018-09-19init: Remove deprecated args from hidden argsMarcoFalke
2018-09-18Merge #13152: [rpc] Add getnodeaddresses RPC commandMarcoFalke
2018-09-17[rpc] Add getnodeaddresses RPC commandchris-belcher
2018-09-17[qa] Test for duplicate inputs within a transactionSuhas Daftuar
2018-09-17Changed functional tests which do not require wallets to run withoutsanket1729
2018-09-16tests: Reorder tests and move most of extended tests up to normal testsChun Kuan Lee
2018-09-14Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting downWladimir J. van der Laan
2018-09-13Merge #14215: [qa] Use correct python index slices in example testMarcoFalke
2018-09-13Merge #14179: qa: Fixups to "Run all tests even if wallet is not compiled"MarcoFalke
2018-09-13[qa] Use correct python index slices in example testSuhas Daftuar
2018-09-13Merge #13983: rpc: Return more specific reject reason for submitblockMarcoFalke
2018-09-13qa: Remove unneded import_deterministic_coinbase_privkeys overwrite, add comm...MarcoFalke
2018-09-13qa: Fix codespell error and have lint-spelling error instead of warnMarcoFalke
2018-09-13Merge #14199: [psbt]Remove redundant BIP174 test from rpc_psbt.jsonWladimir J. van der Laan
2018-09-13Merge #14180: qa: Run all tests even if wallet is not compiledWladimir J. van der Laan
2018-09-12logging: Replace LogPrint macros with regular functionsMarcoFalke
2018-09-11Remove redundant BIP174 test from rpc_psbt.jsonaraspitzu
2018-09-11Merge #13734: gui: Drop boost::scoped_array and use wchar_t API explicitly on...Wladimir J. van der Laan
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-09-10qa: Premine to deterministic address with -disablewalletMarcoFalke
2018-09-10qa: Fix silent merge conflict in wallet_importmultiMarcoFalke
2018-09-10Merge #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeysWladimir J. van der Laan
2018-09-08Merge #14119: qa: Read reject reasons from debug log, not p2p messagesWladimir J. van der Laan
2018-09-06Merge #12490: [Wallet] [RPC] Remove deprecated wallet rpc features from bitco...MarcoFalke
2018-09-06Merge #14105: util: Report parse errors in configuration fileWladimir J. van der Laan
2018-09-06test: Add test for config file parsing errorsMarcoFalke
2018-09-05Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by co...MarcoFalke
2018-09-05Merge #14115: lint: Make all linters work under the default macOS dev environ...MarcoFalke
2018-09-04lint: Add spell check linter (codespell)practicalswift
2018-09-04Fix typos reported by codespellpracticalswift
2018-09-04Merge #14128: lint: Make sure we read the command line inputs using utf-8 dec...Wladimir J. van der Laan
2018-09-02lint: Make sure we read the command line inputs using utf-8 decoding in pythonChun Kuan Lee
2018-09-01Test rpc_help.py failed: Check whether ZMQ is enabled or not.Kvaciral
2018-08-31qa: Read reject reasons from debug log, not p2p messagesMarcoFalke
2018-08-31Merge #14088: tests: Don't assert(...) with side effectsWladimir J. van der Laan
2018-08-31macOS fix: Check for correct version of flake8 to avoid spurious warnings. Th...practicalswift
2018-08-31macOS fix: Add excludes for checks added in the newer shellcheck version inst...practicalswift
2018-08-31macOS fix: Work around empty (sub)expression error when using BSD greppracticalswift
2018-08-31macOS fix: Avoid mapfile due to ancient version of bash shipped with macOSpracticalswift
2018-08-29qa: Use named args in some testsMarcoFalke
2018-08-29scripted-diff: Use named arguments in feature_blockMarcoFalke
2018-08-29scripted-diff: Pass node into p2p_segwit acceptance testsMarcoFalke
2018-08-29Merge #14020: Add tests for RPC helpMarcoFalke
2018-08-29Merge #13671: Remove the boost/algorithm/string/case_conv.hpp dependencyWladimir J. van der Laan
2018-08-29Merge #13862: utils: drop boost::interprocess::file_lockWladimir J. van der Laan
2018-08-28Merge #14055: fix walletcreatefundedpsbt deriv paths, add testWladimir J. van der Laan
2018-08-28Merge #14052: qa: Add some actual witness in rpc_rawtransactionMarcoFalke
2018-08-28Removes the Boost case_conv.hpp dependency.251
2018-08-28Add regression test: Don't assert(...) with side effectspracticalswift