Skip to content

Commit

Permalink
Merge pull request #17 from bitcoinerlab/update-descriptors-to-2.2.1
Browse files Browse the repository at this point in the history
Update `@bitcoinerlab/descriptors` to 2.2.1
  • Loading branch information
landabaso authored Dec 14, 2024
2 parents c7ca380 + 11a622e commit 4f0d292
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 60 deletions.
104 changes: 54 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@bitcoinerlab/discovery",
"description": "A TypeScript library for retrieving Bitcoin funds from ranged descriptors, leveraging @bitcoinerlab/explorer for standardized access to multiple blockchain explorers.",
"homepage": "https://github.com/bitcoinerlab/discovery",
"version": "1.3.0",
"version": "1.3.1",
"author": "Jose-Luis Landabaso",
"license": "MIT",
"prettier": "@bitcoinerlab/configs/prettierConfig.json",
Expand Down Expand Up @@ -43,9 +43,9 @@
"dist"
],
"dependencies": {
"@bitcoinerlab/descriptors": "^2.2.0",
"@bitcoinerlab/descriptors": "^2.2.1",
"@bitcoinerlab/explorer": "^0.4.0",
"@bitcoinerlab/secp256k1": "^1.1.1",
"@bitcoinerlab/secp256k1": "^1.2.0",
"@types/memoizee": "^0.4.8",
"bitcoinjs-lib": "^6.1.5",
"immer": "^9.0.21",
Expand Down
24 changes: 17 additions & 7 deletions test/integration/discovery.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,29 @@ for (const network of [networks.bitcoin]) {
//host: 'btc.lastingcoin.net', //time out on bitcoind
//host: 'electrum.bitcoinserver.nl', //ETIMEDOUT - this is a small server, low resources.
//host: 'fulcrum.not.fyi', //TIMEOUT
//host: 'bolt.schulzemic.net', // -> Mega fast
//
host: 'bolt.schulzemic.net', // -> Mega fast
port: 50002,
protocol: 'ssl',
//
//host: 'fulcrum.theuplink.net', //TIMEOUT
//host: 'f006.fuchsia.fastwebserver.de', fulcrum fast on recache
//host: 'f006.fuchsia.fastwebserver.de', //fulcrum fast on recache
//host: 'electrum-btc.leblancnet.us', //Electrumx
host: 'electrum1.bluewallet.io', //Also quite fast TBH COLD: FirstCall: 29375 ms - SecondCall: 3714 ms - HOT: SIMILAR
//port: 50002,
port: 443,
protocol: 'ssl',
//
//host: 'electrum1.bluewallet.io', //Also quite fast TBH COLD: FirstCall: 29375 ms - SecondCall: 3714 ms - HOT: SIMILAR
//port: 443,
//protocol: 'ssl',
//
//
//host: 'blockstream.info', //ssl, port 700
//port: 700,
//protocol: 'ssl',
//
network,
irrevConfThresh: 3,
maxTxPerScriptPubKey: 1000
}),
info: 'electrum1.bluewallet.io'
info: 'f006.fuchsia.fastwebserver.de'
}

//Some servers: https://1209k.com/bitcoin-eye/ele.php
Expand Down

0 comments on commit 4f0d292

Please sign in to comment.