Commit graph

1108 commits

Author SHA1 Message Date
softsimon
bc132e4337
A couple of new eslint rules 2022-07-26 02:38:23 +02:00
Leonardo Lima
46e63ca6cf
feat: add /block/:hash/raw api route 2022-07-25 17:08:42 -03:00
nymkappa
479f635754
[Node page] Update channels count when switching between open/closed 2022-07-24 11:51:05 +02:00
wiz
ad9e989598
Correct maxmind geoip-db GEOLITE2_ISP to GEOIP2_ISP 2022-07-23 23:53:28 +02:00
nymkappa
ffe22399d5
Integrate GeoIP2 ISP database 2022-07-23 23:33:13 +02:00
nymkappa
40f2b97075
Add channels map to the node page 2022-07-23 18:43:08 +02:00
Felipe Knorr Kuhn
2dc875bb33
Merge branch 'master' into nymkappa/bugfix/index-blocks-prices-often 2022-07-21 16:29:24 -07:00
wiz
181c13025d
Merge pull request #2109 from mempool/nymkappa/bugfix/block-audit-code-refactor
Block audit code refactor
2022-07-22 01:07:02 +02:00
wiz
7b3f5c378d
Merge pull request #2140 from mempool/simon/correct-gitignore-json-wildcard
Remove gitignore json wildcard
2022-07-22 01:05:37 +02:00
wiz
7bbfc7872b
Fix log msg in channels.api.ts
Co-authored-by: softsimon <softsimon@users.noreply.github.com>
2022-07-22 00:04:02 +02:00
nymkappa
c839abb479
Create world map of clearnet LN nodes and channels 2022-07-21 22:43:12 +02:00
Felipe Knorr Kuhn
f4bb927dbd
Merge branch 'master' into nymkappa/bugfix/index-blocks-prices-often 2022-07-20 20:59:27 -07:00
Felipe Knorr Kuhn
76b6d2a21b
Merge branch 'master' into nymkappa/bugfix/block-audit-code-refactor 2022-07-20 20:59:11 -07:00
softsimon
3e1e47c49a
Remove gitignore json wildcard 2022-07-20 18:29:19 +02:00
wiz
8c667a76a7
Merge pull request #2112 from mempool/nymkappa/bugfix/price-updater-incorrect-log
Ignore Kraken historical price without USD
2022-07-17 18:29:16 -05:00
nymkappa
681d9db900
Fix error 500 for Isle of Man nodes list 2022-07-18 01:11:20 +02:00
nymkappa
63ebace378
Add LN node per country graph 2022-07-17 23:48:57 +02:00
nymkappa
d7f0dc4c05
Fix naming convention "as" => "isp" 2022-07-17 23:29:40 +02:00
nymkappa
dbf60dd4d9
Nodes per ISP list component 2022-07-17 22:57:29 +02:00
nymkappa
93e93d44f4
Use country iso code in ln nodes per country page url 2022-07-17 09:53:02 +02:00
nymkappa
0902015264
Use correct country name in component title 2022-07-16 23:25:44 +02:00
nymkappa
376484a937
Nodes per country list component 2022-07-16 23:23:13 +02:00
nymkappa
fc5fd244d0
Get nodes per country list with /lightning/nodes/country/:country API 2022-07-16 23:22:53 +02:00
nymkappa
3edd6f23a5
Add capacity per AS 2022-07-16 11:32:48 +02:00
nymkappa
28cf0f71eb
Add nodes AS share chart and table component 2022-07-16 10:44:05 +02:00
nymkappa
2fd34cbd91
Get nodes count per AS by calling /lightning/nodes/asShare API 2022-07-16 09:34:45 +02:00
nymkappa
d6158060e7
Ignore Kraken historical price without USD 2022-07-16 09:27:07 +02:00
nymkappa
e0952a4c1d
Wait for the price updater to complete before saving blocks prices 2022-07-16 09:22:45 +02:00
nymkappa
2872d2e299
Refactor BlocksSummariesRepository::$saveSummary 2022-07-15 21:48:39 +02:00
nymkappa
1be7c953ea
Save current progress on the block audit page 2022-07-14 20:41:50 +02:00
softsimon
c6f33310e5
Merge pull request #2094 from mempool/nymkappa/debug/insert-once-channels-stats-init
Make sure we have initial channel stats to display after fresh run
2022-07-14 18:51:26 +02:00
nymkappa
681708ffa0
Re-add missing migration that was dropped during merge conflict 2022-07-13 07:56:17 +02:00
wiz
ee058deb74
Merge branch 'master' into nymkappa/feature/block-fee-usd-chart 2022-07-12 23:24:31 +02:00
nymkappa
6e09a1c96b
Show division and ASN number 2022-07-12 21:28:02 +02:00
nymkappa
f2983e28a3
Show city, country and AS name in node page when available 2022-07-12 21:07:38 +02:00
nymkappa
c6fa8c6172
Format mysql query so I can actually update it 2022-07-12 20:18:41 +02:00
nymkappa
1988971290
Make sure we have initial channel stats to display after fresh run 2022-07-12 19:59:37 +02:00
nymkappa
908635b3dd
Fix mysql syntax error 2022-07-12 19:10:57 +02:00
wiz
a4946de028
Merge remote-tracking branch 'origin/master' into nymkappa/feature/block-fee-usd-chart 2022-07-12 14:55:47 +02:00
nymkappa
3d2ff7ef62
Store AS organization in geo_names 2022-07-12 12:12:10 +02:00
nymkappa
5ac9b5674e
Show "indexing in progress" in fee/reward charts during block indexing 2022-07-12 08:50:07 +02:00
nymkappa
a97675c538
Add daily historical price - show USD in block fee reward charts 2022-07-11 23:16:48 +02:00
nymkappa
40634a0eb8
[Indexing] Link blocks to their closest known price 2022-07-11 22:14:59 +02:00
nymkappa
80b3b91a82
Add USD serie in block fee/reward charts 2022-07-11 22:10:25 +02:00
softsimon
2253dd570d
Refactoring backend routes code 2022-07-11 19:15:28 +02:00
wiz
475bb11991
Merge branch 'master' into nymkappa/bugfix/update-log-indexer 2022-07-11 18:18:20 +02:00
wiz
fd35c8f4ad
Merge pull request #2075 from mempool/simon/logger-lightning
Add lightning to logger
2022-07-11 18:18:11 +02:00
softsimon
ca86364c35
Add lightning to logger 2022-07-11 18:02:54 +02:00
wiz
c888d59368
Merge branch 'master' into nymkappa/bugfix/update-log-indexer 2022-07-11 18:01:15 +02:00
softsimon
519494668b
Use maxmind to store node locations 2022-07-11 17:52:38 +02:00