Skip to content

Use flow-go Components for composing #1810

Use flow-go Components for composing

Use flow-go Components for composing #1810

Triggered via pull request November 27, 2024 19:26
Status Failure
Total duration 2m 12s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Test
Process completed with exit code 2.
Lint: services/evm/executor.go#L71
bv declared and not used (typecheck)
Lint: bootstrap/builder.go#L123
fnb.DatabaseDir undefined (type *EVMGatewayNodeBuilder has no field or method DatabaseDir) (typecheck)
Lint: bootstrap/builder.go#L125
fnb.DatabaseDir undefined (type *EVMGatewayNodeBuilder has no field or method DatabaseDir) (typecheck)
Lint: bootstrap/bootstrap.go#L12
"github.com/onflow/go-ethereum/core/types" imported as gethTypes and not used (typecheck)
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)
Lint: models/events.go#L143
e.block.TransactionHashRoot undefined (type *Block has no field or method TransactionHashRoot) (typecheck)
Lint: models/events.go#L147
e.block.Height undefined (type *Block has no field or method Height) (typecheck)
Lint: models/transaction.go#L64
dc.Transaction undefined (type DirectCall has no field or method Transaction) (typecheck)
Lint: models/transaction.go#L73
dc.SubType undefined (type DirectCall has no field or method SubType) (typecheck)
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)