Skip to content

docs(utxo): deprecate in README, point to @bitgo/wasm-utxo#9359

Open
OttoAllmendinger wants to merge 4 commits into
masterfrom
otto/T1-3774-deprecate-utxolib-readmes
Open

docs(utxo): deprecate in README, point to @bitgo/wasm-utxo#9359
OttoAllmendinger wants to merge 4 commits into
masterfrom
otto/T1-3774-deprecate-utxolib-readmes

Conversation

@OttoAllmendinger

Copy link
Copy Markdown
Contributor

Prepend a deprecation banner to modules/utxo-ord/README.md. Ordinals and
inscription helper support is now built into @bitgo/wasm-utxo (T1-3265).
Existing README content is left intact below the banner.

@linear-code

linear-code Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

T1-3774

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
OttoAllmendinger force-pushed the otto/T1-3774-deprecate-utxolib-readmes branch from ed19a83 to 529b7e4 Compare July 27, 2026 09:39
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
OttoAllmendinger force-pushed the otto/T1-3774-deprecate-utxolib-readmes branch from 529b7e4 to 9699e18 Compare July 27, 2026 10:14
@OttoAllmendinger
OttoAllmendinger marked this pull request as ready for review July 27, 2026 11:54
@OttoAllmendinger
OttoAllmendinger requested a review from a team as a code owner July 27, 2026 11:54
@OttoAllmendinger OttoAllmendinger changed the title docs(utxo-ord): deprecate in README, point to @bitgo/wasm-utxo docs(utxo): deprecate in README, point to @bitgo/wasm-utxo Jul 27, 2026
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