Skip to content

Bump github.com/onflow/flow-go-sdk from 0.41.9 to 0.43.0 #1155

Bump github.com/onflow/flow-go-sdk from 0.41.9 to 0.43.0

Bump github.com/onflow/flow-go-sdk from 0.41.9 to 0.43.0 #1155

Triggered via pull request August 7, 2023 06:01
Status Failure
Total duration 2m 42s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.