[Access] Added metrics for transaction validator #1885
ci.yml
on: pull_request
Test
33s
Lint
3m 44s
Docker image
0s
Annotations
20 errors and 2 warnings
Test:
emulator/blockchain.go#L43
missing go.sum entry for module providing package github.com/onflow/cadence (imported by github.com/onflow/flow-emulator/adapters); to add:
|
Test:
emulator/blockchain.go#L44
missing go.sum entry for module providing package github.com/onflow/cadence/runtime (imported by github.com/onflow/flow-emulator/emulator); to add:
|
Test:
emulator/pragma.go#L22
missing go.sum entry for module providing package github.com/onflow/cadence/runtime/ast (imported by github.com/onflow/flow-emulator/emulator); to add:
|
Test:
emulator/blockchain.go#L45
missing go.sum entry for module providing package github.com/onflow/cadence/runtime/common (imported by github.com/onflow/flow-emulator/emulator); to add:
|
Test:
emulator/blockchain.go#L46
missing go.sum entry for module providing package github.com/onflow/cadence/runtime/interpreter (imported by github.com/onflow/flow-emulator/emulator); to add:
|
Test:
emulator/pragma.go#L23
missing go.sum entry for module providing package github.com/onflow/cadence/runtime/parser (imported by github.com/onflow/flow-emulator/emulator); to add:
|
Test:
emulator/coverage_reported_runtime.go#L26
missing go.sum entry for module providing package github.com/onflow/cadence/runtime/sema (imported by github.com/onflow/flow-emulator/emulator); to add:
|
Test
missing go.sum entry for module providing package github.com/onflow/flow-go-sdk (imported by github.com/onflow/flow-emulator/adapters); to add:
|
Test:
convert/flow.go#L27
missing go.sum entry for module providing package github.com/onflow/cadence/encoding/ccf (imported by github.com/onflow/flow-emulator/convert); to add:
|
Test:
types/errors.go#L26
missing go.sum entry for module providing package github.com/onflow/flow-go-sdk/crypto (imported by github.com/onflow/flow-emulator/cmd/emulator); to add:
|
Lint:
storage/redis/store.go#L48
store.DataSetter undefined (type *Store has no field or method DataSetter) (typecheck)
|
Lint:
storage/redis/store.go#L49
store.DataGetter undefined (type *Store has no field or method DataGetter) (typecheck)
|
Lint:
storage/redis/store.go#L50
store.KeyGenerator undefined (type *Store has no field or method KeyGenerator) (typecheck)
|
Lint:
emulator/blockchain.go#L1685
b.coverageReportedRuntime.Reset undefined (type *CoverageReportedRuntime has no field or method Reset) (typecheck)
|
Lint:
server/utils/emulator.go#L193
cannot infer S (/home/runner/go/pkg/mod/golang.org/x/[email protected]/slices/slices.go:116:15) (typecheck)
|
Lint:
server/utils/emulator.go#L221
cannot infer S (/home/runner/go/pkg/mod/golang.org/x/[email protected]/slices/slices.go:116:15) (typecheck)
|
Lint:
storage/remote/store.go#L126
store.DataGetter undefined (type *Store has no field or method DataGetter) (typecheck)
|
Lint:
storage/remote/store.go#L127
store.DataSetter undefined (type *Store has no field or method DataSetter) (typecheck)
|
Lint:
storage/remote/store.go#L128
store.KeyGenerator undefined (type *Store has no field or method KeyGenerator) (typecheck)
|
Lint:
storage/remote/store.go#L177
s.DefaultStore undefined (type *Store has no field or method DefaultStore) (typecheck)
|
Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|