wiz
9a29b4adf3
Merge pull request #1817 from mempool/nymkappa/feature/block-fee-usd-chart
2022-07-12 23:35:35 +02:00
wiz
ee058deb74
Merge branch 'master' into nymkappa/feature/block-fee-usd-chart
2022-07-12 23:24:31 +02:00
wiz
2f0c8d94b0
Merge pull request #2095 from mempool/nymkappa/feature/ln-nodes-maxmind
...
Show maxming data when available is nodes page
2022-07-12 21:40:10 +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
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
wiz
54931cb23e
Merge pull request #2088 from mempool/nymkappa/feature/as_organization
...
[LN] Add `as_organization` in nodes table
2022-07-12 14:15:19 +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
wiz
47ad5fffc8
Merge pull request #2077 from erikarvstedt/contributors-require-signing
2022-07-11 21:21:13 +02:00
wiz
75bb586f38
Merge pull request #2076 from mempool/simon/backend-routes-refactor
2022-07-11 21:20:43 +02:00
Erik Arvstedt
c743381d33
CONTRIBUTING.md: Ask contributors to sign their commits
2022-07-11 19:42:56 +02:00
softsimon
2253dd570d
Refactoring backend routes code
2022-07-11 19:15:28 +02:00
wiz
97046a7dc4
Merge pull request #2069 from mempool/nymkappa/bugfix/update-log-indexer
...
[Indexer] Set log level accordingly - Remove indexing ETAs
2022-07-11 18:43:42 +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
wiz
929a4b955c
Merge pull request #2074 from mempool/simon/maxmind
...
Use maxmind to store node locations
2022-07-11 18:18:00 +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
wiz
495cd26219
Merge pull request #2070 from erikarvstedt/fix-resources-access
...
frontend: Always reference `resources` relative to root
2022-07-11 18:01:05 +02:00
softsimon
519494668b
Use maxmind to store node locations
2022-07-11 17:52:38 +02:00
wiz
73b2be0a97
Merge branch 'master' into fix-resources-access
2022-07-11 17:12:24 +02:00
wiz
9fce787105
Merge pull request #2073 from mempool/simon/populate-historical-node-data
...
Populate historical node data
2022-07-11 17:08:28 +02:00
wiz
8c5460c319
Merge pull request #2071 from mempool/wiz/add-maxmind-geoipdb
...
Add maxmind geoip-db update utility to prod installer
2022-07-11 16:42:24 +02:00
wiz
bd796ae8cc
Merge branch 'master' into simon/populate-historical-node-data
2022-07-11 16:42:04 +02:00
wiz
97c05facdb
Merge pull request #2072 from erikarvstedt/nxinx-gixy-fixes
...
nginx: Fix errors found by gixy (nginx conf static analyzer)
2022-07-11 16:41:56 +02:00
wiz
46bed0be29
Merge branch 'master' into simon/populate-historical-node-data
2022-07-11 15:58:58 +02:00
Erik Arvstedt
81bc449043
nginx: Fix gixy test host_spoofing
...
This patch was generated by replacing:
`proxy_set_header Host $http_host` ->
`proxy_set_header Host $host`
Script:
find . -type f -exec sed -i 's|proxy_set_header Host \$http_host|proxy_set_header Host \$host|g' {} \;
Fixes test error:
```
>> Problem: [host_spoofing] The proxied Host header may be spoofed.
Description: In most cases "$host" variable are more appropriate, just use it.
Additional info: https://github.com/yandex/gixy/blob/master/docs/en/plugins/hostspoofing.md
```
`proxy_set_header Host $host` is indeed the recommended default proxy header setting.
2022-07-11 15:32:37 +02:00
Erik Arvstedt
eec82e1bf9
nginx: Fix gixy test http_splitting
...
Fixes test error:
```
>> Problem: [http_splitting] Possible HTTP-Splitting vulnerability.
Description: Using variables that can contain "\n" or "\r" may lead to http injection.
```
Summary: `$uri` should never be used in `return` statements.
See: https://github.com/yandex/gixy/blob/master/docs/en/plugins/httpsplitting.md
In this case, `$uri` always equals `/`, so just replace it.
2022-07-11 15:25:42 +02:00
softsimon
1c86273059
Run daily stats at midnight and backfill first launch
2022-07-11 14:45:25 +02:00
wiz
7320fadec9
Add maxmind geoip-db update utility to prod installer
2022-07-11 14:32:38 +02:00
Erik Arvstedt
355e89ce55
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
90b9c5fe8a
frontend URLs: *../resources
-> /resources
2022-07-11 13:32:23 +02:00
wiz
a458cf8ee3
Merge branch 'master' into nymkappa/bugfix/update-log-indexer
2022-07-11 11:31:39 +02:00
wiz
4b3cc7396c
Merge pull request #2067 from mempool/nymkappa/feature/block-api-dynamic-caching
...
Set /block API cache duration according to block age
2022-07-11 11:30:45 +02:00
wiz
e86c5987e3
Merge branch 'master' into nymkappa/feature/block-api-dynamic-caching
2022-07-11 11:19:03 +02:00
wiz
65ce49817c
Merge pull request #2066 from mempool/nymkappa/bugfix/graph-buttons
...
Fix graphs button layout
2022-07-11 11:18:01 +02:00
nymkappa
38ac38849e
[Indexer] Set log level accordingly - Remove indexing ETAs
2022-07-11 11:07:41 +02:00
wiz
960c31a3c7
Merge branch 'master' into nymkappa/bugfix/graph-buttons
2022-07-11 10:57:33 +02:00
wiz
38fa8de01f
Merge pull request #2065 from mempool/nymkappa/bugfix/liquid-block-api
...
Liquid always uses esplora (regression of #2039 )
2022-07-11 10:56:42 +02:00
nymkappa
a4641b8480
Set /block API cache duration according to block age
2022-07-11 09:53:32 +02:00
nymkappa
f2e703e928
Fix graphs button layout
2022-07-11 09:36:42 +02:00
nymkappa
0093eab269
Liquid always uses esplora (regression of #2039 )
2022-07-11 08:41:28 +02:00
wiz
b8b50b552e
Merge pull request #2026 from mempool/dependabot/npm_and_yarn/frontend/tinyify-3.1.0
...
Bump tinyify from 3.0.0 to 3.1.0 in /frontend
2022-07-10 19:35:00 +02:00
softsimon
665d85204b
Backfill node_stats
2022-07-10 19:28:21 +02:00