Replace deprecated flow-go/onflow/crypto
#1461
Annotations
12 errors and 2 warnings
Test:
emulator/blockchain.go#L47
github.com/onflow/crypto@v0.25.0: missing go.sum entry for go.mod file; to add it:
|
Test
Process completed with exit code 2.
|
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:
storage/sqlite/store.go#L87
store.DataSetter undefined (type *Store has no field or method DataSetter) (typecheck)
|
Lint:
storage/sqlite/store.go#L88
store.DataGetter undefined (type *Store has no field or method DataGetter) (typecheck)
|
Lint:
storage/sqlite/store.go#L89
store.KeyGenerator undefined (type *Store has no field or method KeyGenerator) (typecheck)
|
Lint:
storage/sqlite/store.go#L107
s.CurrentHeight undefined (type *Store has no field or method CurrentHeight) (typecheck)
|
Lint:
storage/sqlite/store.go#L274
s.CurrentHeight undefined (type *Store has no field or method CurrentHeight) (typecheck)
|
Lint:
adapters/sdk.go#L25
"github.com/onflow/cadence" imported and not used (typecheck)
|
Lint:
emulator/blockchain_test.go#L30
"github.com/onflow/cadence" imported and not used (typecheck)
|
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|