Remove Warp Integration #4651
tokenvm-static-analysis.yml
on: pull_request
tokenvm-lint
37s
Annotations
10 errors
tokenvm-lint:
consts/consts.go#L8
could not import github.com/ava-labs/hypersdk/chain (-: # github.com/ava-labs/hypersdk/chain
|
tokenvm-lint
cannot use &StatelessBlock{} (value of type *StatelessBlock) as block.WithVerifyContext value in variable declaration: *StatelessBlock does not implement block.WithVerifyContext (missing method ShouldVerifyWithContext)
|
tokenvm-lint
vdrState declared and not used
|
tokenvm-lint
"errors" imported and not used
|
tokenvm-lint
"github.com/ava-labs/avalanchego/database" imported and not used
|
tokenvm-lint
assignment mismatch: 2 variables but actionRegistry.LookupIndex returns 3 values
|
tokenvm-lint
assignment mismatch: 2 variables but authRegistry.LookupIndex returns 3 values) (typecheck)
|
tokenvm-lint:
storage/storage.go#L329
not enough return values
|
tokenvm-lint
could not import github.com/ava-labs/hypersdk/chain (-: # github.com/ava-labs/hypersdk/chain
|
tokenvm-lint
cannot use &StatelessBlock{} (value of type *StatelessBlock) as block.WithVerifyContext value in variable declaration: *StatelessBlock does not implement block.WithVerifyContext (missing method ShouldVerifyWithContext)
|