Skip to content

Conversation

@OttoAllmendinger
Copy link
Contributor

This PR adds support for wasm-utxo library integration in the abstract-utxo
module:

  • Add explainPsbtWasm function that parses BitGoPsbt objects and returns
    transaction details in a standard format
  • Integrate with existing transaction explanation logic while handling
    wasm-utxo specific data formats
  • Add getReplayProtectionOutputScripts function to convert replay protection
    addresses to output scripts

Issue: BTC-2732

OttoAllmendinger and others added 2 commits November 14, 2025 21:55
Add getReplayProtectionOutputScripts that converts replay protection
addresses to output scripts using wasm-utxo.

Issue: BTC-2732

Co-authored-by: llm-git <llm-git@ttll.de>
Add support for explaining PSBTs created by the wasm-utxo library. This
introduces a new function `explainPsbtWasm` that parses a BitGoPsbt object
and returns transaction details in a standard format. The implementation
integrates with existing transaction explanation logic while handling the
specific data format from wasm-utxo.

Issue: BTC-2732

Co-authored-by: llm-git <llm-git@ttll.de>
@OttoAllmendinger OttoAllmendinger changed the title feat(abstract-utxo): add wasm-utxo PSBT explaining and replay protection feat(abstract-utxo): add wasm-utxo impl for explainPsbt Nov 14, 2025
@OttoAllmendinger OttoAllmendinger marked this pull request as ready for review November 14, 2025 21:28
@OttoAllmendinger OttoAllmendinger requested a review from a team as a code owner November 14, 2025 21:28
@lcovar lcovar merged commit b9fdf1d into master Nov 14, 2025
14 checks passed
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.

3 participants