Updated node selection and random calculation algorithms (#15) #49
Annotations
8 warnings
dkgNodeLibrary/Services/DkgNodeService.cs#L95
Non-nullable property 'PrivateKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dkgNodeLibrary/Services/DkgNodeService.cs#L95
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dkgServiceNode/Models/NodesRoundHistory.cs#L46
Non-nullable property 'Round' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dkgServiceNode/Models/NodesRoundHistory.cs#L53
Non-nullable property 'Node' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dkgNodeLibrary/Services/DkgNodeService.cs#L95
Non-nullable property 'PrivateKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dkgNodeLibrary/Services/DkgNodeService.cs#L95
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dkgServiceNode/Models/NodesRoundHistory.cs#L46
Non-nullable property 'Round' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dkgServiceNode/Models/NodesRoundHistory.cs#L53
Non-nullable property 'Node' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading