Skip to content

v1.4.3

v1.4.3 #86

Re-run triggered November 1, 2023 14:13
Status Success
Total duration 37s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build: shared/types/config/types.go#L115
var-naming: don't use underscores in Go names; const MevRelayID_Agnostic should be MevRelayIDAgnostic (revive)
build: shared/services/stader/client.go#L512
importShadow: shadow of imported package 'url' (gocritic)
build: shared/services/stader/client.go#L507
paramTypeCombine: func(verbose, noDeps bool, network, version, path string, dataPath string) error could be replaced with func(verbose, noDeps bool, network, version, path, dataPath string) error (gocritic)