Mononaut
|
47044db043
|
standardize API error strings & validation
|
2024-12-19 13:00:44 +00:00 |
|
wiz
|
2ea76d9c38
|
Merge pull request #5394 from mempool/mononaut/use-acceleration-websocket
[accelerator] get acceleration updates over websocket
|
2024-10-30 18:17:26 +09:00 |
|
Mononaut
|
862c9591a1
|
wallet tracking backend support
|
2024-10-18 02:34:25 +00:00 |
|
Mononaut
|
be49f70b09
|
[accelerator] get acceleration updates over websocket
|
2024-09-23 17:17:28 +00:00 |
|
nymkappa
|
4596394100
|
[mining] pool updater is now self contained service
|
2024-08-20 12:07:20 +02:00 |
|
nymkappa
|
ae2ed8fdae
|
[mining] fix pools updater only running at start
|
2024-08-20 11:53:48 +02:00 |
|
Mononaut
|
b49a6c4cac
|
[accelerator] on-demand polling support
|
2024-07-24 17:32:43 +00:00 |
|
Mononaut
|
92434d41a4
|
[ops] disable services api proxy on production
|
2024-07-09 06:27:26 +00:00 |
|
Mononaut
|
42c60fd991
|
Defer db access to fix failing tests
|
2024-06-04 20:57:40 +00:00 |
|
Mononaut
|
2a43255802
|
testmempool accept more validation & switch to JSON array format
|
2024-04-21 10:05:58 +07:00 |
|
nymkappa
|
7a098952c8
|
[server] disable unix socket listening by default
|
2024-04-09 15:11:40 +09:00 |
|
nymkappa
|
bed00fbd41
|
[server] express server also listens on unix socket
|
2024-04-07 18:39:37 +09:00 |
|
nymkappa
|
0f26940018
|
Merge branch 'master' into nymkappa/proxy-accel-endpoints
|
2024-04-04 16:01:17 +09:00 |
|
nymkappa
|
dab9357b40
|
[about page] proxy community sponsors apis to prod, small refactor
|
2024-04-04 13:56:39 +09:00 |
|
nymkappa
|
60040c3914
|
[accelerator] proxy acceleration api to prod
|
2024-04-04 12:57:54 +09:00 |
|
softsimon
|
0090d36514
|
Merge branch 'master' into simon/remove-bisq
|
2024-04-01 18:52:56 +09:00 |
|
Mononaut
|
e2d3bb4cc5
|
Use minfee node to limit gbt input size
|
2024-03-29 03:49:54 +00:00 |
|
softsimon
|
60996a99f0
|
Removing Bisq
|
2024-03-23 18:03:49 +09:00 |
|
natsoni
|
a5099fed75
|
Add backend checks for enabling fiat prices and update config paths
|
2024-03-10 17:12:19 +01:00 |
|
softsimon
|
1df5c5df6d
|
Updating to match crontab update
|
2024-03-07 11:09:08 +07:00 |
|
junderw
|
11a6d81a17
|
Fix: Refresh Liquid icons every 15 seconds to match electrs.
|
2024-03-07 02:21:38 +09:00 |
|
natsee
|
4b10e32e73
|
Liquid: add indexing process of Federation utxos
|
2024-01-20 15:15:15 +01:00 |
|
nymkappa
|
f095913538
|
[bitcoin core] add internal routes to bitcoin core rpc
|
2024-01-15 09:59:32 +01:00 |
|
Mononaut
|
08a35b85a8
|
Fix current accelerations update race condition
|
2023-12-06 12:09:28 +00:00 |
|
Mononaut
|
00887bc24b
|
Refactor indexer scheduling to avoid accumulating identical tasks
|
2023-11-14 06:30:22 +00:00 |
|
Mononaut
|
1ae34e069c
|
Fix silently unhandled database exceptions
|
2023-11-14 05:11:51 +00:00 |
|
Mononaut
|
8c4b488251
|
handle SIGHUP exit code
|
2023-11-13 07:54:11 +00:00 |
|
Mononaut
|
0808640ec0
|
Check database enabled before releasing PID lock file
|
2023-10-01 16:38:45 +01:00 |
|
Mononaut
|
7dad00523f
|
Implement pid file & checks
|
2023-10-01 16:37:28 +01:00 |
|
Mononaut
|
2095f90262
|
new health-check based esplora failover mechanism
|
2023-08-05 19:02:46 +09:00 |
|
softsimon
|
af4d0b4d3f
|
Allow priceUpdater to run without storing to database
|
2023-08-03 17:43:02 +09:00 |
|
Mononaut
|
22665f149b
|
add /prices api endpoint
|
2023-08-03 17:43:01 +09:00 |
|
softsimon
|
b0080a5859
|
Base mempool break limit of current poll rate
|
2023-08-01 15:55:03 +09:00 |
|
Mononaut
|
6b7d8d95f7
|
reduce mempool poll rate while indexing
|
2023-07-31 18:13:16 +09:00 |
|
Mononaut
|
5138f9a254
|
Implement Redis cache for block and mempool data
|
2023-07-31 12:16:33 +09:00 |
|
Mononaut
|
2c1b9b9095
|
Fix mempool update poll delay
|
2023-07-17 18:21:44 +09:00 |
|
Mononaut
|
ca6ddd609d
|
clean up backend websocket logic
|
2023-06-30 19:43:04 -04:00 |
|
Mononaut
|
d322c6b5b5
|
Fix new block mempool deletion race condition
|
2023-05-05 10:19:11 -07:00 |
|
Mononaut
|
e5f97ace8b
|
delay writing disk cache until block handler completes
|
2023-05-03 15:53:47 -06:00 |
|
softsimon
|
8db7326a5a
|
Merge pull request #3709 from mempool/mononaut/optimize-new-block-gbt
skip unnecessary makeBlockTemplates call
|
2023-05-03 21:56:07 +04:00 |
|
softsimon
|
dd68572603
|
Revert "Revert TCP socket fallback"
|
2023-05-03 10:11:44 +04:00 |
|
Mononaut
|
03ee5c7c31
|
skip unnecessary makeBlockTemplates
|
2023-05-02 18:47:34 -06:00 |
|
Mononaut
|
4597bfa5d7
|
use $ naming convention for async function names
|
2023-04-30 15:52:44 -06:00 |
|
Mononaut
|
f30cf70226
|
await for mempool change handler after loading disk cache
|
2023-04-30 15:51:26 -06:00 |
|
softsimon
|
000c46bf57
|
Revert TCP socket fallback
|
2023-04-28 12:06:49 +04:00 |
|
nymkappa
|
c23e529f0a
|
[main loop] retry every seconds upon exception - warn after 5 attempts
|
2023-04-05 22:44:01 +09:00 |
|
nymkappa
|
d9b4ad64bb
|
Fix % on heap limit warn
|
2023-03-29 17:30:32 +09:00 |
|
Mononaut
|
28de93d0ff
|
move lazy tx deletion into main loop
|
2023-03-24 09:48:08 +09:00 |
|
softsimon
|
e3109a8fec
|
Catch exeptions in Lightning stats
fixes #3486
|
2023-03-20 20:46:11 +09:00 |
|
wiz
|
f37946118c
|
Change heap size warning to 80% utilization
|
2023-03-05 15:45:28 +09:00 |
|