Define and implement hard diff removal hardfork #41
Cirrus CI / lint [bionic]
failed
Jul 1, 2025 in 2m 43s
Task Summary
Instruction lint failed in 01:43
Details
✅ 00:40 clone
✅ 00:17 merge_base
❌ 01:43 lint
test/functional/test_framework/ghash.py:95: error: Value of type "int" is not indexable [index]
test/functional/test_framework/ghash.py:98: error: "int" has no attribute "bit_count" [attr-defined]
test/functional/test_framework/ghash.py:102: error: "int" has no attribute "bit_count" [attr-defined]
test/functional/test_framework/ghash.py:102: error: Argument 1 to "from_bytes" of "int" has incompatible type "int"; expected "Union[Iterable[int], SupportsBytes]" [arg-type]
test/functional/test_framework/ghash.py:109: error: Value of type "int" is not indexable [index]
test/functional/test_framework/ghash.py:110: error: Value of type "int" is not indexable [index]
test/functional/test_framework/ghash.py:116: error: Incompatible types in assignment (expression has type "bytes", variable has type "int") [assignment]
test/functional/test_framework/ghash.py:116: error: Value of type "int" is not indexable [index]
test/functional/test_framework/ghash.py:117: error: Value of type "int" is not indexable [index]
test/functional/test_framework/ghash.py:119: error: Incompatible types in assignment (expression has type "bytes", variable has type "int") [assignment]
test/functional/test_framework/ghash.py:119: error: Value of type "int" is not indexable [index]
test/functional/test_framework/ghash.py:120: error: Value of type "int" is not indexable [index]
test/functional/test_framework/ghash.py:122: error: Incompatible types in assignment (expression has type "bytes", variable has type "int") [assignment]
test/functional/test_framework/ghash.py:122: error: "int" has no attribute "__iter__"; maybe "__str__", "__int__", or "__invert__"? (not iterable) [attr-defined]
test/functional/test_framework/ghash.py:123: error: Value of type "int" is not indexable [index]
test/functional/test_framework/ghash.py:126: error: Argument 1 to "from_bytes" of "int" has incompatible type "int"; expected "Union[Iterable[int], SupportsBytes]" [arg-type]
test/functional/test_framework/ghash.py:126: error: Name 'header' is not defined [name-defined]
test/functional/test_framework/ghash.py:127: error: Name 'header' is not defined [name-defined]
test/functional/test_framework/messages.py:664: error: Need type annotation for 'blocktemplate' (hint: "blocktemplate: Dict[<type>, <type>] = ...") [var-annotated]
Found 38 errors in 2 files (checked 214 source files)
^---- failure generated from test/lint/lint-python.sh
doc/release-notes.md:747: comparision ==> comparison
doc/release-notes.md:995: boostrap ==> bootstrap
doc/release-notes.md:1093: Atack ==> Attack
src/amount.h:37: positve ==> positive
src/chain.cpp:140: blockhain ==> blockchain
src/pow.cpp:153: submited ==> submitted
src/pow.cpp:378: opertions ==> operations
src/rpc/mining.cpp:115: bellow ==> below
src/script/interpreter.cpp:701: conjuction ==> conjunction
src/script/interpreter.cpp:705: fro ==> for, from
src/script/interpreter.cpp:714: ealier ==> earlier
src/validation.cpp:1332: substract ==> subtract
test/functional/test_framework/crypto_extended.py:661: buffr ==> buffer
test/functional/test_framework/crypto_extended.py:665: buffr ==> buffer
test/functional/test_framework/crypto_extended.py:673: buffr ==> buffer
test/functional/test_framework/crypto_extended.py:680: buffr ==> buffer
test/functional/test_framework/crypto_extended.py:691: buffr ==> buffer
test/functional/test_framework/crypto_extended.py:742: buffr ==> buffer
test/functional/test_framework/crypto_extended.py:746: buffr ==> buffer
test/functional/test_framework/crypto_extended.py:747: buffr ==> buffer
test/functional/test_framework/crypto_extended.py:748: buffr ==> buffer
test/functional/test_framework/crypto_extended.py:749: buffr ==> buffer
test/functional/test_framework/crypto_extended.py:750: buffr ==> buffer
test/functional/test_framework/crypto_extended.py:751: buffr ==> buffer
test/functional/test_framework/crypto_extended.py:752: buffr ==> buffer
test/functional/test_framework/crypto_extended.py:753: buffr ==> buffer
test/functional/test_framework/ghash.py:81: opertions ==> operations
test/functional/test_framework/messages.py:647: ans ==> and
test/functional/test_framework/messages.py:650: ans ==> and
test/functional/test_framework/messages.py:652: ans ==> and
test/functional/test_framework/messages.py:655: ans ==> and
test/functional/test_framework/messages.py:659: ans ==> and
test/functional/test_framework/messages.py:661: ans ==> and
test/functional/test_framework/messages.py:853: paramter ==> parameter
^ Warning: codespell identified likely spelling errors. Any false positives? Add them to the list of ignored words in test/lint/lint-spelling.ignore-words.txt
Loading