bugfix: Reward first then Refund in BlockPolicySource #12307
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
.Libplanet/Libplanet.Types/Consensus/Vote.cs#L169
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
.Libplanet/Libplanet.Action/ActionContext.cs#L13
An opening brace should not be followed by a blank line
|
.Libplanet/Libplanet.Action/GasTracer.cs#L19
Dereference of a possibly null reference.
|
.Libplanet/Libplanet.Action/GasTracer.cs#L24
Dereference of a possibly null reference.
|
.Libplanet/Libplanet.Action/GasTracer.cs#L32
Dereference of a possibly null reference.
|
.Libplanet/Libplanet.Action/ActionContext.cs#L13
An opening brace should not be followed by a blank line
|
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).
|
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).
|
Lib9c.Policy/Policy/DebugPolicy.cs#L32
Possible null reference return.
|
Lib9c.Policy/Policy/MinBlockProtocolVersionPolicy.cs#L25
Cannot convert null literal to non-nullable reference type.
|
This job succeeded
Loading