Skip to content

Commit 4f0d292

Browse files
authored
Merge pull request #17 from bitcoinerlab/update-descriptors-to-2.2.1
Update `@bitcoinerlab/descriptors` to 2.2.1
2 parents c7ca380 + 11a622e commit 4f0d292

File tree

3 files changed

+74
-60
lines changed

3 files changed

+74
-60
lines changed

package-lock.json

Lines changed: 54 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@bitcoinerlab/discovery",
33
"description": "A TypeScript library for retrieving Bitcoin funds from ranged descriptors, leveraging @bitcoinerlab/explorer for standardized access to multiple blockchain explorers.",
44
"homepage": "https://github.com/bitcoinerlab/discovery",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"author": "Jose-Luis Landabaso",
77
"license": "MIT",
88
"prettier": "@bitcoinerlab/configs/prettierConfig.json",
@@ -43,9 +43,9 @@
4343
"dist"
4444
],
4545
"dependencies": {
46-
"@bitcoinerlab/descriptors": "^2.2.0",
46+
"@bitcoinerlab/descriptors": "^2.2.1",
4747
"@bitcoinerlab/explorer": "^0.4.0",
48-
"@bitcoinerlab/secp256k1": "^1.1.1",
48+
"@bitcoinerlab/secp256k1": "^1.2.0",
4949
"@types/memoizee": "^0.4.8",
5050
"bitcoinjs-lib": "^6.1.5",
5151
"immer": "^9.0.21",

test/integration/discovery.test.ts

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,29 @@ for (const network of [networks.bitcoin]) {
4444
//host: 'btc.lastingcoin.net', //time out on bitcoind
4545
//host: 'electrum.bitcoinserver.nl', //ETIMEDOUT - this is a small server, low resources.
4646
//host: 'fulcrum.not.fyi', //TIMEOUT
47-
//host: 'bolt.schulzemic.net', // -> Mega fast
47+
//
48+
host: 'bolt.schulzemic.net', // -> Mega fast
49+
port: 50002,
50+
protocol: 'ssl',
51+
//
4852
//host: 'fulcrum.theuplink.net', //TIMEOUT
49-
//host: 'f006.fuchsia.fastwebserver.de', fulcrum fast on recache
53+
//host: 'f006.fuchsia.fastwebserver.de', //fulcrum fast on recache
5054
//host: 'electrum-btc.leblancnet.us', //Electrumx
51-
host: 'electrum1.bluewallet.io', //Also quite fast TBH COLD: FirstCall: 29375 ms - SecondCall: 3714 ms - HOT: SIMILAR
52-
//port: 50002,
53-
port: 443,
54-
protocol: 'ssl',
55+
//
56+
//host: 'electrum1.bluewallet.io', //Also quite fast TBH COLD: FirstCall: 29375 ms - SecondCall: 3714 ms - HOT: SIMILAR
57+
//port: 443,
58+
//protocol: 'ssl',
59+
//
60+
//
61+
//host: 'blockstream.info', //ssl, port 700
62+
//port: 700,
63+
//protocol: 'ssl',
64+
//
5565
network,
5666
irrevConfThresh: 3,
5767
maxTxPerScriptPubKey: 1000
5868
}),
59-
info: 'electrum1.bluewallet.io'
69+
info: 'f006.fuchsia.fastwebserver.de'
6070
}
6171

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

0 commit comments

Comments
 (0)