Skip to content

Conversation

@OttoAllmendinger
Copy link
Contributor

This PR includes two main changes to the abstract-utxo module:

  1. Migrating from utxolib to wasm-utxo address module:

    • Updates address functionality to use @bitgo/wasm-utxo address module
    • Adapts function signatures to work with CoinName instead of Network
    • Maintains compatibility with existing test cases
    • Reduces dependency on legacy utxolib code
  2. Refactoring chain determination to use coin name instead of deprecated
    direct network usage:

    • This approach is more consistent
    • Avoids accessing internal network objects directly

BTC-2916

OttoAllmendinger and others added 2 commits January 14, 2026 17:40
Replace usages of utxolib.address with wasmAddress throughout test files
for improved performance and consistency. This change:

- Updates address functionality to use @bitgo/wasm-utxo address module
- Adapts function signatures to work with CoinName instead of Network
- Maintains compatibility with existing test cases
- Reduces dependency on legacy utxolib code

Issue: BTC-2916

Co-authored-by: llm-git <[email protected]>
Refactor chain determination to use coin name instead of deprecated
direct network usage. This approach is more consistent and avoids
accessing internal network objects directly.

Issue: BTC-2916

Co-authored-by: llm-git <[email protected]>
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