Initial nested cache Context StateDB implementation #99
lint.yml
on: pull_request
Run golangci-lint
26s
Run markdown-lint
10s
Run flake8 on python integration tests
44s
Check gomod2nix.toml file is up to date
43s
Annotations
12 errors and 16 warnings
Run golangci-lint:
types/account.go#L21
import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
types/account.go#L22
import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
types/account.go#L24
import 'github.com/ethereum/go-ethereum/common' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
types/account.go#L25
import 'github.com/ethereum/go-ethereum/crypto' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
types/block.go#L18
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
types/chain_id.go#L24
import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
types/codec.go#L19
import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
types/codec.go#L20
import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
types/codec.go#L21
import 'github.com/cosmos/cosmos-sdk/types/tx' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
types/codec.go#L22
import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
|
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 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.
|
Run markdown-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, technote-space/get-diff-action@v6.1.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/get-diff-action@v6.1.2, golangci/golangci-lint-action@v3.3.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run golangci-lint:
x/evm/statedb/statedb.go#L200
unused-parameter: parameter 'hash' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/keeper/config.go#L62
unused-parameter: parameter 'msg' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/keeper/abci.go#L27
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/keeper/abci.go#L34
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/keeper/grpc_query.go#L292
redefines-builtin-id: redefinition of the built-in function cap (revive)
|
Run golangci-lint:
x/evm/keeper/grpc_query.go#L317
redefines-builtin-id: redefinition of the built-in function cap (revive)
|
Run golangci-lint:
x/evm/testutil/suite.go#L222
increment-decrement: should replace header.Height += 1 with header.Height++ (revive)
|
Run golangci-lint:
x/evm/testutil/suite.go#L4
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
|
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/checkout@v2.3.4, 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/checkout@v2.3.4. 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 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/
|