Skip to content

[chain] Introduce Multi-Actions and Outputs in Transactions #4700

[chain] Introduce Multi-Actions and Outputs in Transactions

[chain] Introduce Multi-Actions and Outputs in Transactions #4700

Triggered via pull request April 25, 2024 00:41
Status Failure
Total duration 1m 22s
Billable time 2m
Artifacts

tokenvm-static-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tokenvm-lint
cannot use (*BurnAsset)(nil) (value of type *BurnAsset) as chain.Action value in variable declaration: *BurnAsset does not implement chain.Action (missing method GetActionID)
tokenvm-lint
cannot use &burn (value of type *BurnAsset) as chain.Action value in return statement: *BurnAsset does not implement chain.Action (missing method GetActionID)
tokenvm-lint
cannot use (*CloseOrder)(nil) (value of type *CloseOrder) as chain.Action value in variable declaration: *CloseOrder does not implement chain.Action (missing method GetActionID)
tokenvm-lint
cannot use &cl (value of type *CloseOrder) as chain.Action value in return statement: *CloseOrder does not implement chain.Action (missing method GetActionID)
tokenvm-lint
cannot use (*CreateAsset)(nil) (value of type *CreateAsset) as chain.Action value in variable declaration: *CreateAsset does not implement chain.Action (missing method GetActionID)
tokenvm-lint
cannot use &create (value of type *CreateAsset) as chain.Action value in return statement: *CreateAsset does not implement chain.Action (missing method GetActionID)
tokenvm-lint
cannot use (*CreateOrder)(nil) (value of type *CreateOrder) as chain.Action value in variable declaration: *CreateOrder does not implement chain.Action (missing method GetActionID)
tokenvm-lint
cannot use (*FillOrder)(nil) (value of type *FillOrder) as chain.Action value in variable declaration: *FillOrder does not implement chain.Action (missing method GetActionID)
tokenvm-lint
cannot use (*MintAsset)(nil) (value of type *MintAsset) as chain.Action value in variable declaration: *MintAsset does not implement chain.Action (missing method GetActionID)
tokenvm-lint
cannot use (*Transfer)(nil) (value of type *Transfer) as chain.Action value in variable declaration: *Transfer does not implement chain.Action (missing method GetActionID)