@bitgo-beta/utxo-lib 8.0.3-beta.1932 → 8.0.3-beta.1934

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,3 +1,17 @@
1
+ > **⚠️ Deprecated.** `@bitgo/utxo-lib` is deprecated and no longer under active
2
+ > development. Its successor is [`@bitgo/wasm-utxo`][wasm-utxo] (in the
3
+ > [BitGoWASM][bitgowasm] repository), which provides WebAssembly bindings for
4
+ > `rust-bitcoin` and `rust-miniscript` and is now the primary UTXO library
5
+ > across the BitGo Wallet Platform.
6
+ >
7
+ > New code should depend on `@bitgo/wasm-utxo`. Existing address generation,
8
+ > PSBT signing, transaction building, recovery, and BIP-322 flows have already
9
+ > been migrated off `@bitgo/utxo-lib` in `abstract-utxo`. Do not build new
10
+ > integrations against this package.
11
+ >
12
+ > [wasm-utxo]: https://github.com/BitGo/BitGoWASM/tree/main/packages/wasm-utxo
13
+ > [bitgowasm]: https://github.com/BitGo/BitGoWASM
14
+
1
15
  # BitGo UTXO library
2
16
 
3
17
  This library is a wrapper around [bitcoinjs-lib](https://github.com/bitcoinjs/bitcoinjs-lib) adding altcoin support.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/utxo-lib",
3
- "version": "8.0.3-beta.1932",
3
+ "version": "8.0.3-beta.1934",
4
4
  "description": "Client-side Bitcoin JavaScript library",
5
5
  "main": "./dist/src/index.js",
6
6
  "engines": {
@@ -46,8 +46,8 @@
46
46
  "dist/src"
47
47
  ],
48
48
  "dependencies": {
49
- "@bitgo-beta/blake2b": "3.0.4-beta.2170",
50
- "@bitgo-beta/secp256k1": "1.0.2-beta.1967",
49
+ "@bitgo-beta/blake2b": "3.0.4-beta.2172",
50
+ "@bitgo-beta/secp256k1": "1.0.2-beta.1969",
51
51
  "@brandonblack/musig": "^0.0.1-alpha.0",
52
52
  "bech32": "^2.0.0",
53
53
  "bip174": "npm:@bitgo-forks/bip174@3.1.0-master.4",
@@ -77,5 +77,5 @@
77
77
  },
78
78
  "author": "BitGo SDK Team <sdkteam@bitgo.com>",
79
79
  "license": "MIT",
80
- "gitHead": "8573d4b53f324447d7023ba0d01f3d887d3ebdde"
80
+ "gitHead": "900613ad537484d9b851d142fde02967c4fe6fab"
81
81
  }