Skip to content

Merge Dev into Master #16

Merge Dev into Master

Merge Dev into Master #16

Triggered via pull request October 12, 2023 13:04
@TeknoPTTeknoPT
synchronize #277
dev
Status Success
Total duration 2m 16s
Artifacts

docker-image.yml

on: pull_request
Matrix: Build the Docker image
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build the Docker image (amd64): Phantasma.Core/src/Cryptography/ECDsa/ECDsaSignature.cs#L13
'ECDsaSignature' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build the Docker image (amd64): Phantasma.Core/src/Cryptography/EdDSA/Ed25519Signature.cs#L11
'Ed25519Signature' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build the Docker image (amd64): Phantasma.Core/src/Cryptography/Signature.cs#L10
'Signature' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build the Docker image (amd64): Phantasma.Core/src/Domain/Structs/Event.cs#L11
'Event' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build the Docker image (amd64): Phantasma.Core/src/Domain/TransactionData/Structs/TransactionGas.cs#L7
'TransactionGas' defines operator == or operator != but does not override Object.Equals(object o)
Build the Docker image (amd64): Phantasma.Core/src/Domain/TransactionData/Structs/TransactionGas.cs#L7
'TransactionGas' defines operator == or operator != but does not override Object.GetHashCode()
Build the Docker image (amd64): Phantasma.Core/src/Domain/TransactionData/Transaction.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build the Docker image (amd64): Phantasma.Core/src/Domain/TransactionData/Transaction.cs#L55
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build the Docker image (amd64): Phantasma.Core/src/Domain/TransactionData/Transaction.cs#L20
'Transaction' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build the Docker image (amd64): Phantasma.Core/src/Domain/Block.cs#L404
The variable 'e' is declared but never used