Feature/dpos #11542
Annotations
10 errors and 1 warning
Build:
.Libplanet.Extensions.RemoteBlockChainStates/RemoteWorldState.cs#L13
'RemoteWorldState' does not implement interface member 'IWorldState.GetBalance(Address, Currency)'
|
Build:
.Libplanet.Extensions.RemoteBlockChainStates/RemoteWorldState.cs#L13
'RemoteWorldState' does not implement interface member 'IWorldState.GetTotalSupply(Currency)'
|
Build:
.Libplanet.Extensions.RemoteBlockChainStates/RemoteWorldState.cs#L13
'RemoteWorldState' does not implement interface member 'IWorldState.GetValidatorSet()'
|
Build:
Lib9c/Module/LegacyModule.cs#L39
Cannot convert method group 'TotalUpdatedFungibleAssets' to non-delegate type 'IImmutableSet<(Address, Currency)>'. Did you intend to invoke the method?
|
Build:
Lib9c/Module/LegacyModule.cs#L58
'IAccountState' does not contain a definition for 'GetBalance' and the best extension method overload 'LegacyModule.GetBalance(IWorldState, Address, Currency)' requires a receiver of type 'IWorldState'
|
Build:
Lib9c/Module/LegacyModule.cs#L61
'IAccountState' does not contain a definition for 'GetTotalSupply' and the best extension method overload 'LegacyModule.GetTotalSupply(IWorldState, Currency)' requires a receiver of type 'IWorldState'
|
Build:
Lib9c/Module/LegacyModule.cs#L70
'IAccount' does not contain a definition for 'MintAsset' and the best extension method overload 'LegacyModule.MintAsset(IWorld, IActionContext, Address, FungibleAssetValue)' requires a receiver of type 'IWorld'
|
Build:
Lib9c/Module/LegacyModule.cs#L74
'IAccountState' does not contain a definition for 'GetValidatorSet' and the best extension method overload 'LegacyModule.GetValidatorSet(IWorldState)' requires a receiver of type 'IWorldState'
|
Build:
Lib9c/Module/LegacyModule.cs#L85
'IAccount' does not contain a definition for 'TransferAsset' and the best extension method overload 'LegacyModule.TransferAsset(IWorld, IActionContext, Address, Address, FungibleAssetValue, bool)' requires a receiver of type 'IWorld'
|
Build:
Lib9c/Module/LegacyModule.cs#L95
'IAccount' does not contain a definition for 'BurnAsset' and the best extension method overload 'LegacyModule.BurnAsset(IWorld, IActionContext, Address, FungibleAssetValue)' requires a receiver of type 'IWorld'
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading