Skip to content

Commit 6e1ec86

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 19164bc commit 6e1ec86

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
@@ -1000,10 +1000,10 @@
10001000
resolved "https://registry.npmjs.org/@bitgo/wasm-ton/-/wasm-ton-1.1.1.tgz#3361cbbe06e1fe40d13dbf384ef806b46a5e43df"
10011001
integrity sha512-Y4x2V2ZcYWlmx42v7dlrKDtT2DuUt8smk8E98mh7RhpiifJhLk2v5RmXDwBl0A3v9TzUOU6qMOnSS/iZ8Pq52w==
10021002

1003-
"@bitgo/wasm-utxo@^2.1.0":
1004-
version "2.1.0"
1005-
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-2.1.0.tgz#a2087b795a3eb7bfca2cc25a88b3491a74d4da06"
1006-
integrity sha512-JukZ+g0lH1IzcwAVGp41a4XgWVZvL1hA+ym3KsU7NIqhOG57brc1nSVoqAhIe93gsfWQ7hyz3jsFueBXbwBQmQ==
1003+
"@bitgo/wasm-utxo@^4.1.0":
1004+
version "4.1.0"
1005+
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-4.1.0.tgz#039ab84eb73bd0354bdf3e6f2a14fc043e139cdd"
1006+
integrity sha512-J6tKdfhJggt8LHKSh+KScz6/Q6VcX59D/1ycbUw/w+zWVOSKt+Z2+FFbYTJIVatxc4gA2bGqvHftC9dSbZBAwA==
10071007

10081008
"@brandonblack/musig@^0.0.1-alpha.0":
10091009
version "0.0.1-alpha.1"

0 commit comments

Comments
 (0)