Merge tag 'v4.1.8-evm-devnet' into firehose/evm-devnet #6
Annotations
8 errors and 1 warning
golangci-lint:
x/evm/tracers/firehose.go#L873
declaration has 7 blank identifiers (dogsled)
|
golangci-lint:
x/evm/tracers/firehose.go#L621
Error return value of `f.deferredCallState.MaybePopulateCallAndReset` is not checked (errcheck)
|
golangci-lint:
x/evm/tracers/firehose.go#L825
Error return value of `f.hasher.Read` is not checked (errcheck)
|
golangci-lint:
x/evm/tracers/firehose.go#L1471
Error return value of `os.WriteFile` is not checked (errcheck)
|
golangci-lint:
x/evm/tracers/firehose.go#L48
string `trace` has 3 occurrences, make it a constant (goconst)
|
golangci-lint:
x/evm/tracers/firehose.go#L936
string `root` has 3 occurrences, make it a constant (goconst)
|
golangci-lint:
x/evm/tracers/registry.go#L3
ST1022: comment on exported var GlobalLiveTracerRegistry should be of the form "GlobalLiveTracerRegistry ..." (stylecheck)
|
golangci-lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading