Skip to content

feat(wasm-utxo): add input script type detection#66

Merged
lcovar merged 1 commit intomasterfrom
BTC-2786.parse-input-type
Nov 26, 2025
Merged

feat(wasm-utxo): add input script type detection#66
lcovar merged 1 commit intomasterfrom
BTC-2786.parse-input-type

Conversation

@OttoAllmendinger
Copy link
Contributor

Add InputScriptType enum to determine the script type of transaction inputs.
Implement detection logic based on script chain and PSBT metadata to
identify input types (p2sh, p2wsh, p2tr variants, etc). Include the
detected script type in ParsedInput to help with signature validation.

Issue: BTC-2786

Add InputScriptType enum to determine the script type of transaction inputs.
Implement detection logic based on script chain and PSBT metadata to
identify input types (p2sh, p2wsh, p2tr variants, etc). Include the
detected script type in ParsedInput to help with signature validation.

Issue: BTC-2786

Co-authored-by: llm-git <llm-git@ttll.de>
@OttoAllmendinger OttoAllmendinger marked this pull request as ready for review November 25, 2025 08:02
@OttoAllmendinger OttoAllmendinger requested a review from a team as a code owner November 25, 2025 08:02
@lcovar lcovar merged commit 9e5ab15 into master Nov 26, 2025
1 check passed
@lcovar lcovar deleted the BTC-2786.parse-input-type branch November 26, 2025 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants