Skip to content

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

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

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

Triggered via pull request September 9, 2024 14:03
Status Success
Total duration 1m 23s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Analyze (go)
tx.Inputs[index].PreviousTxSatoshis undefined (type *"github.com/bitcoin-sv/go-sdk/transaction".TransactionInput has no field or method PreviousTxSatoshis)
Analyze (go)
undefined: script.NewFromHexString
Analyze (go)
tx.Inputs[inputIndex].PreviousTxScript undefined (type *"github.com/bitcoin-sv/go-sdk/transaction".TransactionInput has no field or method PreviousTxScript)
Analyze (go)
script.NewP2PKHUnlockingScript undefined (type *script.Script has no field or method NewP2PKHUnlockingScript)
Analyze (go)
too many arguments in call to bsm.SignMessage
Analyze (go)
cannot use bsm.SignMessage(privateKey, getSigningMessage(key, payload), true) (value of type []byte) as string value in assignment
Analyze (go)
tx.Inputs[index].PreviousTxSatoshis undefined (type *"github.com/bitcoin-sv/go-sdk/transaction".TransactionInput has no field or method PreviousTxSatoshis)
Analyze (go)
undefined: script.NewFromHexString
Analyze (go)
tx.Inputs[inputIndex].PreviousTxScript undefined (type *"github.com/bitcoin-sv/go-sdk/transaction".TransactionInput has no field or method PreviousTxScript)
Analyze (go)
script.NewP2PKHUnlockingScript undefined (type *script.Script has no field or method NewP2PKHUnlockingScript)
Analyze (go)
1 issue was detected with this workflow: git checkout HEAD^2 is no longer necessary. Please remove this step as Code Scanning recommends analyzing the merge commit for best results.