Skip to content

merge: branch 'fix-begin-block-synth' into 'release-1.4' #10232

merge: branch 'fix-begin-block-synth' into 'release-1.4'

merge: branch 'fix-begin-block-synth' into 'release-1.4' #10232

Triggered via push January 16, 2025 03:51
Status Failure
Total duration 2m 54s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint: pkg/types/encoding/compat.go#L33
method MarshalJSON(e *json.Encoder, v V) error should have signature MarshalJSON() ([]byte, error)
Lint: pkg/types/encoding/compat.go#L34
method UnmarshalJSON(d *json.Decoder, v V) error should have signature UnmarshalJSON([]byte) error
Lint: pkg/types/cometbft/types.go#L70
assignment copies lock value to *(*types.Block)(b): github.com/cometbft/cometbft/types.Block contains github.com/cometbft/cometbft/libs/sync.Mutex
Lint: cmd/accumulated/run/encoding.go#L26
method MarshalJSON(e *json.Encoder, v *multiaddr.Multiaddr) error should have signature MarshalJSON() ([]byte, error)
Lint: cmd/accumulated/run/encoding.go#L28
method UnmarshalJSON(d *json.Decoder, v *multiaddr.Multiaddr) error should have signature UnmarshalJSON([]byte) error
Lint: cmd/accumulated/run/encoding.go#L48
method MarshalJSON(e *json.Encoder, v *peer.ID) error should have signature MarshalJSON() ([]byte, error)
Lint: cmd/accumulated/run/encoding.go#L49
method UnmarshalJSON(d *json.Decoder, v *peer.ID) error should have signature UnmarshalJSON([]byte) error
Lint: test/simulator/consensus/types_gen.go#L92
struct field p has json tag but is not exported
Lint: test/simulator/consensus/types_gen.go#L99
struct field result has json tag but is not exported
Lint: test/simulator/consensus/types_gen.go#L100
struct field env has json tag but is not exported
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636