127 Commits

Author SHA1 Message Date
Mononaut
bc076a850e calculate & index cpfp packages 2022-11-29 11:42:07 +09:00
Mononaut
482805b132 move block audit endpoint from mining to bitcoin routes 2022-11-25 19:32:50 +09:00
Mononaut
1f78061c08 better fallbacks for missing block summaries data 2022-11-25 10:16:58 +09:00
Mononaut
95969f9ba7 optimize block audit scores db query 2022-11-24 17:11:45 +09:00
Mononaut
b5b489acde merge block-audit and block pages 2022-11-24 17:10:53 +09:00
Mononaut
7d4f67d5f7 save 'fresh' transactions in block audit repository 2022-11-24 17:10:53 +09:00
Mononaut
b152582d44 Store & expose node extension TLV data in backend 2022-11-21 20:27:03 +09:00
Mononaut
6204784fff Fetch missing block audit scores 2022-11-21 18:45:34 +09:00
Felipe Knorr Kuhn
227cbd2450 Merge branch 'master' into junderw/search-blocktime 2022-11-07 07:21:14 -08:00
Mononaut
8e4f996200 Add match rate to block page 2022-10-28 18:49:29 -06:00
Mononaut
ba275c87d3 Clean up block audit page & tweak color scheme 2022-10-28 18:49:28 -06:00
junderw
eca9daf5e2 Fix: Add hash and reverse search order 2022-09-19 16:44:53 +09:00
junderw
baaa53f0ce Backend: Add block height from timestamp endpoint 2022-09-18 22:30:09 +09:00
nymkappa
34bd21aa8f Create and populate nodes_socket table 2022-08-13 11:01:46 +02:00
Felipe Knorr Kuhn
43e8e8a2ef Merge branch 'master' into nymkappa/bugfix/index-blocks-prices-often 2022-07-21 16:29:24 -07:00
nymkappa
2b4917b685 Wait for the price updater to complete before saving blocks prices 2022-07-16 09:22:45 +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
nymkappa
f36b24e11e Fix mysql syntax error 2022-07-12 19:10:57 +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
nymkappa
e9b7bf2838 [Indexer] Set log level accordingly - Remove indexing ETAs 2022-07-11 11:07:41 +02:00
wiz
ecf731d78a Merge branch 'master' into nymkappa/bugfix/diff-adj-table-raw-db-data 2022-07-10 12:56:30 +02:00
nymkappa
f09228ada5 Fix first diff adjustmeent if INDEXING_BLOCK_AMOUNT is not -1 2022-07-10 12:39:22 +02:00
nymkappa
677771b1fb Use raw diff adjustment for diff adj table widget 2022-07-10 12:39:21 +02:00
wiz
f2abf5e1df Merge branch 'master' into nymkappa/bugfix/dont-insert-price-no-usd 2022-07-10 12:17:08 +02:00
nymkappa
8d28d2f9e7 Index weekly mining pool hashrate only if there are blocks mined 2022-07-09 22:34:18 +02:00
nymkappa
e591fcb655 Use oldest consecutive block timestamp as hashrate indexing limit 2022-07-09 22:11:27 +02:00
nymkappa
be97b22d91 Use raw db hashrate instead of avg for indexing 2022-07-09 22:11:27 +02:00
nymkappa
68caf5cccb Ignore prices without USD exchange rate 2022-07-09 16:13:01 +02:00
nymkappa
d2ab72390f Save block predictions results in db and show results in a chart 2022-07-06 22:27:45 +02:00
wiz
ab9bf3e327 Merge branch 'master' into nymkappa/feature/price-columns 2022-07-06 22:13:25 +02:00
wiz
91fa84d825 Merge branch 'master' into nymkappa/bugfix/handle-error-pool-hashrate 2022-07-06 21:54:14 +02:00
nymkappa
efb5eba092 Add hashrate & difficulty chart resolution scaling 2022-07-06 21:03:55 +02:00
nymkappa
a5635a5020 Handle gracefuly query to pool dominance when there is no indexed block #1913 2022-07-06 11:00:41 +02:00
nymkappa
c4810bf7a1 Replace json prices.avg_prices with table columns - update prices logs 2022-07-06 10:46:00 +02:00
nymkappa
36d9425853 Index difficulty adjustments 2022-07-05 16:52:56 +02:00
nymkappa
1599d202fd Implement our own price indexer with historical data 2022-06-23 15:42:42 +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
nymkappa
f98b829678 Index block summaries in db 2022-06-18 16:48:02 +02:00
nymkappa
a2715db823 Re-add hash field in the mysql block query 2022-06-01 10:06:18 +02:00
wiz
d5dcf46486 Merge branch 'master' into nymkappa/feature/historical-rates 2022-05-31 23:58:51 +09:00
wiz
a9b059bf69 Merge branch 'master' into nymkappa/bugfix/block-url-link 2022-05-31 18:20:47 +09:00
wiz
ae567e0cd5 Merge branch 'master' into nymkappa/feature/historical-rates 2022-05-31 17:35:54 +09:00
nymkappa
6b22efa969 Use block hash instead of block height in urls 2022-05-27 20:43:14 +02:00
nymkappa
e7023ad22a Mining dashboard still runs fine if Bitcoin Core becomes unavailable 2022-05-27 11:26:56 +02:00
nymkappa
4591489e8c Save bisq aggregate exchange rates in the database for each new block 2022-05-25 10:51:35 +02:00
wiz
86fa97bc66 Merge branch 'master' into nymkappa/feature/update-api-case 2022-05-21 03:18:57 +09:00