imp(all): Move latest changes from Evmos main (incl. SDK v50) #128
Triggered via pull request
September 19, 2024 08:38
Status
Failure
Total duration
2m 42s
Artifacts
–
lint.yml
on: pull_request
Run golangci-lint
2m 27s
Run markdown-lint
17s
Annotations
11 errors and 3 warnings
Run markdown-lint
Files should end with a single newline character
|
Run golangci-lint:
x/evm/statedb/statedb.go#L114
cms.Copy undefined (type "cosmossdk.io/store/types".CacheMultiStore has no field or method Copy) (typecheck)
|
Run golangci-lint:
x/erc20/types/msg.go#L33
undefined: erc20api (typecheck)
|
Run golangci-lint:
x/erc20/types/msg.go#L34
undefined: erc20api (typecheck)
|
Run golangci-lint:
ibc/utils.go#L16
package github.com/evmos/os/x/ibc/transfer/keeper imports github.com/cosmos/ibc-go/modules/capability/keeper from implicitly required module; to add missing requirements, run:
|
Run golangci-lint:
precompiles/erc20/erc20.go#L44
cannot use &Precompile{} (value of type *Precompile) as vm.PrecompiledContract value in variable declaration: *Precompile does not implement vm.PrecompiledContract (missing method Address) (typecheck)
|
Run golangci-lint:
precompiles/erc20/approve.go#L59
p.AuthzKeeper undefined (type Precompile has no field or method AuthzKeeper) (typecheck)
|
Run golangci-lint:
precompiles/erc20/approve.go#L86
p.Address undefined (type Precompile has no field or method Address) (typecheck)
|
Run golangci-lint:
precompiles/erc20/approve.go#L122
p.AuthzKeeper undefined (type Precompile has no field or method AuthzKeeper) (typecheck)
|
Run golangci-lint:
precompiles/erc20/approve.go#L145
p.Address undefined (type Precompile has no field or method Address) (typecheck)
|
Run golangci-lint:
precompiles/erc20/approve.go#L184
p.AuthzKeeper undefined (type Precompile has no field or method AuthzKeeper) (typecheck)
|
Run markdown-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: technote-space/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: technote-space/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/os/os. Supported file pattern: go.sum
|