296 Commits

Author SHA1 Message Date
Mononaut
7b094d9a34 Add open graph link titles 2022-07-27 01:26:14 +00:00
Mononaut
ad9c72230c Set opengraph tags directly in the front end 2022-07-26 23:09:34 +00:00
nymkappa
ed2251cb86 Add channels map to the node page 2022-07-23 18:43:08 +02:00
wiz
9cb6009565 Merge branch 'master' into nymkappa/feature/ln-nodes-map-channels 2022-07-21 23:03:18 +02:00
nymkappa
31ee96a3c7 Create world map of clearnet LN nodes and channels 2022-07-21 22:43:12 +02:00
softsimon
8c312807d7 Subdomain enterprise support 2022-07-21 22:02:26 +02:00
nymkappa
f163dcf142 Create lightning nodes world heat map (clearnet) 2022-07-20 11:39:51 +02:00
nymkappa
e151bc4a01 Add LN node per country graph 2022-07-17 23:48:57 +02:00
nymkappa
ebac1ad240 Fix naming convention "as" => "isp" 2022-07-17 23:29:40 +02:00
nymkappa
51f0da04bd Nodes per ISP list component 2022-07-17 22:57:29 +02:00
nymkappa
ff63157bb0 Nodes per country list component 2022-07-16 23:23:13 +02:00
nymkappa
6bbda1e86c Add nodes AS share chart and table component 2022-07-16 10:44:05 +02:00
nymkappa
775b9d22cc Save current progress on the block audit page 2022-07-14 20:41:50 +02:00
Erik Arvstedt
55b88186c0 frontend URLs: ./resources -> /resources
This patch was created by:
find ./frontend -type f -exec sed -i 's|\./resources|/resources|g' {} \;
2022-07-11 13:33:25 +02:00
Erik Arvstedt
3aedd9b2f1 frontend URLs: *../resources -> /resources 2022-07-11 13:32:23 +02:00
nymkappa
d1cfdd5931 Merge Lightning backend into Mempool backend 2022-07-08 18:55:26 +02:00
softsimon
f630754aa3 Label channel closes 2022-07-08 18:55:24 +02:00
softsimon
925e5c4758 Search API 2022-07-08 18:55:23 +02:00
softsimon
a8ece05f90 Link channels from Transaction page. 2022-07-08 18:55:23 +02:00
softsimon
fb77362f47 Store and display stats and node top lists 2022-07-08 18:55:21 +02:00
nymkappa
d2ab72390f Save block predictions results in db and show results in a chart 2022-07-06 22:27:45 +02:00
nymkappa
36d9425853 Index difficulty adjustments 2022-07-05 16:52:56 +02:00
softsimon
d7ba9b52eb Batch outspends requests
fixes #1902
2022-06-22 23:42:20 +02:00
nymkappa
1b1e058251 Set block/:hash/summary expiration to 1 month - Support re-org for block summaries 2022-06-20 16:35:10 +02:00
wiz
f75da3cc8f Merge pull request #1892 from mononaut/mined-block-visualization 2022-06-18 09:57:52 +09:00
Mononaut
1d4488eb96 Add visualization to mined blocks 2022-06-16 02:46:24 +00:00
nymkappa
2e57573317 Fix pool ranking layout on small mobile device 2022-06-14 09:42:56 +02:00
softsimon
bf0cfd9d38 Minor refactor for projected block transactions 2022-06-02 01:29:03 +04:00
Mononaut
8a20ae15cc Stream projected block deltas instead of full data 2022-06-01 13:48:58 +00:00
Mononaut
371fe8673c Smarter update algorithm for projected block viz 2022-06-01 13:48:35 +00:00
Mononaut
9dacb8dac1 Data pipeline for projected mempool block overview 2022-06-01 13:48:34 +00:00
nymkappa
acb5c4d084 Remove frontend fee calculation and read it from the websocket instead 2022-05-31 10:41:43 +02:00
wiz
7789b2a23e Merge branch 'master' into nymkappa/feature/use-block-count-timespan 2022-05-25 20:16:32 +09:00
nymkappa
67cd09d5d7 Remove last trace of legacy oldestIndexedBlockTimestamp 2022-05-25 12:10:09 +02:00
nymkappa
1088eeef5d Merge legacy and mining /blocks components and APIs 2022-05-23 09:08:40 +02:00
wiz
f9f217751c Don't prepend apiBasePath for services backend resources 2022-05-19 01:54:08 +09:00
wiz
085e39b1c4 Merge branch 'master' into simon/optimize-reconnection 2022-05-18 20:41:03 +09:00
softsimon
5f83ca35e9 Tweaking the websocket retry timers
fixes 1560
2022-05-12 15:21:27 +04:00
nymkappa
e78acb0082 Remove unused pools.json observable definition 2022-05-12 08:13:42 +02:00
nymkappa
bedda82bcb Call node backend block API instead of electrs 2022-05-12 08:13:42 +02:00
nymkappa
101ba351a8 Add block sizes and weights graph 2022-05-10 16:41:40 +02:00
wiz
f3fa5f3e33 Merge branch 'master' into nymkappa/feature/timespan-selector-update 2022-04-23 06:23:23 +00:00
nymkappa
a59bed8cd8 Use block count instead of oldest block for timespan selection 2022-04-15 20:43:10 +09:00
nymkappa
e7f2c9efd2 Add block fee rate percentiles chart 2022-04-15 16:16:15 +09:00
nymkappa
307385045b Add block rewards chart 2022-04-11 20:57:13 +09:00
nymkappa
61df98ef94 Improve mining graphs timespan selection UX 2022-04-11 18:17:36 +09:00
nymkappa
ae0bc02c78 Add block fees graph 2022-04-11 15:32:16 +09:00
nymkappa
de4c205ecb /api/v1/mining/difficulty/{interval} is not used 2022-03-30 19:46:17 +09:00
nymkappa
3096e0f577 Use mining pool slug in urls 2022-03-25 14:22:22 +09:00
nymkappa
87df750f16 Move reward stats to component - Add /api/v1/mining/reward-stats/{blockCount} 2022-03-23 11:54:31 +09:00