Skip to content

feat(evm): OpCodesHooks for CREATE and CALL opcodes #94

feat(evm): OpCodesHooks for CREATE and CALL opcodes

feat(evm): OpCodesHooks for CREATE and CALL opcodes #94

Triggered via pull request May 5, 2024 21:14
Status Failure
Total duration 1m 3s
Artifacts

lint.yml

on: pull_request
Run golangci-lint
53s
Run golangci-lint
Run markdown-lint
32s
Run markdown-lint
Check gomod2nix.toml file is up to date
12s
Check gomod2nix.toml file is up to date
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 6 warnings
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: accounts/usbwallet/trezor.go#L36
SA1019: "github.com/golang/protobuf/proto" is deprecated: Use the "google.golang.org/protobuf/proto" package instead. (staticcheck)
Run golangci-lint: accounts/usbwallet/trezor/trezor.go#L53
SA1019: "github.com/golang/protobuf/proto" is deprecated: Use the "google.golang.org/protobuf/proto" package instead. (staticcheck)
Run golangci-lint: internal/build/pgp.go#L27
SA1019: "golang.org/x/crypto/openpgp" is deprecated: this package is unmaintained except for security fixes. New applications should consider a more focused, modern alternative to OpenPGP for their specific task. If you are required to interoperate with OpenPGP systems and need a maintained package, consider a community fork. See https://golang.org/issue/44226. (staticcheck)
Run golangci-lint: core/vm/contracts.go#L415
var `big2` is unused (unused)
Run golangci-lint: eth/tracers/logger/logger.go#L175
S1001: should use copy(to, from) instead of a loop (gosimple)
Run golangci-lint: core/vm/contracts.go#L34
SA1019: "golang.org/x/crypto/ripemd160" is deprecated: RIPEMD-160 is a legacy hash and should not be used for new applications. Also, this package does not and will not provide an optimized implementation. Instead, use a modern hash like SHA-256 (from crypto/sha256). (staticcheck)
Run golangci-lint
issues found
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 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/.