Commit Graph

464 Commits (43c3246af774bda284111056268a814477f9b256)

Author SHA1 Message Date
fanquake 172cd92620
Merge bitcoin/bitcoin#28862: lint: Report all lint errors instead of early exit
12 months ago
fanquake 98b0acda0f
Merge bitcoin/bitcoin#28725: test: refactor: use built-in collection types for type hints (Python 3.9 / PEP 585)
12 months ago
fanquake 22025d06e5
Merge bitcoin/bitcoin#28605: Fix typos
12 months ago
MarcoFalke faff3e3b46
lint: Report all lint errors instead of early exit
1 year ago
fanquake 6342348072
Merge bitcoin/bitcoin#28076: util: Replace std::filesystem with util/fs.h
1 year ago
Sjors Provoost 43de4d3630
doc: fix typos
1 year ago
Sebastian Falbesoner 5039c346ca init: completely remove `-zapwallettxes` (remaining hidden option)
1 year ago
Andrew Chow d9007f51a7
Merge bitcoin/bitcoin#28762: MiniMiner changes for package linearization
1 year ago
glozow 4aa98b79b2 [lint] update expected boost includes
1 year ago
MarcoFalke fa7d31910a
refactor: Remove unused circular include dependency from validation.cpp
1 year ago
Hennadii Stepanov 64879f4c03
Merge bitcoin-core/gui#771: Avoid error-prone leading whitespace in translatable strings
1 year ago
Sebastian Falbesoner d516cf83ed test: use built-in collection types for type hints (Python 3.9 / PEP 585)
1 year ago
fanquake 43704827b4
Merge bitcoin/bitcoin#28211: Bump python minimum supported version to 3.9
1 year ago
Hennadii Stepanov 856325fac1
lint: Add `lint-qt-translation.py`
1 year ago
Fabian Jahr 348e79f7c6
lint: Include test_utxo_snapshots in lint_shell
1 year ago
fanquake 4e78834ec1
Merge bitcoin/bitcoin#28304: doc: Remove confusing assert linter
1 year ago
Andrew Chow e7b0004b37
Merge bitcoin/bitcoin#27596: assumeutxo (2)
1 year ago
James O'Beirne 7ee46a755f contrib: add script to demo/test assumeutxo
1 year ago
Fabian Jahr f9047771d6
lint: fix custom mypy cache dir setting
1 year ago
MarcoFalke fa6e6a3f03
doc: Remove confusing assert linter
1 year ago
MarcoFalke bbbbdb0cd5
ci: Add filesystem lint check
1 year ago
MarcoFalke fa25e8b0a1
doc: Recommend lint image build on every call
1 year ago
Jon Atack 6c008a2006 script: replace deprecated pkg_resources with importlib.metadata
1 year ago
fanquake 00fc7cdc25
Merge bitcoin/bitcoin#28200: refactor: Remove unused includes from wallet.cpp
1 year ago
MarcoFalke fa6286891f
Remove unused includes from wallet.cpp
1 year ago
MarcoFalke fa6dc57760
refactor: Enforce C-str fmt strings in WalletLogPrintf()
1 year ago
fanquake 1c976c691c
tidy: Integrate bicoin-tidy clang-tidy plugin
1 year ago
fanquake 910007995d
lint: remove lint-logs.py
1 year ago
MarcoFalke fa3d72960b
lint: Ignore check_fileopens failure on **kwargs
1 year ago
MarcoFalke fa2f18ad8e
ci: Use DOCKER_BUILDKIT for lint image
1 year ago
Ryan Ofsky 75135c673e
Merge bitcoin/bitcoin#27861: kernel: Rm ShutdownRequested and AbortNode from validation code.
1 year ago
Jon Atack 1316119ce7 script: update ignored-words.txt
1 year ago
TheCharlatan 6eb33bd0c2
kernel: Add fatalError method to notifications
1 year ago
TheCharlatan 3fa9094b92
scripted-diff: Rename FatalError to FatalErrorf
1 year ago
Hennadii Stepanov 28fff06afe
test: Make linter to look for `BOOST_ASSERT` macros
1 year ago
Hennadii Stepanov 2484cacb7a
Add public Boost headers explicitly
1 year ago
fanquake 015cc5e588
lint: stop ignoring LIEF imports
1 year ago
fanquake 66b08e7822
Merge bitcoin/bitcoin#27302: init: Error if ignored bitcoin.conf file is found
1 year ago
brunoerg e9dcac1ec7 add `lief` to `spelling.ignore-words`
2 years ago
Ryan Ofsky 398c3719b0 lint: Fix lint-format-strings false positives when format specifiers have argument positions
2 years ago
fanquake 669af32632
Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system
2 years ago
TheCharlatan be55f545d5
move-only: Extract common/args and common/config.cpp from util/system
2 years ago
Pieter Wuille 621c17869d Respect and update FILES_ARGS in test/lint/lint-python.py
2 years ago
Pieter Wuille 719a74989b Disable Python lint in src/secp256k1
2 years ago
MarcoFalke faf8dc496e
fuzz: Remove legacy int parse fuzz tests
2 years ago
Ryan Ofsky 3db2874bd7 Extend bilingual_str support for tinyformat
2 years ago
fanquake 0c579203d2
Merge bitcoin/bitcoin#25867: lint: enable E722 do not use bare except
2 years ago
Leonardo Lazzaro 61bb4e783b lint: enable E722 do not use bare except
2 years ago
Jon Atack 30a3230e86 script: remove out-of-date snprintf TODO
2 years ago
John Moffett b8032293e6 Remove use of snprintf and simplify
2 years ago