Skip to content

Commit

Permalink
Fixed utxo problems
Browse files Browse the repository at this point in the history
  • Loading branch information
BlobMaster41 committed Sep 30, 2024
1 parent 46d7d3a commit 4ffa409
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 38 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opwallet",
"version": "1.0.15",
"version": "1.0.16",
"private": true,
"homepage": "https://github.com/unisat-wallet/extension#readme",
"bugs": {
Expand Down Expand Up @@ -98,7 +98,7 @@
"lodash-es": "^4.17.21",
"loglevel": "^1.8.0",
"mini-css-extract-plugin": "^2.4.5",
"opnet": "1.0.56",
"opnet": "1.0.57",
"postcss": "^8.4.39",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.2.1",
Expand Down
42 changes: 6 additions & 36 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@
dependencies:
"@metamask/utils" "^9.0.0"

"@btc-vision/[email protected]":
"@btc-vision/[email protected]", "@btc-vision/transaction@^1.0.107":
version "1.0.107"
resolved "https://registry.yarnpkg.com/@btc-vision/transaction/-/transaction-1.0.107.tgz#1497d50ad23e0a672a16d0e6ad967583663bbb96"
integrity sha512-qDRdXmqJD+Ibo8/rhYYQj/Ng/Ov9OQsVfhoo+abpZnt6IRWITeEL/IRHI1cFtzJqBjos7ugfOb5RY9fJFaDalg==
Expand Down Expand Up @@ -1380,36 +1380,6 @@
ts-node "^10.9.2"
typescript "^5.6.2"

"@btc-vision/transaction@^1.0.106":
version "1.0.106"
resolved "https://registry.yarnpkg.com/@btc-vision/transaction/-/transaction-1.0.106.tgz#c4502d50efe53a2c9620fbda5fa0431c44a89011"
integrity sha512-cOOb0DNXwV0LJW4p0+raMMu9j0hR53xi5Jso7ursr2zTHZqcG85tTFt/ttBhSz+7mkfD5muMhA0FQP4An86fdQ==
dependencies:
"@babel/plugin-proposal-object-rest-spread" "^7.20.7"
"@bitcoinerlab/secp256k1" "^1.1.1"
"@btc-vision/bsi-binary" "^1.0.42"
"@btc-vision/bsi-bitcoin-rpc" "^1.0.29"
"@btc-vision/logger" "^1.0.6"
"@eslint/js" "^9.10.0"
assert "^2.1.0"
babel-loader "^9.1.3"
babel-plugin-transform-import-meta "^2.2.1"
babel-preset-react "^6.24.1"
babelify "^10.0.0"
bech32 "^2.0.0"
bignumber.js "^9.1.2"
bip32 "^4.0.0"
bitcoinjs-lib "github:btc-vision/bitcoinjs-lib"
browserify-zlib "^0.2.0"
buffer "^6.0.3"
ecpair "^2.1.0"
gulp-clean "^0.4.0"
gulp-eslint-new "^2.3.0"
process "^0.11.10"
ts-loader "^9.5.1"
ts-node "^10.9.2"
typescript "^5.6.2"

"@btc-vision/[email protected]":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@btc-vision/wallet-sdk/-/wallet-sdk-1.0.0.tgz#f781246cb3a12954ff4f894a84b4cf761b869d3d"
Expand Down Expand Up @@ -11523,15 +11493,15 @@ open@^8.0.9, open@^8.4.0:
is-docker "^2.1.1"
is-wsl "^2.2.0"

[email protected].56:
version "1.0.56"
resolved "https://registry.yarnpkg.com/opnet/-/opnet-1.0.56.tgz#be539087f9ea698747e011acaa03eef768e2e250"
integrity sha512-1n1U4W4m1UyhR9uKpmXfYUsQoef6bz63xy9Hg+JiFEdFHRHWCJ2N9GmwOroBDi2YcRfEUQuDlW5qlyPwsHT7rw==
[email protected].57:
version "1.0.57"
resolved "https://registry.yarnpkg.com/opnet/-/opnet-1.0.57.tgz#3ed2ad88e3626f0eeeb6d381d9ad4029ec504a68"
integrity sha512-vq3GbYDp38I4rRYpJrLiCA5PJsrcMV832Awpj+7sx31Mjd0iicyX6Ic2qDYg1v0Sq2C6cnAHT6KYp4W5yM2x9A==
dependencies:
"@babel/plugin-proposal-object-rest-spread" "^7.20.7"
"@bitcoinerlab/secp256k1" "^1.1.1"
"@btc-vision/bsi-binary" "^1.0.42"
"@btc-vision/transaction" "^1.0.106"
"@btc-vision/transaction" "^1.0.107"
"@eslint/js" "^9.10.0"
"@noble/hashes" "^1.4.0"
babel-loader "^9.1.3"
Expand Down

0 comments on commit 4ffa409

Please sign in to comment.