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

v10.6.0 #2590

Merged
merged 88 commits into from
Oct 25, 2024

Merge pull request #2594 from CounterpartyXCP/master

95e60c0
Select commit
Loading
Failed to load commit list.
Merged

v10.6.0 #2590

Merge pull request #2594 from CounterpartyXCP/master
95e60c0
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / pylint succeeded Oct 25, 2024 in 5s

21 new alerts

New alerts in code changed by this pull request

  • 21 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 395 in counterparty-core/counterpartycore/lib/api/api_server.py

See this annotation in the file changed.

Code scanning / pylint

Unused argument 'stop_event'. Warning

Unused argument 'stop_event'.

Check warning on line 494 in counterparty-core/counterpartycore/lib/api/api_v1.py

See this annotation in the file changed.

Code scanning / pylint

Using variable 'code' before assignment. Warning

Using variable 'code' before assignment.

Check warning on line 655 in counterparty-core/counterpartycore/lib/api/api_watcher.py

See this annotation in the file changed.

Code scanning / pylint

Unused argument 'catching_up'. Warning

Unused argument 'catching_up'.

Check warning on line 806 in counterparty-core/counterpartycore/lib/api/api_watcher.py

See this annotation in the file changed.

Code scanning / pylint

Too many branches (16/12). Warning

Too many branches (16/12).

Check warning on line 678 in counterparty-core/counterpartycore/lib/api/compose.py

See this annotation in the file changed.

Code scanning / pylint

Too many positional arguments (6/5). Warning

Too many positional arguments (6/5).

Check warning on line 679 in counterparty-core/counterpartycore/lib/api/compose.py

See this annotation in the file changed.

Code scanning / pylint

Unused argument 'db'. Warning

Unused argument 'db'.

Check warning on line 2264 in counterparty-core/counterpartycore/lib/api/queries.py

See this annotation in the file changed.

Code scanning / pylint

Redefining name 'get_asset' from outer scope (line 2472). Warning

Redefining name 'get_asset' from outer scope (line 2472).

Check warning on line 2714 in counterparty-core/counterpartycore/lib/api/queries.py

See this annotation in the file changed.

Code scanning / pylint

Too many positional arguments (6/5). Warning

Too many positional arguments (6/5).

Check warning on line 68 in counterparty-core/counterpartycore/lib/backend/rsfetcher.py

See this annotation in the file changed.

Code scanning / pylint

Unnecessary "else" after "raise", remove the "else" and de-indent the code inside it. Warning

Unnecessary "else" after "raise", remove the "else" and de-indent the code inside it.

Check warning on line 164 in counterparty-core/counterpartycore/lib/backend/rsfetcher.py

See this annotation in the file changed.

Code scanning / pylint

Too many nested blocks (6/5). Warning

Too many nested blocks (6/5).

Check warning on line 243 in counterparty-core/counterpartycore/lib/follow.py

See this annotation in the file changed.

Code scanning / pylint

Catching too general exception Exception. Warning

Catching too general exception Exception.

Check warning on line 251 in counterparty-core/counterpartycore/lib/follow.py

See this annotation in the file changed.

Code scanning / pylint

Attribute 'task' defined outside init. Warning

Attribute 'task' defined outside __init__.

Check warning on line 126 in counterparty-core/counterpartycore/lib/log.py

See this annotation in the file changed.

Code scanning / pylint

Too few public methods (1/2). Warning

Too few public methods (1/2).

Check warning on line 39 in counterparty-core/counterpartycore/lib/telemetry/oneshot.py

See this annotation in the file changed.

Code scanning / pylint

Access to a protected member _instances of a client class. Warning

Access to a protected member _instances of a client class.

Check warning on line 42 in counterparty-core/counterpartycore/lib/telemetry/oneshot.py

See this annotation in the file changed.

Code scanning / pylint

Access to a protected member _instances of a client class. Warning

Access to a protected member _instances of a client class.

Check warning on line 703 in counterparty-core/counterpartycore/server.py

See this annotation in the file changed.

Code scanning / pylint

Use lazy % or .format() formatting in logging functions. Warning

Use lazy % or .format() formatting in logging functions.

Check warning on line 703 in counterparty-core/counterpartycore/server.py

See this annotation in the file changed.

Code scanning / pylint

Formatting a regular string which could be an f-string. Warning

Formatting a regular string which could be an f-string.

Check warning on line 727 in counterparty-core/counterpartycore/server.py

See this annotation in the file changed.

Code scanning / pylint

Filter out default values #TODO: these should be set in a different way. Warning

Filter out default values #TODO: these should be set in a different way.

Check warning on line 735 in counterparty-core/counterpartycore/server.py

See this annotation in the file changed.

Code scanning / pylint

Redefining name 'handle_interrupt_signal' from outer scope (line 49). Warning

Redefining name 'handle_interrupt_signal' from outer scope (line 49).

Check warning on line 735 in counterparty-core/counterpartycore/server.py

See this annotation in the file changed.

Code scanning / pylint

Unused argument 'signum'. Warning

Unused argument 'signum'.

Check warning on line 735 in counterparty-core/counterpartycore/server.py

See this annotation in the file changed.

Code scanning / pylint

Unused argument 'frame'. Warning

Unused argument 'frame'.