Snapshot looup lock lookup #4662
Annotations
8 errors and 1 warning
golangci-lint:
core/state/snapshot/lookup.go#L101
var `layerIDCounter` is unused (unused)
|
golangci-lint:
core/state/snapshot/lookup.go#L102
var `layerIDRemoveCounter` is unused (unused)
|
golangci-lint:
core/state/snapshot/snapshot.go#L198
field `enableLookUp` is unused (unused)
|
golangci-lint:
core/state/reader.go#L209
S1002: should omit comparison to bool constant, can be simplified to `!types.AreSlimAccountsEqual(account, lookupAccount)` (gosimple)
|
golangci-lint:
core/state/reader.go#L228
S1002: should omit comparison to bool constant, can be simplified to `!types.AreSlimAccountsEqual(account, lookupAccount)` (gosimple)
|
golangci-lint:
core/state/snapshot/difflayer.go#L179
unreachable: unreachable code (govet)
|
golangci-lint:
core/state/snapshot/tree_test.go#L570
SA4006: this value of `err` is never used (staticcheck)
|
golangci-lint
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading