Skip to content

Commit b038daf

Browse files
Merge pull request #8098 from BitGo/BTC-0.bump-wasm-utxo.02-10
feat(abstract-utxo): upgrade wasm-utxo to version 1.36.0
2 parents 1600842 + 2f60e92 commit b038daf

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
@@ -67,7 +67,7 @@
6767
"@bitgo/utxo-core": "^1.32.0",
6868
"@bitgo/utxo-lib": "^11.20.0",
6969
"@bitgo/utxo-ord": "^1.25.0",
70-
"@bitgo/wasm-utxo": "^1.34.0",
70+
"@bitgo/wasm-utxo": "^1.36.0",
7171
"@types/lodash": "^4.14.121",
7272
"@types/superagent": "4.1.15",
7373
"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.0",
3232
"@bitgo/utxo-core": "^1.32.0",
3333
"@bitgo/utxo-lib": "^11.20.0",
34-
"@bitgo/wasm-utxo": "^1.34.0",
34+
"@bitgo/wasm-utxo": "^1.36.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.10.0",
8282
"@bitgo/unspents": "^0.51.0",
8383
"@bitgo/utxo-lib": "^11.20.0",
84-
"@bitgo/wasm-utxo": "^1.34.0",
84+
"@bitgo/wasm-utxo": "^1.36.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": "^1.34.0"
48+
"@bitgo/wasm-utxo": "^1.36.0"
4949
},
5050
"devDependencies": {
5151
"@bitgo/utxo-lib": "^11.20.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.4.0",
6464
"@bitgo/utxo-core": "^1.32.0",
6565
"@bitgo/utxo-lib": "^11.20.0",
66-
"@bitgo/wasm-utxo": "^1.34.0",
66+
"@bitgo/wasm-utxo": "^1.36.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
@@ -996,10 +996,10 @@
996996
monocle-ts "^2.3.13"
997997
newtype-ts "^0.3.5"
998998

999-
"@bitgo/wasm-utxo@^1.34.0":
1000-
version "1.34.0"
1001-
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-1.34.0.tgz#318bcc0a20acc3f35b9547548ea36506beaab237"
1002-
integrity sha512-aJuLQ8fNAWmI213sIwMt9WJfWvsyVAmmyUWnojUdmK2iHwf6tIo4B9gWHoPuWwNYoqc/UJVbK3dDKxnMIUk/bg==
999+
"@bitgo/wasm-utxo@^1.36.0":
1000+
version "1.36.0"
1001+
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-1.36.0.tgz#4a0e9998e159ed9b6ecae7b9dad6f27971dd8690"
1002+
integrity sha512-3ArjiSE/Mm4B9DM5hZQIxnKXMYYB7m4SniZsN/X1fRv6dvhkKWp/wCX7yV6SJAQ81OH2tDbYSACrEpGLHszBUg==
10031003

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

0 commit comments

Comments
 (0)