fix: audit issues #4-10 #766
Annotations
3 errors and 2 warnings
golangci-lint:
app/extend_vote_test.go#L56
cannot use bridgeKeeper (variable of type *mocks.BridgeKeeper) as "github.com/tellor-io/layer/app".BridgeKeeper value in argument to app.NewVoteExtHandler: *mocks.BridgeKeeper does not implement "github.com/tellor-io/layer/app".BridgeKeeper (wrong type for method EVMAddressFromSignatures)
|
golangci-lint:
app/proposal_handler_test.go#L64
cannot use s.bridgeKeeper (variable of type *mocks.BridgeKeeper) as "github.com/tellor-io/layer/app".BridgeKeeper value in argument to app.NewProposalHandler: *mocks.BridgeKeeper does not implement "github.com/tellor-io/layer/app".BridgeKeeper (wrong type for method EVMAddressFromSignatures)
|
golangci-lint
Process completed with exit code 2.
|
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
golangci-lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|