feat: Add RPC queries for modified staking #8016
Annotations
10 errors and 11 warnings
Build and test:
NineChronicles.Headless/BlockChainService.cs#L412
The name '_blockChain' does not exist in the current context
|
Build and test:
NineChronicles.Headless/BlockChainService.cs#L424
The name '_blockChain' does not exist in the current context
|
Build and test:
NineChronicles.Headless/BlockChainService.cs#L436
The name '_blockChain' does not exist in the current context
|
Build and test:
NineChronicles.Headless/BlockChainService.cs#L448
The name '_blockChain' does not exist in the current context
|
Build and test:
NineChronicles.Headless/GraphTypes/ActionQuery.cs#L43
'Stake' does not contain a constructor that takes 2 arguments
|
Build and test:
NineChronicles.Headless/BlockChainService.cs#L545
The type or namespace name 'HallowActionContext' could not be found (are you missing a using directive or an assembly reference?)
|
Build and test:
NineChronicles.Headless/BlockChainService.cs#L570
The type or namespace name 'HallowActionContext' could not be found (are you missing a using directive or an assembly reference?)
|
Build and test:
NineChronicles.Headless/BlockChainService.cs#L585
'IDelegatee' does not contain a definition for 'CalculateRewards' and no accessible extension method 'CalculateRewards' accepting a first argument of type 'IDelegatee' could be found (are you missing a using directive or an assembly reference?)
|
Build and test:
NineChronicles.Headless/BlockChainService.cs#L604
'World' does not contain a definition for 'GetDelegationInfo' and no accessible extension method 'GetDelegationInfo' accepting a first argument of type 'World' could be found (are you missing a using directive or an assembly reference?)
|
Build and test:
NineChronicles.Headless/BlockChainService.cs#L622
'World' does not contain a definition for 'GetStaked' and no accessible extension method 'GetStaked' accepting a first argument of type 'World' could be found (are you missing a using directive or an assembly reference?)
|
Install dependencies
A FrameworkReference for 'Microsoft.AspNetCore.App' was included in the project. This is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs
|
Build and test:
Libplanet.Extensions.ForkableActionEvaluator.Tests/ForkableActionEvaluatorTest.cs#L124
Non-nullable property 'Transactions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and test:
Libplanet.Extensions.ForkableActionEvaluator.Tests/ForkableActionEvaluatorTest.cs#L124
Non-nullable property 'Evidence' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and test:
Lib9c/Lib9c.Policy/NCStagePolicy.cs#L144
Nullability of reference types in type of parameter 'x' of 'int TxComparer.Compare(Transaction x, Transaction y)' doesn't match implicitly implemented member 'int IComparer<Transaction>.Compare(Transaction? x, Transaction? y)' (possibly because of nullability attributes).
|
Build and test:
Lib9c/Lib9c.Policy/NCStagePolicy.cs#L144
Nullability of reference types in type of parameter 'y' of 'int TxComparer.Compare(Transaction x, Transaction y)' doesn't match implicitly implemented member 'int IComparer<Transaction>.Compare(Transaction? x, Transaction? y)' (possibly because of nullability attributes).
|
Build and test:
Lib9c/Lib9c.Policy/NCStagePolicy.cs#L42
Possible null reference return.
|
Build and test:
Lib9c/Lib9c.Policy/Policy/VariableSubPolicy.cs#L80
Converting null literal or possible null value to non-nullable type.
|
Build and test:
Lib9c/Lib9c.Policy/Policy/VariableSubPolicy.cs#L80
Possible null reference return.
|
Build and test:
Lib9c/Lib9c.Policy/Policy/DebugPolicy.cs#L41
Possible null reference return.
|
Build and test:
Lib9c/Lib9c.Policy/Policy/DebugPolicy.cs#L47
Possible null reference return.
|
Build and test:
Lib9c/Lib9c.Policy/Policy/MinBlockProtocolVersionPolicy.cs#L25
Cannot convert null literal to non-nullable reference type.
|
Loading