Added docker setup describing restoring CCD scan database locally. #73
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
backend/ConcordiumSdk/NodeApi/GrpcNodeClientSettings.cs#L5
Non-nullable property 'AuthenticationToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/ConcordiumSdk/NodeApi/GrpcNodeClientSettings.cs#L6
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/ConcordiumSdk/NodeApi/Types/AccountAddressAmount.cs#L8
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/ConcordiumSdk/NodeApi/Types/AccountDelegation.cs#L9
Non-nullable property 'DelegationTarget' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/ConcordiumSdk/NodeApi/GrpcNodeClient.cs#L56
Possible null reference return.
|
build:
backend/ConcordiumSdk/NodeApi/Types/AccountInfo.cs#L10
Non-nullable property 'AccountAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/ConcordiumSdk/NodeApi/GrpcNodeClient.cs#L69
Possible null reference return.
|
build:
backend/ConcordiumSdk/NodeApi/Types/BlockInfo.cs#L7
Non-nullable property 'BlockHash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/ConcordiumSdk/NodeApi/Types/BlockInfo.cs#L8
Non-nullable property 'BlockParent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/ConcordiumSdk/NodeApi/Types/BlockInfo.cs#L9
Non-nullable property 'BlockLastFinalized' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|