Bump github.com/onflow/flow-go-sdk from 0.41.9 to 0.43.0 #1155
ci.yml
on: pull_request
Test
2m 32s
Lint
2m 15s
Docker image
0s
Annotations
12 errors
Lint:
emulator/blockchain.go#L687
cannot use accountKey.SigAlgo (variable of type "github.com/onflow/crypto".SigningAlgorithm) as "github.com/onflow/flow-go/crypto".SigningAlgorithm value in argument to crypto.DecodePublicKey (typecheck)
|
Lint:
emulator/blockchain.go#L698
cannot use accountKey.SigAlgo (variable of type "github.com/onflow/crypto".SigningAlgorithm) as "github.com/onflow/flow-go/crypto".SigningAlgorithm value in struct literal (typecheck)
|
Lint:
emulator/blockchain.go#L699
cannot use accountKey.HashAlgo (variable of type "github.com/onflow/crypto/hash".HashingAlgorithm) as "github.com/onflow/flow-go/crypto/hash".HashingAlgorithm value in struct literal (typecheck)
|
Lint:
emulator/blockchain.go#L1515
cannot use sdkcrypto.SHA2_256 (constant 1 of type "github.com/onflow/crypto/hash".HashingAlgorithm) as "github.com/onflow/flow-go/crypto/hash".HashingAlgorithm value in array or slice literal (typecheck)
|
Lint:
adapters/sdk.go#L25
"github.com/onflow/cadence" imported but not used (typecheck)
|
Lint:
convert/flow.go#L240
cannot use sdkSignAlgo (variable of type "github.com/onflow/flow-go/crypto".SigningAlgorithm) as "github.com/onflow/crypto".SigningAlgorithm value in argument to sdkcrypto.DecodePublicKey (typecheck)
|
Lint:
convert/flow.go#L250
cannot use sdkSignAlgo (variable of type "github.com/onflow/flow-go/crypto".SigningAlgorithm) as "github.com/onflow/crypto".SigningAlgorithm value in struct literal (typecheck)
|
Lint:
convert/flow.go#L251
cannot use sdkHashAlgo (variable of type "github.com/onflow/flow-go/crypto/hash".HashingAlgorithm) as "github.com/onflow/crypto/hash".HashingAlgorithm value in struct literal (typecheck)
|
Lint:
convert/flow.go#L263
cannot use flowSignAlgo (variable of type "github.com/onflow/crypto".SigningAlgorithm) as "github.com/onflow/flow-go/crypto".SigningAlgorithm value in argument to flowcrypto.DecodePublicKey (typecheck)
|
Lint:
convert/flow.go#L273
cannot use flowSignAlgo (variable of type "github.com/onflow/crypto".SigningAlgorithm) as "github.com/onflow/flow-go/crypto".SigningAlgorithm value in struct literal (typecheck)
|
Test
cannot use info.SigningAlgorithm (variable of type "github.com/onflow/crypto".SigningAlgorithm) as type "github.com/onflow/flow-go/crypto".SigningAlgorithm in argument to crypto.DecodePrivateKey
|
Test
Process completed with exit code 2.
|