Skip to content

[WIP]P2PNodesManager: Refine computation of Timeout and nodes choice/disconnection #5590

[WIP]P2PNodesManager: Refine computation of Timeout and nodes choice/disconnection

[WIP]P2PNodesManager: Refine computation of Timeout and nodes choice/disconnection #5590

Triggered via pull request April 30, 2024 15:54
Status Failure
Total duration 2m 37s
Artifacts

codeql.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 12 warnings
Analyze (csharp): WalletWasabi/Wallets/P2PNodesManager.cs#L105
The name 'ComputeNodeScore' does not exist in the current context
Analyze (csharp): WalletWasabi/Wallets/P2PNodesManager.cs#L106
The name 'DisconnectNodeIfScoreTooLow' does not exist in the current context
Analyze (csharp): WalletWasabi/Wallets/P2PNodesManager.cs#L105
The name 'ComputeNodeScore' does not exist in the current context
Analyze (csharp): WalletWasabi/Wallets/P2PNodesManager.cs#L106
The name 'DisconnectNodeIfScoreTooLow' does not exist in the current context
Analyze (csharp)
Process completed with exit code 1.
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v2, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (csharp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Analyze (csharp): WalletWasabi.Fluent.Generators/Abstractions/GeneratorStep.cs#L12
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): WalletWasabi/WebClients/PayJoin/PayjoinClientParameters.cs#L7
Non-nullable property 'MaxAdditionalFeeContribution' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): WalletWasabi/WebClients/PayJoin/PayjoinClientParameters.cs#L8
Non-nullable property 'MinFeeRate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): WalletWasabi/WebClients/PayJoin/PayjoinClient.cs#L96
Possible null reference argument for parameter 'value' in 'string? Extensions.Value<string>(IEnumerable<JToken> value)'.
Analyze (csharp): WalletWasabi/WebClients/PayJoin/PayjoinClient.cs#L97
Possible null reference argument for parameter 'value' in 'string? Extensions.Value<string>(IEnumerable<JToken> value)'.
Analyze (csharp): WalletWasabi/WebClients/PayJoin/PayjoinClient.cs#L96
Possible null reference argument for parameter 'errorCode' in 'PayjoinReceiverException.PayjoinReceiverException(int httpCode, string errorCode, string message)'.
Analyze (csharp): WalletWasabi/WebClients/PayJoin/PayjoinClient.cs#L97
Possible null reference argument for parameter 'message' in 'PayjoinReceiverException.PayjoinReceiverException(int httpCode, string errorCode, string message)'.
Analyze (csharp): WalletWasabi/BitcoinCore/Rpc/RpcParser.cs#L77
Possible null reference argument for parameter 'hex' in 'Script Script.FromHex(string hex)'.
Analyze (csharp): WalletWasabi/BitcoinCore/Rpc/RpcParser.cs#L89
Possible null reference argument for parameter 'hex' in 'Script Script.FromHex(string hex)'.