Commitment: do not use cell getter function to fold the row #4807
Annotations
10 errors
lint:
cmd/rpcdaemon/graphql/graph/schema.resolvers.go#L14
"github.com/erigontech/erigon-lib/common" imported and not used (typecheck)
|
lint:
cmd/rpcdaemon/graphql/graph/schema.resolvers.go#L17
"github.com/erigontech/erigon/core/types" imported and not used (typecheck)
|
lint:
cmd/devnet/scenarios/context.go#L141
cannot use c (variable of type scenarioContext) as "context".Context value in argument to WithParam: scenarioContext does not implement "context".Context (missing method Deadline) (typecheck)
|
lint:
cmd/devnet/scenarios/context.go#L149
impossible type assertion: ctx.(scenarioContext)
|
lint:
cmd/devnet/main.go#L304
missing type in composite literal (typecheck)
|
lint:
cmd/devnet/main.go#L314
missing type in composite literal (typecheck)
|
lint:
cmd/devnet/main.go#L324
missing type in composite literal (typecheck)
|
lint:
cmd/devnet/main.go#L28
"time" imported and not used (typecheck)
|
lint:
p2p/simulations/http.go#L673
node.ServeRPC undefined (type *Node has no field or method ServeRPC) (typecheck)
|
lint:
p2p/simulations/network.go#L193
node.Start undefined (type *Node has no field or method Start) (typecheck)
|