Commit Graph

1134 Commits (661ac15a4aafae6ec1579721ef36ca2fde9c17b0)

Author SHA1 Message Date
Chun Kuan Lee 2148c36b6e tests: Make it possible to run functional tests on Windows
6 years ago
Chun Kuan Lee c0d947d725 tests: Reorder tests and move most of extended tests up to normal tests
6 years ago
Wladimir J. van der Laan f09bc7ec98
Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting down
6 years ago
MarcoFalke a098245ec9
Merge #14215: [qa] Use correct python index slices in example test
6 years ago
MarcoFalke efb11d7c05
Merge #14179: qa: Fixups to "Run all tests even if wallet is not compiled"
6 years ago
Suhas Daftuar 9dcb6763fb [qa] Use correct python index slices in example test
6 years ago
MarcoFalke 962c302710
Merge #13983: rpc: Return more specific reject reason for submitblock
6 years ago
MarcoFalke fa8433e379
qa: Remove unneded import_deterministic_coinbase_privkeys overwrite, add comments
6 years ago
MarcoFalke e413c2ddd1 qa: Fix codespell error and have lint-spelling error instead of warn
6 years ago
Wladimir J. van der Laan ef425f69af
Merge #14199: [psbt]Remove redundant BIP174 test from rpc_psbt.json
6 years ago
Wladimir J. van der Laan 288ddf4ff5
Merge #14180: qa: Run all tests even if wallet is not compiled
6 years ago
MarcoFalke fae3fbd61a
logging: Replace LogPrint macros with regular functions
6 years ago
araspitzu b6a253337f Remove redundant BIP174 test from rpc_psbt.json
6 years ago
Wladimir J. van der Laan 362518791a
Merge #13734: gui: Drop boost::scoped_array and use wchar_t API explicitly on Windows
6 years ago
MarcoFalke fac9539836
qa: Run all tests even if wallet is not compiled
6 years ago
MarcoFalke faa669cbcd
qa: Premine to deterministic address with -disablewallet
6 years ago
MarcoFalke fa263bcfe4
qa: Fix silent merge conflict in wallet_importmulti
6 years ago
Wladimir J. van der Laan 13c842e028
Merge #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeys
6 years ago
Wladimir J. van der Laan cb25cd6aa1
Merge #14119: qa: Read reject reasons from debug log, not p2p messages
6 years ago
MarcoFalke 4799b0932a
Merge #12490: [Wallet] [RPC] Remove deprecated wallet rpc features from bitcoin_server
6 years ago
Wladimir J. van der Laan a6aca8dc2f
Merge #14105: util: Report parse errors in configuration file
6 years ago
MarcoFalke ed2332aeff test: Add test for config file parsing errors
6 years ago
MarcoFalke adf27b531a
Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by codespell.
6 years ago
MarcoFalke 97ccd2b84e
Merge #14115: lint: Make all linters work under the default macOS dev environment (build-osx.md)
6 years ago
practicalswift f8a81f73ac lint: Add spell check linter (codespell)
6 years ago
practicalswift ada356208e Fix typos reported by codespell
6 years ago
Wladimir J. van der Laan fa616275b2
Merge #14128: lint: Make sure we read the command line inputs using utf-8 decoding in python
6 years ago
Chun Kuan Lee 5d62dcf9cf lint: Make sure we read the command line inputs using utf-8 decoding in python
6 years ago
Kvaciral 8dfc2f30de Test rpc_help.py failed: Check whether ZMQ is enabled or not.
6 years ago
MarcoFalke fac3e22b18
qa: Read reject reasons from debug log, not p2p messages
6 years ago
Wladimir J. van der Laan 709a15b0a6
Merge #14088: tests: Don't assert(...) with side effects
6 years ago
practicalswift 341f7c7b0e macOS fix: Check for correct version of flake8 to avoid spurious warnings. The brew installed flake8 version is Python 2 based and does not work.
6 years ago
practicalswift 908a559f33 macOS fix: Add excludes for checks added in the newer shellcheck version installed by brew
6 years ago
practicalswift ec4d57bbb3 macOS fix: Work around empty (sub)expression error when using BSD grep
6 years ago
practicalswift b57d7d92fe macOS fix: Avoid mapfile due to ancient version of bash shipped with macOS
6 years ago
MarcoFalke fa782a308d
qa: Use named args in some tests
6 years ago
MarcoFalke b4d3309673 scripted-diff: Use named arguments in feature_block
6 years ago
MarcoFalke 749ba35e7c scripted-diff: Pass node into p2p_segwit acceptance tests
6 years ago
MarcoFalke 1361f8babc
Merge #14020: Add tests for RPC help
6 years ago
Wladimir J. van der Laan 5924dadc2f
Merge #13671: Remove the boost/algorithm/string/case_conv.hpp dependency
6 years ago
Wladimir J. van der Laan 2ddce35abc
Merge #13862: utils: drop boost::interprocess::file_lock
6 years ago
Wladimir J. van der Laan 5de338ec72
Merge #14055: fix walletcreatefundedpsbt deriv paths, add test
6 years ago
MarcoFalke 8e9f851415
Merge #14052: qa: Add some actual witness in rpc_rawtransaction
6 years ago
251 b193d5a443 Removes the Boost case_conv.hpp dependency.
6 years ago
practicalswift ca1a093127 Add regression test: Don't assert(...) with side effects
6 years ago
Wladimir J. van der Laan ee9e6e7c5f
Merge #14051: [Tests] Make combine_logs.py handle multi-line logs
6 years ago
John Newbery f7e9e70468 [rpc] Remove deprecated sigrawtransaction rpc method.
6 years ago
John Newbery df905e390e [rpc] Remove deprecated validateaddress usage.
6 years ago
John Newbery 16e288acdd test padding non micro timestamps
6 years ago
Chun Kuan Lee 1661a472b8 add unicode compatible file_lock for Windows
6 years ago