Skip to content

remove cancun timestamp temporarily (#6052) #68

remove cancun timestamp temporarily (#6052)

remove cancun timestamp temporarily (#6052) #68

Triggered via push August 30, 2023 06:36
Status Success
Total duration 21m 10s
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/BlockInfoDecoderTests.cs#L105
Possible null reference argument for parameter 'bytes' in 'Rlp.Rlp(byte[] bytes)'.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/CompactReceiptStorageDecoderTests.cs#L57
Cannot convert null literal to non-nullable reference type.
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/ReceiptArrayDecoderTests.cs#L44
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/ReceiptArrayDecoderTests.cs#L47
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/ReceiptArrayDecoderTests.cs#L50
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/ReceiptArrayDecoderTests.cs#L51
Cannot convert null literal to non-nullable reference type.