softsimon
|
13db2626b0
|
Merge pull request #3181 from mempool/nymkappa/run-forensics-last
Run ln forensics last
|
2023-03-02 14:21:25 +09:00 |
|
nymkappa
|
87d678e268
|
Run ln forensics last
|
2023-03-01 16:52:24 +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
|
d938448fe9
|
Replace --reindex=xxx,xxx command line with --reindex-blocks
|
2023-02-26 15:28:50 +09:00 |
|
nymkappa
|
281899f551
|
List orphaned blocks in the new blocks-bulk API
|
2023-02-25 14:22:13 +09:00 |
|
nymkappa
|
73f76474dd
|
Implemented coinstatsindex indexing
|
2023-02-25 14:22:12 +09:00 |
|
Mononaut
|
7f54e30a26
|
Reuse HTTP connections to esplora backend
|
2023-02-18 21:34:09 +07:00 |
|
nymkappa
|
9734052477
|
Fix database used when database disabled
|
2023-02-15 17:45:29 +09:00 |
|
nymkappa
|
6c0dc34dd6
|
Run database migration before running any business logic
|
2023-02-15 16:13:10 +09:00 |
|
nymkappa
|
32aa7aaff1
|
Remove bisq price fetch and replace it with our in house price index
|
2023-02-15 16:05:14 +09:00 |
|
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 |
|
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 |
|
softsimon
|
b31642e554
|
Disable mempool config
fixes #2090
|
2022-10-21 21:08:48 +04:00 |
|
nymkappa
|
5b9b717a93
|
Fix LN stats importer with new data "cleanupTopology" structure
|
2022-08-19 18:07:26 +02:00 |
|
nymkappa
|
99379d53bf
|
When LN backend crashed, catch the error and restart after 1 minute
|
2022-08-03 12:43:41 +02:00 |
|
nymkappa
|
a25af16f7c
|
Fetch funding tx for clightning channels
|
2022-08-02 18:34:20 +02:00 |
|
nymkappa
|
00cd3ee9bf
|
Don't run the ln network update if the graph is emtpy
|
2022-08-02 18:34:19 +02:00 |
|
nymkappa
|
91ada9ce75
|
Integrate LN stats importer into the main process
|
2022-08-02 16:00:39 +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 |
|
softsimon
|
2253dd570d
|
Refactoring backend routes code
|
2022-07-11 19:15:28 +02:00 |
|
softsimon
|
73c4a934ce
|
Replacing ln-service library and wait for graph sync.
|
2022-07-08 18:55:35 +02:00 |
|
nymkappa
|
a238420d7f
|
Merge Lightning backend into Mempool backend
|
2022-07-08 18:55:26 +02:00 |
|
nymkappa
|
0887428066
|
Save block predictions results in db and show results in a chart
|
2022-07-06 22:27:45 +02:00 |
|
nymkappa
|
9ed7b2aad3
|
Add hashrate & difficulty chart resolution scaling
|
2022-07-06 21:03:55 +02:00 |
|
wiz
|
7424c65430
|
Merge branch 'master' into feature/nymkappa/index-difficulty-adjustments
|
2022-07-06 00:20:39 +02:00 |
|
wiz
|
1499eb3ba8
|
Merge branch 'master' into simon/block-tip-hash-api
|
2022-07-05 23:48:20 +02:00 |
|
nymkappa
|
acfdc8163b
|
Index difficulty adjustments
|
2022-07-05 16:52:56 +02:00 |
|
Felipe Knorr Kuhn
|
19ae01defb
|
Various typing and build fixes to enable CI
|
2022-06-27 21:28:21 -07:00 |
|
wiz
|
aad94a1af3
|
Merge branch 'master' into simon/block-tip-hash-api
|
2022-06-27 00:32:14 +09:00 |
|
nymkappa
|
68f72e3074
|
Implement our own price indexer with historical data
|
2022-06-23 15:42:42 +02:00 |
|
wiz
|
411e9c2e89
|
Merge branch 'master' into simon/block-tip-hash-api
|
2022-06-23 20:50:01 +09:00 |
|
softsimon
|
1479039fb5
|
Batch outspends requests
fixes #1902
|
2022-06-22 23:42:20 +02:00 |
|
softsimon
|
85e544dc8e
|
Adding missing Block Tip Hash API
|
2022-06-22 13:15:44 +02:00 |
|
Mononaut
|
288bddcaf2
|
Add API endpoint for block summary data
|
2022-06-16 02:46:27 +00:00 |
|
Ayanami
|
9d5bbf1f44
|
Handle Error with basic retry while syncing external assets ( Price Data )
+ Removed unused External Assets value
+ Make static URL dynamic
+ Added config options for syncing pool data
+ Added retry interval & max retry
|
2022-06-07 04:16:36 +09:00 |
|
wiz
|
4ccd786fe9
|
Change backend start syslog message from DEBUG to NOTICE
|
2022-06-01 01:09:08 +09:00 |
|
nymkappa
|
e590759b7b
|
Don't try to run pools parser if db is not enabled
|
2022-05-27 10:31:49 +02:00 |
|
nymkappa
|
9e0fdec053
|
Merge branch 'master' into nymkappa/feature/merge-blocks
|
2022-05-24 10:14:06 +02:00 |
|
nymkappa
|
88fba3f506
|
For non Bitcoin network, run legacy API code, but keep the same endpoint
|
2022-05-23 13:02:18 +02:00 |
|
nymkappa
|
37b7ea6702
|
Merge legacy and mining /blocks components and APIs
|
2022-05-23 09:08:40 +02:00 |
|
nymkappa
|
2a8314efc5
|
Move indexing logic into Indexer class
|
2022-05-19 16:41:14 +02:00 |
|
nymkappa
|
df59c21cfe
|
Cleanup mining API endpoints
|
2022-05-17 12:02:50 +02:00 |
|
nymkappa
|
d26b1436b5
|
Always expose /block/{hash} API in the node backend
|
2022-05-12 08:13:42 +02:00 |
|
nymkappa
|
3e90650536
|
Add /api/v1/mining/blocks/sizes-weights/:interval API
|
2022-05-10 16:41:23 +02:00 |
|
wiz
|
a892e569a3
|
Merge pull request #1590 from mempool/nymkappa/feature/hashrate-around-midnight
Run hashrate indexing after midnight
|
2022-05-09 10:45:24 +09:00 |
|