[CI Version] Refactor Protocol State with Pebble-based Storage #34996
Annotations
10 errors and 1 warning
engine/execution/storehouse.go#L8
could not import github.com/onflow/flow-go/storage/pebble (-: # github.com/onflow/flow-go/storage/pebble
|
storage/pebble/my_receipts.go#L58
cannot use func() {…} (value of type func()) as func(error) value in argument to rw.AddCallback) (typecheck)
|
engine/execution/state/state.go#L21
could not import github.com/onflow/flow-go/storage/pebble (-: # github.com/onflow/flow-go/storage/pebble
|
storage/pebble/my_receipts.go#L58
cannot use func() {…} (value of type func()) as func(error) value in argument to rw.AddCallback) (typecheck)
|
cmd/util/cmd/common/storage_pebble.go#L8
could not import github.com/onflow/flow-go/storage/pebble (-: # github.com/onflow/flow-go/storage/pebble
|
storage/pebble/my_receipts.go#L58
cannot use func() {…} (value of type func()) as func(error) value in argument to rw.AddCallback) (typecheck)
|
engine/execution/ingestion/loader/unexecuted_loader_test.go#L38
es.On undefined (type *mockExecutionState has no field or method On) (typecheck)
|
storage/pebble/all.go#L1
: # github.com/onflow/flow-go/storage/pebble [github.com/onflow/flow-go/storage/pebble.test]
|
storage/pebble/my_receipts.go#L58
cannot use func() {…} (value of type func()) as func(error) value in argument to rw.AddCallback (typecheck)
|
storage/pebble/approvals_test.go#L13
could not import github.com/onflow/flow-go/storage/pebble (-: # github.com/onflow/flow-go/storage/pebble [github.com/onflow/flow-go/storage/pebble.test]
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading