Commit Graph

103 Commits (a083f75ba79d465f15fddba7b00ca02e31bb3d40)

Author SHA1 Message Date
MarcoFalke d73918447f
Merge #15216: Scripts and tools: Replace script name with a special parameter
6 years ago
Hennadii Stepanov 8c9b8a3668
Replace script name with special parameter
6 years ago
MarcoFalke 5029e94f85
Merge #14519: tests: add utility to easily profile node performance with perf
6 years ago
Jonas Schnelli 73a6bac9ff
Merge #15196: [test]: Update all subprocess.check_output functions to be Python 3.4 compatible
6 years ago
James O'Beirne 58180b5fd4 tests: add utility to easily profile node performance with perf
6 years ago
Ben Woosley 948d8f4f10
lint: Enable python linters via an array
6 years ago
Graham Krizek fdf82ba181
Update all subprocess.check_output functions in CI scripts to be Python 3.4 compatible
6 years ago
practicalswift a517541794 Remove no longer needed shellcheck suppressions
6 years ago
practicalswift 0b7196ecad Fix warnings introduced in shellcheck v0.6.0
6 years ago
practicalswift 07a53dce9f Remove repeated suppression. Fix indentation.
6 years ago
Vidar Holen cbd9091ed5 refactor/lint: Add ignored suggestions to an array
6 years ago
João Barbosa f652f85d0c qa: Ignore shellcheck warning SC2236
6 years ago
Wladimir J. van der Laan 62f3977f60
Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToLower) in {Format,Parse}Money(...), uint256::SetHex(...), etc. Remove the use of locale dependent boost::is_space(...)
6 years ago
Wladimir J. van der Laan df894fa69a
Merge #14457: test: add invalid tx templates for use in functional tests
6 years ago
MarcoFalke cbb91cd0ec
Merge #13743: refactor: Replace boost::bind with std::bind
6 years ago
Luke Dashjr 57281199b8 lint/format-strings: Correctly exclude escaped percent symbols
6 years ago
Wladimir J. van der Laan 84dc252a02
Merge #14884: Travis: enforce Python 3.4 support through linter
6 years ago
Sjors Provoost 74ce326831
[test] Travis: enforce Python 3.4 support in functional tests
6 years ago
Daniel Ingram c9ba253f4f Add E711 to flake8 check
6 years ago
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
James O'Beirne 59e387705c test: add invalid tx templates for use in functional tests
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
practicalswift 7c9f790761 Update KNOWN_VIOLATIONS: Remove fixed violations
6 years ago
practicalswift 587924f000 Use IsSpace(...) instead of boost::is_space
6 years ago
practicalswift c5fd143edb Use ToLower(...) instead of std::tolower
6 years ago
practicalswift e70cc8983c Use IsDigit(...) instead of std::isdigit
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
Chun Kuan Lee cb53b825c2 scripted-diff: Replace boost::bind with std::bind
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