Commit Graph

1216 Commits

Author SHA1 Message Date
wiz
0d797ff7fd
Merge branch 'master' into mononaut/ln-penalty-scan-optimization 2022-11-23 19:14:20 +09:00
softsimon
74dbd6cee1
Add support for application/base64 content type 2022-11-23 18:43:37 +09:00
Mononaut
7d3ec63335
move long-running forensics scans to separate service, throttle backend calls 2022-11-23 10:38:24 +09:00
softsimon
584f443f56
Adding new getTransactionHex api 2022-11-22 21:45:05 +09:00
softsimon
4f3296566a
Make api available on all backends 2022-11-22 19:08:09 +09:00
wiz
1309a63430
Merge branch 'master' into junderw/psbt-complete-inputs 2022-11-22 18:57:36 +09:00
wiz
802d38c363
Merge branch 'master' into nymkappa/bugfix/404-ftx-not-found 2022-11-22 18:18:14 +09:00
wiz
2b94849881
Merge branch 'master' into junderw/psbt-complete-inputs 2022-11-22 17:59:50 +09:00
wiz
28d5ec34b3
Merge branch 'master' into nymkappa/bugfix/node-count 2022-11-22 17:25:23 +09:00
softsimon
5e72ecfdc9
Support Maxmind Lite
fixes #2553
2022-11-22 16:13:27 +09:00
Mononaut
b9a761fb88
add ADVANCED_TRANSACTION_SELECTION default to config test 2022-11-22 15:10:24 +09:00
Mononaut
b1d490972b
refactor async mempool/block update callbacks 2022-11-22 14:43:58 +09:00
Mononaut
786d73625a
guard new tx selection algo behind config setting 2022-11-22 14:43:58 +09:00
Mononaut
08ad6a0da3
move new tx selection algorithm into thread worker 2022-11-22 14:43:55 +09:00
wiz
38cb45e026
Merge pull request #2664 from mononaut/block-audit-db-migration
db migration to clear obsolete block audit data
2022-11-22 14:40:33 +09:00
Mononaut
24dba5a2ef
Bump db migration query timeout to 900s 2022-11-22 14:25:57 +09:00
Mononaut
a32f960c4a
db migration to clear obsolete audit data 2022-11-22 14:07:29 +09:00
nymkappa
9d5717f30d
Make sure we handle all isp id in the queried list 2022-11-22 11:58:16 +09:00
wiz
5da8f2b6dc
Merge branch 'master' into nymkappa/feature/rename-mining-pool 2022-11-22 10:54:20 +09:00
wiz
adcc1ba4f0
Merge branch 'master' into fix-block-summary-vsize 2022-11-21 21:03:45 +09:00
Mononaut
373e02a5b0
Store & expose node extension TLV data in backend 2022-11-21 20:27:03 +09:00
wiz
eb03fc18ad
Merge branch 'master' into scan-for-penalty-txs 2022-11-21 19:19:22 +09:00
Mononaut
5b6f713ef3
Fetch missing block audit scores 2022-11-21 18:45:34 +09:00
Mononaut
29f7c89c53
Tweak block audit algo to reduce false positives 2022-11-21 18:43:52 +09:00
wiz
7232c4755d
Merge branch 'master' into nymkappa/bugfix/node-count 2022-11-21 18:19:53 +09:00
wiz
e051758ca7
Merge pull request #2564 from mempool/junderw/search-blocktime
[Feature] Search for block by timestamp
2022-11-21 17:45:02 +09:00
wiz
be3acf8694
Merge branch 'master' into junderw/psbt-complete-inputs 2022-11-21 17:34:26 +09:00
wiz
5957b71774
Merge branch 'master' into simon/disable-mempool-config 2022-11-21 17:23:34 +09:00
wiz
8cc252642b
Merge branch 'master' into simon/updated-mempool-debug-output 2022-11-21 17:12:07 +09:00
nymkappa
7c7273b696
Remove FTX from the price feeds 2022-11-20 19:23:51 +09:00
Mononaut
c1e741a025
Rescan unresolved LN channel force closes 2022-11-19 17:30:56 +09:00
nymkappa
d32d97fbaf
Add support for renaming a mining pool without changing regex or addresses 2022-11-09 06:43:46 +01:00
Felipe Knorr Kuhn
b069196c27
Merge branch 'master' into junderw/psbt-complete-inputs 2022-11-07 07:21:24 -08:00
Felipe Knorr Kuhn
48e2df3f7a
Merge branch 'master' into junderw/search-blocktime 2022-11-07 07:21:14 -08:00
Mononaut
9c6799e193
Fix rounded vsize in block summaries 2022-11-04 10:37:14 -06:00
Mononaut
f3eb403c17
Add match rate to block page 2022-10-28 18:49:29 -06:00
Mononaut
b6343ddc2d
Clean up block audit page & tweak color scheme 2022-10-28 18:49:28 -06:00
Mononaut
6d28259515
disable block audits unless indexing is enabled 2022-10-28 15:16:03 -06:00
Mononaut
968d7b827b
Optimize makeBlockTemplates 2022-10-27 10:25:16 -06:00
Mononaut
832ccdac46
improve audit analysis and scoring 2022-10-27 10:25:15 -06:00
Mononaut
39afa4cda1
Fix errors in block audit tx selection algorithm 2022-10-27 10:25:15 -06:00
Mononaut
702ff2796a
New projected block transaction selection algo 2022-10-27 10:25:15 -06:00
softsimon
a5c4f8e2f3
Adding migration to force rescan of closed channels 2022-10-21 23:42:37 +04:00
nymkappa
27c39ef557
Only show active nodes is isp page 2022-10-21 20:09:20 +02:00
softsimon
601a559784
Adding MEMPOOL.ENABLED config to Docker 2022-10-21 21:08:48 +04:00
softsimon
0e0ac363cf
Updating unit test 2022-10-21 21:08:48 +04:00
softsimon
b31642e554
Disable mempool config
fixes #2090
2022-10-21 21:08:48 +04:00
Mononaut
022785a555
Fix ln close classification logic 2022-10-20 17:59:36 +00:00
wiz
76764936f9
Merge branch 'master' into nymkappa/bugfix/log-counter 2022-10-17 04:25:27 +09:00
Mononaut
f4df51dd21
API method for node fee histogram data 2022-10-15 00:57:34 +00:00