Skip to content

Bump client version to 1.20.4 #76

Bump client version to 1.20.4

Bump client version to 1.20.4 #76

Triggered via push September 21, 2023 14:39
Status Success
Total duration 25m 28s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/RlpTests.cs#L244
Nullable value type may be null.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/RateLimiterTests.cs#L22
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L83
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L85
Dereference of a possibly null reference.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L132
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L133
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L148
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L149
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L151
Possible null reference argument for parameter 'expected' in 'AndConstraint<ComparableTypeAssertions<Keccak>> ComparableTypeAssertions<Keccak, ComparableTypeAssertions<Keccak>>.Be(Keccak expected, string because = "", params object[] becauseArgs)'.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L160
Converting null literal or possible null value to non-nullable type.