Commit graph

405 commits

Author SHA1 Message Date
wiz
c88b7ddc77
ops: Use TK7 for unfurler 2023-07-31 11:12:54 +09:00
softsimon
2fffd8b43c
Merge branch 'master' into hunicus/manual-deployment-enterprise 2023-07-19 14:19:03 +09:00
wiz
fa48c6f025
ops: Use NodeJS v18 to build, v20 to run backend 2023-07-18 08:52:51 +09:00
wiz
7e06c97f51
ops: Bump NodeJS to v20.4.0 2023-07-18 07:50:14 +09:00
wiz
c02eef352b
ops: Increase bitcoin.conf maxconnections 42 -> 100 2023-07-17 22:56:16 +09:00
wiz
924782a4d1
Merge pull request #3867 from mempool/simon/enable-mempoolfullrbf
It's time (Enable fullrbf)
2023-07-17 21:48:46 +09:00
softsimon
77764e1c77
Merge pull request #3882 from mempool/mononaut/audit-replication
Audit data synchronization
2023-07-17 12:51:34 +09:00
wiz
a7ec9138c3
ops: Bump elements tag to 22.1.1 2023-07-17 01:14:52 +09:00
Mononaut
69e6b164b9
Add audit data replication service 2023-07-14 16:43:05 +09:00
wiz
8b681f3ba0
Merge pull request #3670 from mempool/junderw/pushtxantidos
Push TX: Include validation to prevent DoS
2023-07-13 15:44:18 +09:00
wiz
15e58035e5
ops: Remove 2 electrs patches from prod installer 2023-07-13 15:06:00 +09:00
junderw
222b34993b
Fix: Add new configs to all config instances properly. 2023-07-13 14:06:46 +09:00
wiz
09b966e507
Merge branch 'master' into nymkappa/scan-closed-channel-no-mempool 2023-07-12 16:00:52 +09:00
Mononaut
11d1a68f78
Upgrade bitcoin core to v25.0 2023-07-11 14:36:42 +09:00
junderw
0c7c1dd0a8
Merge remote-tracking branch 'origin/master' into mononaut/rust-gbt 2023-07-05 08:39:48 -07:00
wiz
824c6f97e4
ops: Use mempool/electrs for liquid instances 2023-07-05 09:33:33 +09:00
Mononaut
8f675c7062
Add Rust GBT config flag 2023-07-03 10:18:18 -04:00
Mononaut
d4ed238ae1
Add statistics/all to cache warmer, change query keyword 2023-06-30 19:52:05 -04:00
wiz
39bde61538
ops: Set cache time for /api/v1 endpoints to 2 sec 2023-06-16 17:15:41 -07:00
wiz
c42670259e
ops: Fix crash while building electrs in install script 2023-06-15 02:37:30 -07:00
wiz
126a75ed45
ops: Use mempool/electrs fork of blockstream/electrs 2023-05-30 12:53:38 -03:00
wiz
ef3ce6d187
Merge pull request #3799 from Emzy/ops/nginx-json-match 2023-05-25 14:58:45 -03:00
Stephan Oeste
ad4c7d7c0b
Fix exact match of .js files. Was also matching .json before. 2023-05-25 16:50:56 +02:00
wiz
725526d733
Merge pull request #3637 from mempool/ops/installer-fix-cln-folder-creation
ops: Fix installer creation of CLN folders
2023-05-23 18:34:28 -03:00
wiz
c81509d762
ops: Start mysql-server using onestart from install 2023-05-23 17:57:27 -03:00
wiz
07f16165ff
ops: Disable buggy CLN crontab job in install 2023-05-23 17:23:51 -03:00
softsimon
e88e56421b
Enable fullrbf 2023-05-20 18:00:22 -04:00
wiz
6e83bee23f
ops: Disable mempool loop for lightning backends 2023-05-12 11:38:28 -05:00
wiz
604c3ba266
ops: Tweak boot-time delays for all daemons 2023-04-06 19:19:28 +09:00
wiz
3c30415982
ops: Add fallback TCP socket for esplora backends 2023-04-06 17:52:17 +09:00
wiz
66109afb0d
ops: Enable unix socket for esplora on mainnet-lightning 2023-04-05 16:48:26 +09:00
wiz
906f24f0ee
ops: Use unix sockets for MySQL 2023-04-04 21:48:42 +09:00
wiz
bca35600ff
ops: Fix installer creation of CLN folders 2023-04-04 20:18:46 +09:00
wiz
bdb7e62921
Merge branch 'master' into ops/esplora-unix-sockets 2023-04-03 15:34:47 +09:00
softsimon
855c11f02c
Enabling mempool in lightning prod
fixes #3579
2023-03-27 14:51:34 +09:00
wiz
ccab8b16bf
Merge branch 'master' into ops/esplora-unix-sockets 2023-03-21 14:29:06 +09:00
softsimon
517cf613c1
Removing Sigterm. Cache write block interval configuration. 2023-03-20 15:46:05 +09:00
wiz
8f2493dadb
ops: Use old elements RPC port 7040 2023-03-18 18:48:37 +09:00
wiz
7c2493f3fa
ops: Bump elementsd to v22.1 2023-03-17 22:07:48 +09:00
wiz
7970f4ae88
ops: Use unix sockets to query esplora from nginx 2023-03-13 16:35:27 +09:00
wiz
730c1ae2d7
Merge branch 'master' into hunicus/manual-deployment-enterprise 2023-03-12 16:57:49 +09:00
nymkappa
6327ce7c89
Sort asn numerically - add few more top 10 isp in warm cache 2023-03-10 09:21:44 +09:00
wiz
ead7a13ff0
i18n: Enable Danish, disable Catalan 2023-03-08 21:14:46 +09:00
wiz
8adacd4a0e
ops: Add missing unfurl route in nginx/server-common.conf 2023-03-08 16:14:43 +09:00
softsimon
4e39c27c75
Adding 4 year button to mempool graph
fixes #3218
2023-03-04 18:48:16 +09:00
hunicus
e7ad857cc9 Specify manual deployment support for enterprise sponsors [readme] 2023-03-04 18:24:02 +09:00
wiz
5fb4eac4b7
ops: Add missing /api/address-prefix nginx route for bisq 2023-03-04 15:53:49 +09:00
wiz
ec0d8b7c48
ops: Remove fork repos from upgrade script 2023-03-02 19:30:02 +09:00
wiz
75faa2b45a
Merge pull request #3150 from mempool/ops/update-warm-cache-new-pool-slugs
ops: Update nginx-cache-warmer for new pool slugs API
2023-02-26 16:20:51 +09:00
softsimon
bc3400ce75
Enable GBT mempool in all production configs 2023-02-26 10:13:25 +04:00