Skip to content

feat(SPV-936): upgrade to go-sdk #774

feat(SPV-936): upgrade to go-sdk

feat(SPV-936): upgrade to go-sdk #774

Triggered via pull request July 19, 2024 08:28
Status Failure
Total duration 58s
Artifacts

run-tests.yml

on: pull_request
Run yaml linter
5s
Run yaml linter
Ask Nancy (check dependencies)
15s
Ask Nancy (check dependencies)
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test (ubuntu-latest): authentication.go#L71
undefined: bscript.NewFromHexString
test (ubuntu-latest): authentication.go#L75
cannot use ls (variable of type *script.Script) as *bscript.Script value in assignment
test (ubuntu-latest): authentication.go#L90
cannot use s (variable of type *script.Script) as *bscript.Script value in assignment
test (ubuntu-latest): authentication.go#L97
cannot use bitcoin.GetHDKeyByPath(xPriv, dst.Chain, dst.Num) (value of type *bip32.ExtendedKey) as *"github.com/bitcoin-sv/go-sdk/compat/bip32".ExtendedKey value in assignment
test (ubuntu-latest): authentication.go#L97
cannot use xPriv (variable of type *"github.com/bitcoin-sv/go-sdk/compat/bip32".ExtendedKey) as *bip32.ExtendedKey value in argument to bitcoin.GetHDKeyByPath
test (ubuntu-latest): authentication.go#L110
cannot use bitcoin.GetPrivateKeyFromHDKey(derivedKey) (value of type *bec.PrivateKey) as *"github.com/bitcoin-sv/go-sdk/primitives/ec".PrivateKey value in assignment
test (ubuntu-latest): authentication.go#L110
cannot use derivedKey (variable of type *"github.com/bitcoin-sv/go-sdk/compat/bip32".ExtendedKey) as *bip32.ExtendedKey value in argument to bitcoin.GetPrivateKeyFromHDKey
test (ubuntu-latest): authentication.go#L121
cannot use sigHashFlags (variable of type "github.com/bitcoin-sv/go-sdk/transaction/sighash".Flag) as sighash.Flag value in argument to tx.CalcInputSignatureHash
test (ubuntu-latest): authentication.go#L135
undefined: bscript.NewP2PKHUnlockingScript
test (ubuntu-latest): authentication.go#L153
cannot use xPriv (variable of type *"github.com/bitcoin-sv/go-sdk/compat/bip32".ExtendedKey) as *bip32.ExtendedKey value in argument to bitcoin.GetExtendedPublicKey