Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use internal endian conversion functions #544

Merged
merged 2 commits into from
Aug 17, 2024

Namecoin: use internal endian conversion functions

4447572
Select commit
Loading
Failed to load commit list.
Merged

Use internal endian conversion functions #544

Namecoin: use internal endian conversion functions
4447572
Select commit
Loading
Failed to load commit list.
Cirrus CI / lint failed Aug 13, 2024 in 3m 2s

Task Summary

Instruction lint failed in 01:59

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:04 clone
✅ 00:15 merge_base
✅ 00:01 test_runner
✅ 00:05 python
✅ 00:34 unshallow
❌ 01:59 lint

test/functional/name_reorg.py:77:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_scanning.py:9:1: F403 'from test_framework.util import *' used; unable to detect undefined names
test/functional/name_scanning.py:23:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_scanning.py:24:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_scanning.py:45:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_scanning.py:78:5: F405 'assert_raises_rpc_error' may be undefined, or defined from star imports: test_framework.util
test/functional/name_scanning.py:80:5: F405 'assert_raises_rpc_error' may be undefined, or defined from star imports: test_framework.util
test/functional/name_scanning.py:83:5: F405 'assert_raises_rpc_error' may be undefined, or defined from star imports: test_framework.util
test/functional/name_scanning.py:100:5: F405 'assert_raises_rpc_error' may be undefined, or defined from star imports: test_framework.util
test/functional/name_scanning.py:137:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_segwit.py:21:1: F401 'test_framework.util.assert_greater_than' imported but unused
test/functional/name_sendcoins.py:8:1: F403 'from test_framework.util import *' used; unable to detect undefined names
test/functional/name_sendcoins.py:20:5: F405 'assert_greater_than' may be undefined, or defined from star imports: test_framework.util
test/functional/name_sendcoins.py:26:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_sendcoins.py:40:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_sendcoins.py:67:5: F405 'assert_raises_rpc_error' may be undefined, or defined from star imports: test_framework.util
test/functional/name_sendcoins.py:70:5: F405 'assert_raises_rpc_error' may be undefined, or defined from star imports: test_framework.util
test/functional/name_sendcoins.py:77:5: F405 'assert_raises_rpc_error' may be undefined, or defined from star imports: test_framework.util
test/functional/name_sendcoins.py:81:5: F405 'assert_raises_rpc_error' may be undefined, or defined from star imports: test_framework.util
test/functional/name_sendcoins.py:89:12: F405 'Decimal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_txnqueue.py:7:1: F403 'from test_framework.util import *' used; unable to detect undefined names
test/functional/name_txnqueue.py:29:22: F405 'Decimal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_txnqueue.py:78:9: F405 'assert_raises_rpc_error' may be undefined, or defined from star imports: test_framework.util
test/functional/name_txnqueue.py:82:69: F405 'Decimal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_utxo.py:9:1: F403 'from test_framework.util import *' used; unable to detect undefined names
test/functional/name_utxo.py:39:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_utxo.py:43:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_utxo.py:44:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_utxo.py:48:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_utxo.py:51:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_utxo.py:52:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_utxo.py:59:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_utxo.py:60:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_utxo.py:62:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_utxo.py:62:36: F405 'Decimal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_utxo.py:63:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_utxo.py:65:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_utxo.py:65:44: F405 'Decimal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_wallet.py:9:1: F403 'from test_framework.util import *' used; unable to detect undefined names
test/functional/name_wallet.py:48:5: F405 'assert_fee_amount' may be undefined, or defined from star imports: test_framework.util
test/functional/name_wallet.py:48:32: F405 'count_bytes' may be undefined, or defined from star imports: test_framework.util
test/functional/name_wallet.py:59:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_wallet.py:60:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_wallet.py:88:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_wallet.py:93:7: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_wallet.py:117:5: F405 'assert_equal' may be undefined, or defined from star imports: test_framework.util
test/functional/name_wallet.py:213:5: F405 'assert_raises_rpc_error' may be undefined, or defined from star imports: test_framework.util
test/functional/name_wallet.py:230:5: F405 'assert_raises_rpc_error' may be undefined, or defined from star imports: test_framework.util
test/functional/rpc_decodescript.py:196:9: F841 local variable 'witprog_as_decimal' is assigned to but never used
test/functional/test_framework/names.py:145:1: W293 blank line contains whitespace
test/functional/wallet_groups.py:7:1: F401 'test_framework.blocktools.COINBASE_MATURITY' imported but unused
^---- ⚠️ Failure generated from lint-python.py

^---- ⚠️ Failure generated from lint check 'all_python_linters'!
Run all linters of the form: test/lint/lint-*.py
����������������������������������������������������