Skip to content

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

[chain] Introduce Multi-Actions and Outputs in Transactions

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

Triggered via pull request April 26, 2024 18:59
Status Failure
Total duration 3m 4s
Billable time 1m
Artifacts

tokenvm-static-analysis.yml

on: pull_request
tokenvm-lint
58s
tokenvm-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tokenvm-lint
actor declared and not used
tokenvm-lint
tx.Action undefined (type *chain.Transaction has no field or method Action)
tokenvm-lint
cannot use asset (variable of type ids.ID) as "github.com/ava-labs/hypersdk/codec".LID value in argument to b.tcli.Asset
tokenvm-lint
cannot use ids.Empty (variable of type ids.ID) as "github.com/ava-labs/hypersdk/codec".LID value in argument to b.tcli.Balance
tokenvm-lint
cannot use &actions.CreateAsset{…} (value of type *actions.CreateAsset) as []chain.Action value in argument to b.cli.GenerateTransaction
tokenvm-lint
cannot use assetID (variable of type ids.ID) as "github.com/ava-labs/hypersdk/codec".LID value in argument to b.tcli.Asset
tokenvm-lint
cannot use ids.Empty (variable of type ids.ID) as "github.com/ava-labs/hypersdk/codec".LID value in argument to b.tcli.Balance
tokenvm-lint
cannot use &actions.MintAsset{…} (value of type *actions.MintAsset) as []chain.Action value in argument to b.cli.GenerateTransaction
tokenvm-lint
cannot use assetID (variable of type ids.ID) as "github.com/ava-labs/hypersdk/codec".LID value in struct literal
tokenvm-lint
cannot use assetID (variable of type ids.ID) as "github.com/ava-labs/hypersdk/codec".LID value in argument to b.tcli.Asset