1299 Commits

Author SHA1 Message Date
nymkappa
c28486ba67 [mining] add /api/v1/mining/pools API to list mining pools 2023-08-07 12:16:01 +09:00
Mononaut
fcbb591cdf always switch back to local if available 2023-08-05 20:39:02 +09:00
Mononaut
c8012e123b allow protocol, port & path in fallback urls 2023-08-05 20:06:19 +09:00
Mononaut
8bc519bed4 Fix failover debug prints 2023-08-05 19:55:33 +09:00
Mononaut
dc85cc15ab Add debug prints, fix POST request 2023-08-05 19:25:00 +09:00
Mononaut
7f6d459106 new health-check based esplora failover mechanism 2023-08-05 19:02:46 +09:00
softsimon
1198090aa0 Merge pull request #4096 from mempool/mononaut/speed-up-rbf-detection
Speed up RBF detection
2023-08-05 17:37:50 +09:00
softsimon
45239a082c Adding RBF tests 2023-08-05 17:20:07 +09:00
junderw
4c93c6d1e5 Fix: Difficulty calculations for Liquid networks must be NaN 2023-08-04 20:42:14 -07:00
Mononaut
ba907c9013 Speed up RBF detection 2023-08-04 19:11:49 +09:00
softsimon
faeeb8aa3c Merge pull request #4085 from mempool/mononaut/fast-mempool-sync
use bulk mempool post api to batch mempool update requests
2023-08-04 17:26:01 +09:00
softsimon
8d6e5a8ad9 Removing console log 2023-08-04 15:55:22 +09:00
junderw
bffb7b144b Fix: Rust-GBT packaging needs fixing 2023-08-04 15:45:34 +09:00
softsimon
a058834be9 Merge pull request #4058 from mempool/mononaut/prices-api
Current fiat prices API
2023-08-04 15:39:35 +09:00
softsimon
c779a0f55b Base expiry on update frequency 2023-08-04 13:26:19 +09:00
softsimon
bb7f73637b Update backend/src/api/prices/prices.routes.ts 2023-08-03 17:43:02 +09:00
Mononaut
da2cc8d162 add /prices api endpoint 2023-08-03 17:43:01 +09:00
nymkappa
d0ed8e88eb Merge branch 'mononaut/acceleration-viz' into nymkappa/accelerator-soft-launch 2023-08-03 15:43:28 +09:00
nymkappa
0c4c82dc98 Merge branch 'master' into mononaut/acceleration-viz 2023-08-03 15:28:56 +09:00
nymkappa
67b8305c90 [mining] send pool unique id in /pools API 2023-08-03 15:08:14 +09:00
wiz
5640bb445b Merge pull request #4081 from mempool/mononaut/fix-null-coinbase-fee
fix null coinbase fees in block summary
2023-08-02 16:05:09 +09:00
Mononaut
6e1d39eb45 use bulk mempool/txs post api to batch mempool update requests 2023-08-02 15:05:27 +09:00
mononaut
4d952fe295 Merge branch 'master' into fix/difficulty-calc 2023-08-02 11:00:32 +09:00
Mononaut
c0724e2051 fix partially indexed difficulty bug 2023-08-01 18:41:48 +09:00
Mononaut
5accbeb2d3 fix null coinbase fees in block summary 2023-08-01 17:33:03 +09:00
junderw
e0814277d1 Fix: Use bits to calculate difficulty instead of floating points 2023-08-01 00:52:45 -07:00
softsimon
93c5b059b7 Base mempool break limit of current poll rate 2023-08-01 15:55:03 +09:00
wiz
b335474a46 Merge branch 'master' into mononaut/electrs-blocks 2023-08-01 13:54:05 +09:00
wiz
8d5849eb7a Merge pull request #4071 from mempool/mononaut/fast-indexing
Fast indexing
2023-08-01 13:53:56 +09:00
Mononaut
e9ffd1192c Use bits to detect difficulty adjustments, not difficulty 2023-08-01 13:28:56 +09:00
Mononaut
0705c352bc Get blocks from electrs again 2023-08-01 13:28:56 +09:00
softsimon
d0d38b2cb4 Fix scripthash lookup for Electrum* 2023-07-31 18:29:40 +09:00
Mononaut
ca1b079209 Get block txs from esplora, index CPFP together with summaries 2023-07-31 18:13:16 +09:00
Mononaut
3dbafc271b fix indexing log prints 2023-07-31 18:13:11 +09:00
Mononaut
7730d83b7f Faster Redis tx deletion, fix debug log level 2023-07-31 16:38:18 +09:00
Mononaut
3035619b61 Get blocks from electrs again 2023-07-31 15:39:02 +09:00
Mononaut
2ce2a71cf0 Improve Redis logging 2023-07-31 12:21:28 +09:00
Mononaut
8940f953f5 switch from redis-json to simple key-value redis entries 2023-07-31 12:16:37 +09:00
Mononaut
155cafd83a strip non-essential data from redis cache txs 2023-07-31 12:16:36 +09:00
Mononaut
158a7257cc store redis mempool in sharded json object 2023-07-31 12:16:36 +09:00
Mononaut
14a366c54c Add network and schema versioning to redis cache 2023-07-31 12:16:34 +09:00
Mononaut
f8416eb671 Add transactions to Redis cache in manageable batches 2023-07-31 12:16:34 +09:00
Mononaut
04cce7282a Fix redis feature merge conflicts 2023-07-31 12:16:34 +09:00
Mononaut
b180f453db Add RBF data to Redis cache 2023-07-31 12:16:33 +09:00
Mononaut
da77fa81c7 Implement Redis cache for block and mempool data 2023-07-31 12:16:33 +09:00
softsimon
1d7c813cc1 Merge pull request #4056 from mempool/mononaut/compressed-p2pk
Add support for compressed p2pk addresses
2023-07-29 17:48:26 +09:00
softsimon
3bc0841f38 Merge pull request #4050 from mempool/mononaut/retry-block-txs
Handle failures while fetching block transactions
2023-07-29 17:12:34 +09:00
nymkappa
0ad9f08053 Merge branch 'master' into mononaut/acceleration-viz 2023-07-29 13:51:49 +09:00
wiz
258252d511 ops: Fix a classic typo in mempool clear protection log print 2023-07-28 23:40:06 +09:00
Mononaut
b83c7c7e40 Add support for compressed p2pk addresses 2023-07-28 19:17:52 +09:00