127 Commits

Author SHA1 Message Date
Mononaut
f9d03b1bb4
Add coinbase_addresses to extended blocks & table 2024-06-24 06:15:01 +00:00
natsoni
c2a3ff4b67
Improve granularity when zoom in block fees bar graph 2024-05-14 20:31:25 +02:00
natsoni
0ef76f3e64
Block subsidy graph back to timespan selection mode 2024-05-11 14:36:17 +02:00
natsoni
f16afe20be
Update data length limit in fees bar chart to 10k blocks at once 2024-05-05 15:24:03 +02:00
natsoni
453a2224cd
Add block fees vs subsidy bar chart 2024-05-03 12:56:33 +02:00
softsimon
b44ec76130
Merge pull request #4637 from mempool/mononaut/summaries-indexing-error
More robust error handling and logging during summaries indexing
2024-02-03 20:39:09 +08:00
Mononaut
0bf0d79ee4
Fix error handling in acceleration data polling 2024-02-02 15:31:10 +00:00
Mononaut
db8ba7c938
More robust error handling and logging during summaries indexing 2024-01-30 16:42:55 +00:00
Mononaut
7405cf8336
Add block classification indexing 2024-01-23 01:44:19 +00:00
Mononaut
66d88abdc5
Refactor difficulty reindexing to process blocks in height order 2023-11-26 08:17:30 +00:00
wiz
8c396978a8
Merge branch 'master' into mononaut/electrs-blocks 2023-08-01 13:54:05 +09:00
Mononaut
a863c17408
Fix difficulty indexing db queries to return bits 2023-08-01 13:28:56 +09:00
Mononaut
0d25ef0b5b
Get block txs from esplora, index CPFP together with summaries 2023-07-31 18:13:16 +09:00
Mononaut
e81839e7ed
Return null for avg of zero matching health scores 2023-07-11 09:54:03 +09:00
softsimon
c5bf167e36
Merge pull request #3846 from mempool/mononaut/audit-details
Add expected vs actual audit details comparison table
2023-06-14 23:05:07 +02:00
Mononaut
93d24d1cf7
Add expected fee % diff to blocks list page 2023-06-10 12:35:15 -04:00
Mononaut
3013386ca5
Add expected weight to audit table 2023-06-10 12:32:53 -04:00
Joost Jager
74b2014dff
Show expected fees in blocks list 2023-06-06 08:52:29 +02:00
nymkappa
0b74cf1d89
fix possible backend crash x2, remove dead code, improve log 2023-05-31 09:58:29 -07:00
nymkappa
c558c85f36
fix possible backend crash 2023-05-31 09:48:44 -07:00
nymkappa
6016db2533
[indexing] save missing fee_percentiles and median_fee_amt when indexing on the fly 2023-04-06 11:55:17 +09:00
nymkappa
b23f14b798
[indexing] fix typescript issue, reading invalid field 2023-04-06 11:54:22 +09:00
nymkappa
816fb3bf01
Don't delete transactions when checking if the current chain is valid 2023-03-31 12:22:26 +09:00
nymkappa
44bbb472d3
Keep re-org'ed block summaries in the database 2023-03-31 12:08:05 +09:00
nymkappa
9e4fe40ca3
When a re-org happens, keep the block templates for audit 2023-03-29 17:32:17 +09:00
Mononaut
2baa10dcef
Use effective fee rate heuristics for block fee span 2023-03-28 16:19:06 +09:00
nymkappa
0ebe0a5dc9
Add new stats in mining pool page 2023-03-16 16:13:11 +09:00
Mononaut
5eae84bb75
Fix memory-intensive getCPFPUnindexedBlocks mysql query 2023-03-07 21:01:54 -06:00
nymkappa
a67656389e
Fix chain divergence detection upon new block (use the new interface) 2023-03-01 13:50:15 +09:00
nymkappa
01d699e454
Add missing match rate to the block returned from the database 2023-02-27 18:39:02 +09:00
nymkappa
0aff276a5c
Enforce BlockExtended use for block indexing - Unify /api/v1/block(s) API(s) response format 2023-02-27 18:00:00 +09:00
nymkappa
5fba448dca
Truncate coinbase data if it's too long 2023-02-26 18:24:08 +09:00
nymkappa
a0488dba76
Cleanup block before sending response in /blocks-bulk API
Remove block_time
Index summaries on the fly
2023-02-25 14:22:15 +09:00
nymkappa
75a99568bf
Index coinbase signature in ascii 2023-02-25 14:22:14 +09:00
nymkappa
b2eaa7efb1
Fix fee percentiles indexing 2023-02-25 14:22:14 +09:00
nymkappa
6965c8f41b
Fix median time indexing 2023-02-25 14:22:14 +09:00
nymkappa
458f24c9f2
Compute median fee and fee percentiles in sats 2023-02-25 14:22:13 +09:00
nymkappa
8f716a1d8c
Fix median timestamp field - Fix reponse format when block is indexed on the fly 2023-02-25 14:22:13 +09:00
nymkappa
8612dd2d73
Remove unescessary data from the blocks-bulk API 2023-02-25 14:22:12 +09:00
nymkappa
73f76474dd
Implemented coinstatsindex indexing 2023-02-25 14:22:12 +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
Mononaut
aa8a3e60c2
expose other currencies in charts APIs 2023-02-01 10:23:55 -06:00
Mononaut
f0d3bb87c6
handle gaps in indexed CPFP data 2023-01-11 08:44:11 -06:00
Mononaut
b50936f001
compact schemas for cpfp tables 2023-01-11 08:44:10 -06:00
Mononaut
0d921cf7a6
don't rely on blocks table for cpfp indexing progress 2023-01-11 08:44:10 -06:00
Mononaut
9b6a012476
calculate & index cpfp packages 2022-11-29 11:42:07 +09:00
junderw
5d1c5b51dd
Fix: Add hash and reverse search order 2022-09-19 16:44:53 +09:00
junderw
19467de809
Backend: Add block height from timestamp endpoint 2022-09-18 22:30:09 +09:00
nymkappa
908635b3dd
Fix mysql syntax error 2022-07-12 19:10:57 +02:00
nymkappa
5ac9b5674e
Show "indexing in progress" in fee/reward charts during block indexing 2022-07-12 08:50:07 +02:00