docs(utxo): deprecate in README, point to @bitgo/wasm-utxo#9359
Merged
Conversation
Contributor
Prepend a deprecation banner to `modules/utxo-lib/README.md` directing consumers to `@bitgo/wasm-utxo` (BitGoWASM), the WebAssembly successor built on rust-bitcoin/rust-miniscript. Address generation, PSBT signing, transaction building, recovery, and BIP-322 flows have already been migrated off utxo-lib in abstract-utxo. Existing README content is left intact below the banner. Refs: T1-3774
Prepend a deprecation banner to `modules/utxo-bin/README.md` directing consumers to `wasm-utxo-cli`, the command-line interface shipped with `@bitgo/wasm-utxo` in the BitGoWASM repository. wasm-utxo-cli is a native Rust binary built via `cargo install --path .` (not an npm package), so the banner avoids implying `npm install`. Existing README content is left intact below the banner. Refs: T1-3774
Prepend a deprecation banner to `modules/utxo-core/README.md`. utxo-core was the glue/types layer between SDK-dependent modules and low-level UTXO libraries; its functionality has been absorbed by `@bitgo/wasm-utxo`, which now owns the core UTXO types and primitives. Existing README content is left intact below the banner. Refs: T1-3774
OttoAllmendinger
force-pushed
the
otto/T1-3774-deprecate-utxolib-readmes
branch
from
July 27, 2026 09:39
ed19a83 to
529b7e4
Compare
Prepend a deprecation banner to `modules/utxo-ord/README.md`. Ordinals and inscription helper support is now built into `@bitgo/wasm-utxo`. Existing README content is left intact below the banner. Refs: T1-3774
OttoAllmendinger
force-pushed
the
otto/T1-3774-deprecate-utxolib-readmes
branch
from
July 27, 2026 10:14
529b7e4 to
9699e18
Compare
OttoAllmendinger
marked this pull request as ready for review
July 27, 2026 11:54
davidkaplanbitgo
approved these changes
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepend a deprecation banner to
modules/utxo-ord/README.md. Ordinals andinscription helper support is now built into
@bitgo/wasm-utxo(T1-3265).Existing README content is left intact below the banner.