wiz
|
ed4aa4e93a
|
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
|
1163b9a58a
|
Merge pull request #2140 from mempool/simon/correct-gitignore-json-wildcard
Remove gitignore json wildcard
|
2022-07-22 01:05:37 +02:00 |
|
wiz
|
3ef937397f
|
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
|
31ee96a3c7
|
Create world map of clearnet LN nodes and channels
|
2022-07-21 22:43:12 +02:00 |
|
Felipe Knorr Kuhn
|
4f24b21539
|
Merge branch 'master' into nymkappa/bugfix/block-audit-code-refactor
|
2022-07-20 20:59:11 -07:00 |
|
softsimon
|
8b316570ba
|
Remove gitignore json wildcard
|
2022-07-20 18:29:19 +02:00 |
|
wiz
|
b420ed0ada
|
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
|
a6ec5323d8
|
Fix error 500 for Isle of Man nodes list
|
2022-07-18 01:11:20 +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
|
cfad17d049
|
Use country iso code in ln nodes per country page url
|
2022-07-17 09:53:02 +02:00 |
|
nymkappa
|
0cb7d4cfc4
|
Use correct country name in component title
|
2022-07-16 23:25:44 +02:00 |
|
nymkappa
|
ff63157bb0
|
Nodes per country list component
|
2022-07-16 23:23:13 +02:00 |
|
nymkappa
|
7a52ae1c7f
|
Get nodes per country list with /lightning/nodes/country/:country API
|
2022-07-16 23:22:53 +02:00 |
|
nymkappa
|
ac4ef502c1
|
Add capacity per AS
|
2022-07-16 11:32:48 +02:00 |
|
nymkappa
|
6bbda1e86c
|
Add nodes AS share chart and table component
|
2022-07-16 10:44:05 +02:00 |
|
nymkappa
|
39b09611d7
|
Get nodes count per AS by calling /lightning/nodes/asShare API
|
2022-07-16 09:34:45 +02:00 |
|
nymkappa
|
cbfd6824df
|
Ignore Kraken historical price without USD
|
2022-07-16 09:27:07 +02:00 |
|
nymkappa
|
d68bc1f181
|
Refactor BlocksSummariesRepository::$saveSummary
|
2022-07-15 21:48:39 +02:00 |
|
nymkappa
|
775b9d22cc
|
Save current progress on the block audit page
|
2022-07-14 20:41:50 +02:00 |
|
softsimon
|
7b06ee966f
|
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
|
4fe0e1b30d
|
Re-add missing migration that was dropped during merge conflict
|
2022-07-13 07:56:17 +02:00 |
|
wiz
|
c7a9cf6620
|
Merge branch 'master' into nymkappa/feature/block-fee-usd-chart
|
2022-07-12 23:24:31 +02:00 |
|
nymkappa
|
42f150fc13
|
Show division and ASN number
|
2022-07-12 21:28:02 +02:00 |
|
nymkappa
|
3d3b1ac6af
|
Show city, country and AS name in node page when available
|
2022-07-12 21:07:38 +02:00 |
|
nymkappa
|
6f83771c93
|
Format mysql query so I can actually update it
|
2022-07-12 20:18:41 +02:00 |
|
nymkappa
|
a496d8d09c
|
Make sure we have initial channel stats to display after fresh run
|
2022-07-12 19:59:37 +02:00 |
|
nymkappa
|
f36b24e11e
|
Fix mysql syntax error
|
2022-07-12 19:10:57 +02:00 |
|
wiz
|
b09cb3d228
|
Merge remote-tracking branch 'origin/master' into nymkappa/feature/block-fee-usd-chart
|
2022-07-12 14:55:47 +02:00 |
|
nymkappa
|
d5cf4a5c9a
|
Store AS organization in geo_names
|
2022-07-12 12:12:10 +02:00 |
|
nymkappa
|
bfda414aae
|
Show "indexing in progress" in fee/reward charts during block indexing
|
2022-07-12 08:50:07 +02:00 |
|
nymkappa
|
53bb16465e
|
Add daily historical price - show USD in block fee reward charts
|
2022-07-11 23:16:48 +02:00 |
|
nymkappa
|
e29a4e0a16
|
[Indexing] Link blocks to their closest known price
|
2022-07-11 22:14:59 +02:00 |
|
nymkappa
|
bda8b4612b
|
Add USD serie in block fee/reward charts
|
2022-07-11 22:10:25 +02:00 |
|
softsimon
|
bde6bdd6c9
|
Refactoring backend routes code
|
2022-07-11 19:15:28 +02:00 |
|
wiz
|
b62985bad9
|
Merge branch 'master' into nymkappa/bugfix/update-log-indexer
|
2022-07-11 18:18:20 +02:00 |
|
wiz
|
83e388338a
|
Merge pull request #2075 from mempool/simon/logger-lightning
Add lightning to logger
|
2022-07-11 18:18:11 +02:00 |
|
softsimon
|
e09d5c1682
|
Add lightning to logger
|
2022-07-11 18:02:54 +02:00 |
|
wiz
|
d70a5873c4
|
Merge branch 'master' into nymkappa/bugfix/update-log-indexer
|
2022-07-11 18:01:15 +02:00 |
|
softsimon
|
f305f4f96f
|
Use maxmind to store node locations
|
2022-07-11 17:52:38 +02:00 |
|
wiz
|
176b0fe18f
|
Merge branch 'master' into simon/populate-historical-node-data
|
2022-07-11 15:58:58 +02:00 |
|
softsimon
|
739e677c5b
|
Run daily stats at midnight and backfill first launch
|
2022-07-11 14:45:25 +02:00 |
|
wiz
|
ead9c69167
|
Merge branch 'master' into nymkappa/bugfix/update-log-indexer
|
2022-07-11 11:31:39 +02:00 |
|
wiz
|
b209db9ed4
|
Merge branch 'master' into nymkappa/feature/block-api-dynamic-caching
|
2022-07-11 11:19:03 +02:00 |
|
nymkappa
|
e9b7bf2838
|
[Indexer] Set log level accordingly - Remove indexing ETAs
|
2022-07-11 11:07:41 +02:00 |
|
nymkappa
|
433384bf0d
|
Set /block API cache duration according to block age
|
2022-07-11 09:53:32 +02:00 |
|
nymkappa
|
d9d8c75fe4
|
Liquid always uses esplora (regression of #2039)
|
2022-07-11 08:41:28 +02:00 |
|
softsimon
|
764a12cf4d
|
Backfill node_stats
|
2022-07-10 19:28:21 +02:00 |
|
nymkappa
|
ebc8a7ceb6
|
Add Lightning charts in /graph
|
2022-07-10 19:03:50 +02:00 |
|