Commit graph

2955 commits

Author SHA1 Message Date
softsimon
aa9ebc277d
Merge pull request #3113 from mempool/nymkappa/bugfix/usd-charts-only
Show only USD in block fees/rewards charts
2023-02-23 14:50:32 +04:00
nymkappa
7e913e4d34
Show geolocation in node channels ranking widget 2023-02-23 18:57:55 +09:00
nymkappa
f9fe096669
Unsubscribe priceSubscription onDestroy 2023-02-23 18:43:32 +09:00
nymkappa
58f886b337
If we don't have a price for "single price" query then return empty price 2023-02-23 18:40:13 +09:00
nymkappa
50c3f83484
Fix design for node channels ranking 2023-02-23 18:36:13 +09:00
nymkappa
51ac04f207
Fix design for node liquidity ranking 2023-02-23 18:19:47 +09:00
wiz
aa561773ee
Merge branch 'master' into mononaut/flow-diagram-alignment 2023-02-23 16:12:01 +09:00
nymkappa
ffe02c2509
Fix lightning chart widget layout 2023-02-23 16:01:56 +09:00
nymkappa
ee54e782f8
Only display reward and block fee charts in USD due to missing historical data 2023-02-23 15:13:30 +09:00
nymkappa
3f95d094a3
Merge branch 'master' into nymkappa/bugfix/optimize-price-frontend 2023-02-23 14:51:46 +09:00
nymkappa
5b5de95828
Show historical price on block overview graph 2023-02-23 13:34:48 +09:00
nymkappa
5749820999
Optimize price API response size reduce the number of query to that API 2023-02-23 13:13:20 +09:00
wiz
ea74a737ff
Merge branch 'master' into nymkappa/bugfix/unknown-pool-yellow 2023-02-23 12:25:33 +09:00
nymkappa
f6c7839524
Show historical price on transaction bowtie chart 2023-02-23 10:46:18 +09:00
nymkappa
f44eacd5d5
Redo/Fix completely failed PR #3092 + add PR #3105 2023-02-23 09:50:34 +09:00
nymkappa
2246a6f3ce
Fix 'NaN' price for unconfirmed transaction since we have no block timestamp 2023-02-22 20:42:32 +09:00
nymkappa
437350aaff
Unknown pool color #FDD835 2023-02-22 14:06:08 +09:00
Mononaut
e8d54f254b
pixel-perfect flow diagrams 2023-02-21 21:59:31 -06:00
wiz
ef8a1c7393
Merge branch 'master' into nymkappa/bugfix/channel-geo 2023-02-22 10:32:52 +09:00
wiz
680f7d39cf
Merge branch 'master' into nymkappa/bugfix/chart-all 2023-02-22 09:58:33 +09:00
wiz
70d96583fb
Merge branch 'master' into nymkappa/feature/historical-price 2023-02-22 08:23:36 +09:00
wiz
2bfe192324
Merge branch 'master' into nymkappa/bugfix/pool-hashrate-history-colors 2023-02-22 08:05:48 +09:00
nymkappa
05594675c0
Disable timespan controls while isLoading 2023-02-21 18:48:09 +09:00
nymkappa
cf1bf9f0c5
Add missing formControl name 2023-02-21 18:47:27 +09:00
nymkappa
b2162130d9
Keep block alignment if fee/fee-range is missing 2023-02-21 18:09:41 +09:00
nymkappa
de117e30f2
Use mempool chart color palette on hashrate history 2023-02-21 17:51:46 +09:00
nymkappa
c949fee49f
Fix liquid infinite scrolling 2023-02-21 17:25:39 +09:00
nymkappa
3c94755a69
Use historical price for older blocks and transactions 2023-02-21 12:37:27 +09:00
nymkappa
14be0fc547
Hide pool share on mobile in pool ranking 2023-02-20 18:14:12 +09:00
nymkappa
0dc2a598c3
Show avg block heath in pool ranking pie chart 2023-02-20 18:14:12 +09:00
wiz
df578f64ee
Merge branch 'master' into simon/remove-included-in-block 2023-02-20 17:28:05 +09:00
Felipe Knorr Kuhn
0e0acff00f
Merge branch 'master' into mononaut/mobile-chain-jumping 2023-02-19 14:00:10 -08:00
Felipe Knorr Kuhn
250f07732f
Merge branch 'master' into nymkappa/bugfix/channel-geo 2023-02-19 13:56:11 -08:00
softsimon
209d5a57c7
Merge pull request #3079 from mempool/nymkappa/bugfix/layout-fix
Only add clearfix on block list widget
2023-02-19 20:41:15 +07:00
nymkappa
66d52c9773
Update blocks-list.component.html 2023-02-19 20:43:51 +09:00
nymkappa
c1fc60e61e
Wrap duplicate ngIf into a ng-template 2023-02-19 19:30:55 +09:00
softsimon
44865d18ae
Remove included in block 2023-02-19 17:24:43 +07:00
softsimon
f6800b848a
Merge pull request #3048 from knorrium/update_mainnet_tests
Update mainnet tests
2023-02-19 16:44:40 +07:00
nymkappa
6229708dfd
Fixes #3034 2023-02-19 17:36:09 +09:00
nymkappa
e2eccf6e85
Remove hardcoded mining pools colors as it's not relevant 2023-02-19 17:14:49 +09:00
Felipe Knorr Kuhn
95b029ee7b
Merge branch 'master' into update_mainnet_tests 2023-02-18 15:36:20 -08:00
softsimon
330aba0985
Merge pull request #3066 from antonilol/sizeperweight-graph
Add size per weight graph and ts type for `getHistoricalBlockSizesAndWeights`
2023-02-18 23:57:06 +07:00
softsimon
65875c3ced
Merge pull request #3009 from mempool/update-cpfp-faq-mined
Update cpfp faq for stored relationships
2023-02-18 20:44:15 +07:00
softsimon
83e80b90d7
Merge branch 'master' into update_mainnet_tests 2023-02-18 19:45:50 +07:00
nymkappa
224613e5ee
Fix channel map not being updated (racing condition) 2023-02-18 21:20:22 +09:00
wiz
177fba2178
Merge branch 'master' into mononaut/liquid-address-table 2023-02-18 20:34:59 +09:00
softsimon
2993a286b8
Migrated transifex and fetched latest translations 2023-02-18 09:39:32 +07:00
Antoni Spaanderman
04d8926ef5
fix missing quote 2023-02-17 15:47:32 +01:00
Antoni Spaanderman
565e572b88
Update frontend/src/app/components/block-sizes-weights-graph/block-sizes-weights-graph.component.ts
change size per weight graph color

Co-authored-by: nymkappa <9780671+nymkappa@users.noreply.github.com>
2023-02-17 15:45:15 +01:00
Antoni Spaanderman
a897aebbc1
add size per weight graph and ts type for getHistoricalBlockSizesAndWeights 2023-02-16 15:39:09 +01:00