Use flow-go Components for composing #1810
Annotations
10 errors
Run golangci-lint:
services/evm/executor.go#L71
bv declared and not used (typecheck)
|
Run golangci-lint:
bootstrap/builder.go#L123
fnb.DatabaseDir undefined (type *EVMGatewayNodeBuilder has no field or method DatabaseDir) (typecheck)
|
Run golangci-lint:
bootstrap/builder.go#L125
fnb.DatabaseDir undefined (type *EVMGatewayNodeBuilder has no field or method DatabaseDir) (typecheck)
|
Run golangci-lint:
bootstrap/bootstrap.go#L12
"github.com/onflow/go-ethereum/core/types" imported as gethTypes and not used (typecheck)
|
Run golangci-lint:
models/transaction.go#L53
cannot use &DirectCall{} (value of type *DirectCall) as Transaction value in variable declaration: *DirectCall does not implement Transaction (missing method Hash) (typecheck)
|
Run golangci-lint:
models/events.go#L143
e.block.TransactionHashRoot undefined (type *Block has no field or method TransactionHashRoot) (typecheck)
|
Run golangci-lint:
models/events.go#L147
e.block.Height undefined (type *Block has no field or method Height) (typecheck)
|
Run golangci-lint:
models/transaction.go#L64
dc.Transaction undefined (type DirectCall has no field or method Transaction) (typecheck)
|
Run golangci-lint:
models/transaction.go#L73
dc.SubType undefined (type DirectCall has no field or method SubType) (typecheck)
|
Run golangci-lint:
models/transaction.go#L229
cannot use DirectCall{…} (value of type DirectCall) as Transaction value in assignment: DirectCall does not implement Transaction (missing method Hash) (typecheck)
|
Loading