Initial implementation of IBC Precompile (branch forked from yevhenii/precompile-v2) #139
lint.yml
on: pull_request
Run golangci-lint
2m 47s
Run markdown-lint
9s
Run flake8 on python integration tests
11s
Check gomod2nix.toml file is up to date
11s
Annotations
12 errors and 8 warnings
Run flake8 on python integration tests
Action failed with error: Error: Unable to locate executable file: cachix. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
|
Check gomod2nix.toml file is up to date
Action failed with error: Error: Unable to locate executable file: cachix. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
|
Run golangci-lint:
ethereum/eip712/types.go#L20
missing type in composite literal (typecheck)
|
Run golangci-lint:
ethereum/eip712/types.go#L42
missing type in composite literal (typecheck)
|
Run golangci-lint:
ethereum/eip712/types.go#L51
missing type in composite literal (typecheck)
|
Run golangci-lint:
ethereum/eip712/types.go#L55
missing type in composite literal (typecheck)
|
Run golangci-lint:
x/evm/keeper/state_transition.go#L55
goCtx declared and not used (typecheck)
|
Run golangci-lint:
x/evm/keeper/state_transition.go#L57
blockCtx declared and not used (typecheck)
|
Run golangci-lint:
x/evm/keeper/state_transition.go#L70
txCtx declared and not used (typecheck)
|
Run golangci-lint:
x/evm/keeper/state_transition.go#L74
vmConfig declared and not used (typecheck)
|
Run golangci-lint:
x/evm/keeper/statedb.go#L27
"github.com/cosmos/cosmos-sdk/x/auth/types" imported as authtypes and not used (typecheck)
|
Run golangci-lint:
app/ante/eth.go#L86
avd.evmKeeper.GetAccount undefined (type EVMKeeper has no field or method GetAccount) (typecheck)
|
Run markdown-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run flake8 on python integration tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, cachix/cachix-action@v12. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run flake8 on python integration tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check gomod2nix.toml file is up to date
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], cachix/cachix-action@v12. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check gomod2nix.toml file is up to date
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check gomod2nix.toml file is up to date
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check gomod2nix.toml file is up to date
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, technote-space/[email protected], golangci/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|