Commit Graph

78 Commits (17b55202dae8d6e21d2490de89b345c55f7694c0)

Author SHA1 Message Date
Wladimir J. van der Laan 0936e2596b
Merge #14831: Scripts and tools: Use #!/usr/bin/env bash instead of #!/bin/bash.
6 years ago
Carl Dong 43f9099901 scripted-diff: Run scripted-diff in subshell
6 years ago
vim88 688f665a5e Scripts and tools & Docs: Used #!/usr/bin/env bash instead of obsolete #!/bin/bash, added linting for .sh files shebang and updated the Developer Notes.
6 years ago
MarcoFalke fa5e0452e8
rpc: Documentation fixups
6 years ago
MarcoFalke fa520e72f7
lint: Must use RPCHelpMan to generate the RPC docs
6 years ago
practicalswift c82190cdb6 tests: Add Python dead code linter (vulture)
6 years ago
Wladimir J. van der Laan 46eb2755d4
Merge #14350: Add WalletLocation class
6 years ago
Jim Posen 2068f089c8 scripted-diff: Move util files to separate directory.
6 years ago
practicalswift 15db77f4dd Don't rely on locale dependent functions in base_blob<BITS>::SetHex(...) (uint256), DecodeBase58(...), ParseMoney(...) and ParseHex(...)
6 years ago
João Barbosa 65f3672f3b wallet: Refactor to use WalletLocation
6 years ago
practicalswift c32cf6a0f2 Add ignored word: mut
6 years ago
practicalswift 4ae50daaa7 Revert "qa: Fix codespell error and have lint-spelling error instead of warn"
6 years ago
MarcoFalke a89896fadb
Merge #13649: test: allow arguments to be forwarded to flake8 in lint-python.sh
6 years ago
MarcoFalke ae1cc010b8
Merge #14282: [wallet] Remove -usehd
6 years ago
James O'Beirne 854c85ae90 test: allow arguments to be forwarded to flake8 in lint-python.sh
6 years ago
Chun Kuan Lee 2c3eade704 Make fs::path::string() always return utf-8 string
6 years ago
John Newbery 25548b2958
[wallet] Remove -usehd
6 years ago
MarcoFalke fa910e4301
init: Remove deprecated args from hidden args
6 years ago
MarcoFalke efb11d7c05
Merge #14179: qa: Fixups to "Run all tests even if wallet is not compiled"
6 years ago
MarcoFalke e413c2ddd1 qa: Fix codespell error and have lint-spelling error instead of warn
6 years ago
MarcoFalke fae3fbd61a
logging: Replace LogPrint macros with regular functions
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 4799b0932a
Merge #12490: [Wallet] [RPC] Remove deprecated wallet rpc features from bitcoin_server
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
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
Wladimir J. van der Laan 5924dadc2f
Merge #13671: Remove the boost/algorithm/string/case_conv.hpp dependency
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
John Newbery f7e9e70468 [rpc] Remove deprecated sigrawtransaction rpc method.
6 years ago
Chun Kuan Lee 1661a472b8 add unicode compatible file_lock for Windows
6 years ago
Julian Fleischer 414326952c use export LC_ALL=C.UTF-8
6 years ago
Wladimir J. van der Laan f6eb85d17c
Merge #13707: tests: Add usage note to check-rpc-mappings.py
6 years ago
João Barbosa 3567b247f4 test: Add lint to prevent SIGNAL/SLOT connect style
6 years ago
MarcoFalke bffb35f876
Merge #13054: tests: Enable automatic detection of undefined names in Python tests scripts. Remove wildcard imports.
6 years ago
practicalswift 68400d8b96 tests: Use explicit imports
6 years ago
practicalswift 4441ad677a Make format string linter understand basic template parameter syntax
6 years ago
Wladimir J. van der Laan 78dae8cacc
Merge #13780: 0.17: Pre-branch maintenance
6 years ago
practicalswift bcd4b0f5cd Add linting of WalletLogPrintf(...) format strings
6 years ago
practicalswift a3e4556949 build: Add format string linter
6 years ago
Chun Kuan Lee 1c5d225853 Drop boost::scoped_array
6 years ago
Julian Fleischer 83c48d9a1f fix locale for lint-shell
6 years ago