Update to Cadence v1.2.2 #35560
Annotations
10 errors and 1 warning
Run golangci-lint:
integration/tests/lib/util.go#L10
"github.com/onflow/cadence" imported and not used (typecheck)
|
Run golangci-lint:
integration/tests/bft/base_suite.go#L149
b.Track undefined (type *BaseSuite has no field or method Track) (typecheck)
|
Run golangci-lint:
integration/tests/epochs/base_suite.go#L115
s.Track undefined (type *BaseSuite has no field or method Track) (typecheck)
|
Run golangci-lint:
integration/dkg/node.go#L46
n.Ctx undefined (type *node has no field or method Ctx) (typecheck)
|
Run golangci-lint:
integration/dkg/node.go#L50
n.Cancel undefined (type *node has no field or method Cancel) (typecheck)
|
Run golangci-lint:
integration/dkg/node.go#L58
n.PublicDB undefined (type *node has no field or method PublicDB) (typecheck)
|
Run golangci-lint:
integration/dkg/node.go#L59
n.SecretsDB undefined (type *node has no field or method SecretsDB) (typecheck)
|
Run golangci-lint:
integration/dkg/dkg_emulator_test.go#L79
n.ProtocolEvents undefined (type *node has no field or method ProtocolEvents) (typecheck)
|
Run golangci-lint:
integration/dkg/dkg_emulator_test.go#L108
node.ProtocolEvents undefined (type *node has no field or method ProtocolEvents) (typecheck)
|
Run golangci-lint:
integration/dkg/dkg_whiteboard_test.go#L262
n.ProtocolEvents undefined (type *node has no field or method ProtocolEvents) (typecheck)
|
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/
|
Loading