Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

refactor(precompile): Use reflection to dynamically generate precompile mappings #2538

refactor(precompile): Use reflection to dynamically generate precompile mappings

refactor(precompile): Use reflection to dynamically generate precompile mappings #2538

Triggered via pull request June 29, 2023 18:09
Status Failure
Total duration 8m 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pipeline.yml

on: pull_request
Matrix: ci
codecov(uploader, ubuntu-latest)
0s
codecov(uploader, ubuntu-latest)
Fit to window
Zoom out
Zoom in

Annotations

18 errors
ci (lint, ubuntu-latest, 1.20.4): eth/core/precompile/method.go#L113
Error return value is not checked (errcheck)
ci (lint, ubuntu-latest, 1.20.4): eth/core/precompile/factories.go#L158
captLocal: `ABI' should not be capitalized (gocritic)
ci (lint, ubuntu-latest, 1.20.4): eth/core/precompile/factories.go#L167
captLocal: `ABI' should not be capitalized (gocritic)
ci (lint, ubuntu-latest, 1.20.4): eth/core/precompile/factories.go#L217
Comment should end in a period (godot)
ci (lint, ubuntu-latest, 1.20.4): eth/core/precompile/factories.go#L234
Comment should end in a period (godot)
ci (lint, ubuntu-latest, 1.20.4): eth/core/precompile/polar_context.go#L15
Comment should end in a period (godot)
ci (lint, ubuntu-latest, 1.20.4): eth/core/precompile/factories.go#L201
G601: Implicit memory aliasing in for loop. (gosec)
ci (lint, ubuntu-latest, 1.20.4): eth/core/precompile/method.go#L93
Consider pre-allocating `reflectedUnpackedArgs` (prealloc)
ci (lint, ubuntu-latest, 1.20.4): eth/core/precompile/factories.go#L218
unused-parameter: parameter 'implMethod' seems to be unused, consider removing or renaming it as _ (revive)
ci (lint, ubuntu-latest, 1.20.4): eth/core/precompile/method.go#L103
mnd: Magic number: 2, in <condition> detected (gomnd)
ci (build, ubuntu-latest, 1.20.4)
The job was canceled because "lint_ubuntu-latest_1_20_4" failed.
ci (build, ubuntu-latest, 1.20.4)
The operation was canceled.
ci (testintegrationcover, ubuntu-latest, 1.20.4)
The job was canceled because "lint_ubuntu-latest_1_20_4" failed.
ci (testintegrationcover, ubuntu-latest, 1.20.4)
The operation was canceled.
ci (testunitrace, ubuntu-latest, 1.20.4)
The job was canceled because "lint_ubuntu-latest_1_20_4" failed.
ci (testunitrace, ubuntu-latest, 1.20.4)
The operation was canceled.
ci (testunitcover, ubuntu-latest, 1.20.4)
The job was canceled because "lint_ubuntu-latest_1_20_4" failed.
ci (testunitcover, ubuntu-latest, 1.20.4)
The operation was canceled.