Skip to content

Commit 0b53960

Browse files
OttoAllmendingerllm-git
andcommitted
feat(abstract-utxo): bump @bitgo/wasm-utxo to ^4.1.0
Update wasm-utxo dependency from ^2.1.0 to ^4.1.0 across all UTXO modules to incorporate latest improvements and fixes. Issue: BTC-0 Co-authored-by: llm-git <llm-git@ttll.de>
1 parent 8bb1fa4 commit 0b53960

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

modules/abstract-utxo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@bitgo/utxo-core": "^1.35.1",
6767
"@bitgo/utxo-lib": "^11.22.0",
6868
"@bitgo/utxo-ord": "^1.28.1",
69-
"@bitgo/wasm-utxo": "^2.1.0",
69+
"@bitgo/wasm-utxo": "^4.1.0",
7070
"@types/lodash": "^4.14.121",
7171
"@types/superagent": "4.1.15",
7272
"bignumber.js": "^9.0.2",

modules/utxo-bin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@bitgo/unspents": "^0.51.2",
3232
"@bitgo/utxo-core": "^1.35.1",
3333
"@bitgo/utxo-lib": "^11.22.0",
34-
"@bitgo/wasm-utxo": "^2.1.0",
34+
"@bitgo/wasm-utxo": "^4.1.0",
3535
"@noble/curves": "1.8.1",
3636
"archy": "^1.0.0",
3737
"bech32": "^2.0.0",

modules/utxo-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@bitgo/secp256k1": "^1.11.0",
8282
"@bitgo/unspents": "^0.51.2",
8383
"@bitgo/utxo-lib": "^11.22.0",
84-
"@bitgo/wasm-utxo": "^2.1.0",
84+
"@bitgo/wasm-utxo": "^4.1.0",
8585
"bip174": "npm:@bitgo-forks/bip174@3.1.0-master.4",
8686
"fast-sha256": "^1.3.0"
8787
},

modules/utxo-ord/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"directory": "modules/utxo-ord"
4646
},
4747
"dependencies": {
48-
"@bitgo/wasm-utxo": "^2.1.0"
48+
"@bitgo/wasm-utxo": "^4.1.0"
4949
},
5050
"devDependencies": {
5151
"@bitgo/utxo-lib": "^11.22.0"

modules/utxo-staking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@bitgo/babylonlabs-io-btc-staking-ts": "^3.5.0",
6464
"@bitgo/utxo-core": "^1.35.1",
6565
"@bitgo/utxo-lib": "^11.22.0",
66-
"@bitgo/wasm-utxo": "^2.1.0",
66+
"@bitgo/wasm-utxo": "^4.1.0",
6767
"bip174": "npm:@bitgo-forks/bip174@3.1.0-master.4",
6868
"bip322-js": "^2.0.0",
6969
"bitcoinjs-lib": "^6.1.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -995,10 +995,10 @@
995995
resolved "https://registry.npmjs.org/@bitgo/wasm-solana/-/wasm-solana-2.6.0.tgz#c8b57ab010f22f1a1c90681cd180814c4ec2867b"
996996
integrity sha512-F9H4pXDMhfsZW5gNEcoaBzVoEMOQRP8wbQKmjsxbm5PXBq+0Aj54rOY3bswdrFZK377/aeB+tLjXu3h9i8gInQ==
997997

998-
"@bitgo/wasm-utxo@^2.1.0":
999-
version "2.1.0"
1000-
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-2.1.0.tgz#a2087b795a3eb7bfca2cc25a88b3491a74d4da06"
1001-
integrity sha512-JukZ+g0lH1IzcwAVGp41a4XgWVZvL1hA+ym3KsU7NIqhOG57brc1nSVoqAhIe93gsfWQ7hyz3jsFueBXbwBQmQ==
998+
"@bitgo/wasm-utxo@^4.1.0":
999+
version "4.1.0"
1000+
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-4.1.0.tgz#039ab84eb73bd0354bdf3e6f2a14fc043e139cdd"
1001+
integrity sha512-J6tKdfhJggt8LHKSh+KScz6/Q6VcX59D/1ycbUw/w+zWVOSKt+Z2+FFbYTJIVatxc4gA2bGqvHftC9dSbZBAwA==
10021002

10031003
"@brandonblack/musig@^0.0.1-alpha.0":
10041004
version "0.0.1-alpha.1"

0 commit comments

Comments
 (0)