Commit Graph

1469 Commits

Author SHA1 Message Date
softsimon
7d8ea075d9
Merge pull request #3405 from mempool/nymkappa/pool-health
Show block health in pool block list
2023-03-18 18:48:10 +09:00
Mononaut
ed46232b83
Fix missing fees in liquid block tooltips 2023-03-18 18:11:10 +09:00
softsimon
b78fdf5a23
Merge pull request #3353 from mempool/mononaut/mempool-block-animations
Improve mempool block animations
2023-03-18 12:46:20 +09:00
softsimon
41a6674fad
Merge pull request #3379 from mempool/nymkappa/testnet-signet-price-zero
Don't fetch prices on signet/testnet, always show 0
2023-03-17 16:40:09 +09:00
Mononaut
b5c2073414
Fix getSimilarity error on empty mempool 2023-03-16 22:16:40 +09:00
Mononaut
25aacb5046
Calculate similarity score with audit disabled 2023-03-16 22:16:40 +09:00
Mononaut
c24724dcdf
animate mempool blocks conditional on mined block similarity 2023-03-16 22:16:40 +09:00
nymkappa
0ebe0a5dc9
Add new stats in mining pool page 2023-03-16 16:13:11 +09:00
softsimon
1b2810ec0e
Merge branch 'master' into mononaut/disk-cache-network-version 2023-03-14 21:05:16 +09:00
nymkappa
a5dd141934
Don't fetch prices on signet/testnet, always show 0 2023-03-14 15:39:15 +09:00
nymkappa
ecfb980e75
Disable pool update when running lightning only 2023-03-13 17:24:23 +09:00
Mononaut
3bf96dafde
Add network versioning to disk cache 2023-03-12 19:20:29 +09:00
Mononaut
8bd05987e5
Save cache to disk every 6 blocks 2023-03-12 19:03:19 +09:00
wiz
24d9977919
Merge branch 'master' into nymkappa/esplora-warning 2023-03-11 18:36:22 +09:00
softsimon
6196860387
Merge pull request #3296 from mempool/nymkappa/order-isp
Sort asn numerically - add few more top 10 isp in warm cache
2023-03-11 18:22:39 +09:00
Mononaut
39051e94e3
Redesign difficulty adjustment dashboard widget 2023-03-11 17:53:18 +09:00
wiz
7e873e6637
Merge branch 'master' into nymkappa/order-isp 2023-03-11 15:50:31 +09:00
nymkappa
4263977d99
Updated regtest example 2023-03-11 10:52:15 +09:00
Mononaut
46d89ac837
prevent disk cache file write corruption 2023-03-09 20:19:22 -06:00
Mononaut
796566e7ae
Save cache to disk on SIGTERM/SIGINT 2023-03-09 19:47:54 -06:00
nymkappa
6327ce7c89
Sort asn numerically - add few more top 10 isp in warm cache 2023-03-10 09:21:44 +09:00
softsimon
42228dc70f
Revert "Bump axios from 0.27.2 -> 1.3.4" 2023-03-09 17:46:09 +09:00
nymkappa
63dd9fd09e
Log a warn if there are lot of 404 from esplora tx api 2023-03-09 17:45:08 +09:00
nymkappa
304089b3d0
Bump axios from 0.27.2 -> 1.3.4 2023-03-09 17:27:19 +09:00
wiz
3e31e68a19
Merge branch 'master' into mononaut/fix-cpfp-memory-bug 2023-03-08 14:31:46 +09:00
Mononaut
5eae84bb75
Fix memory-intensive getCPFPUnindexedBlocks mysql query 2023-03-07 21:01:54 -06:00
wiz
ae1e2dcb50
Merge branch 'master' into simon/add-4y 2023-03-07 19:00:27 +09:00
Mononaut
182cb16695
Fix unnecessary cpfp 404 responses 2023-03-06 00:02:21 -06:00
wiz
07271f56d7
Merge pull request #3230 from mempool/mononaut/heap-monitor
Monitor heap memory usage
2023-03-05 15:47:06 +09:00
wiz
f37946118c
Change heap size warning to 80% utilization 2023-03-05 15:45:28 +09:00
softsimon
fdbcef29e5
Merge pull request #3212 from mempool/nymkappa/bugfix/initial-pool-download
Fix initial pool update when db is empty
2023-03-05 15:44:14 +09:00
wiz
9eeaf76369
Merge branch 'master' into mononaut/heap-monitor 2023-03-05 15:35:00 +09:00
wiz
a9a2ff0347
Merge pull request #3215 from mempool/nymkappa/bugfix/price
Handle missing price (show 0)
2023-03-05 15:34:31 +09:00
Mononaut
43bed7cf56
Monitor heap memory usage 2023-03-04 23:13:55 -06:00
wiz
fca813147d
Merge branch 'master' into nymkappa/bugfix/price 2023-03-05 14:13:51 +09:00
nymkappa
62ef1d4439
Fix log typo 2023-03-05 08:27:31 +09:00
nymkappa
ff7c85180d
Fix initial pool update when db is empty 2023-03-05 08:27:30 +09:00
nymkappa
001be82f5a
Move some notice into info 2023-03-05 08:23:05 +09:00
nymkappa
32a260473a
Update some mining indexing logs 2023-03-05 08:23:04 +09:00
nymkappa
2e74d7fa4a
Remove mining db stats - replaced by runtime state variable 2023-03-05 08:23:04 +09:00
softsimon
4e39c27c75
Adding 4 year button to mempool graph
fixes #3218
2023-03-04 18:48:16 +09:00
wiz
1192d4fbd4
Merge branch 'master' into nymkappa/bugfix/cleanup-mining-states 2023-03-04 16:46:44 +09:00
wiz
9024e21868
Merge pull request #3202 from mempool/nymkappa/use-core-again-because-esplora-is-lol
Use core to fetch block because esplora/electrs still return integer difficulty
2023-03-04 13:34:15 +09:00
nymkappa
e0c3c732d1
Fix incorrect db schema version in db migration script 2023-03-04 10:55:27 +09:00
nymkappa
622929831e
Merge branch 'master' into nymkappa/bugfix/cleanup-mining-states 2023-03-04 10:54:02 +09:00
nymkappa
d483362a9b
Handle missing price (show 0) 2023-03-04 10:51:13 +09:00
softsimon
b21fd0d37d
Merge branch 'master' into mononaut/optimize-mempool-block-7 2023-03-04 10:34:46 +09:00
wiz
d16bda0630
Merge branch 'master' into nymkappa/use-core-again-because-esplora-is-lol 2023-03-03 17:39:55 +09:00
nymkappa
d76d14253a
Update mining pools before loading the disk cache since we may need to wipe that cache 2023-03-03 17:29:46 +09:00
nymkappa
ad7d3d97de
Wipe nodejs backend cache for any mining pool change 2023-03-03 16:58:40 +09:00