Added docker setup describing restoring CCD scan database locally. #57
Annotations
11 warnings
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/
|
backend/ConcordiumSdk/NodeApi/GrpcNodeClient.cs#L56
Possible null reference return.
|
backend/ConcordiumSdk/NodeApi/GrpcNodeClient.cs#L69
Possible null reference return.
|
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.
|
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.
|
backend/ConcordiumSdk/NodeApi/GrpcNodeClient.cs#L97
Possible null reference return.
|
backend/ConcordiumSdk/NodeApi/GrpcNodeClient.cs#L194
Possible null reference return.
|
backend/ConcordiumSdk/NodeApi/Types/TransactionSuccessResult.cs#L9
Non-nullable property 'Events' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/ConcordiumSdk/NodeApi/Types/TransactionRejectResult.cs#L7
Non-nullable property 'Reason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/ConcordiumSdk/NodeApi/Types/PaydayFoundationRewardSpecialEvent.cs#L7
Non-nullable property 'FoundationAccount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/ConcordiumSdk/NodeApi/Types/PaydayAccountRewardSpecialEvent.cs#L10
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading