Skip to content

feat(wasm-utxo): rename taproot script type enums to be more descriptive#26

Closed
OttoAllmendinger wants to merge 1 commit intomasterfrom
BTC-2721.rename-script-types
Closed

feat(wasm-utxo): rename taproot script type enums to be more descriptive#26
OttoAllmendinger wants to merge 1 commit intomasterfrom
BTC-2721.rename-script-types

Conversation

@OttoAllmendinger
Copy link
Contributor

Update ScriptType enum variants to have more consistent and descriptive
naming that better reflects their purpose:

  • P2tr -> P2trLegacyScriptPath
  • P2trMusig2 -> P2trMusig2ScriptPath
  • TaprootKeypath -> P2trMusig2TaprootKeypath

Update all test cases to use the new enum variants.

Co-authored-by: llm-git llm-git@ttll.de

Update ScriptType enum variants to have more consistent and descriptive
naming that better reflects their purpose:
- P2tr -> P2trLegacyScriptPath
- P2trMusig2 -> P2trMusig2ScriptPath
- TaprootKeypath -> P2trMusig2TaprootKeypath

Update all test cases to use the new enum variants.

Co-authored-by: llm-git <llm-git@ttll.de>
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.

1 participant