82 Commits

Author SHA1 Message Date
softsimon
a59144ec84 Changing setting to per hour 2023-08-03 18:22:52 +09:00
softsimon
9b24c07002 Updating start.sh and README 2023-08-03 17:43:02 +09:00
Mononaut
59937c2ce9 configurable price update frequency 2023-08-03 17:43:02 +09:00
Felipe Knorr Kuhn
301b4214a1 Fix RUST GBT Docker override 2023-07-31 14:11:31 -07:00
softsimon
e54c69f029 Fixing docker config and tests 2023-07-31 14:28:56 +09:00
Mononaut
2562831305 Add missing replication docker config 2023-07-14 16:43:07 +09:00
junderw
6fbe2288a4 Fix: Add new configs to all config instances properly. 2023-07-13 14:06:46 +09:00
Mononaut
e903d3ad1f Add Rust GBT config flag 2023-07-03 10:18:18 -04:00
Felipe Knorr Kuhn
e2f1ae9cf6 Add missing Lightning config 2023-05-14 13:26:35 -07:00
Felipe Knorr Kuhn
730afb8f68 Add missing DATABASE_TIMEOUT config 2023-05-14 13:20:18 -07:00
Felipe Knorr Kuhn
51f91dc44d Use the same delimiter for all substitutions 2023-05-14 13:13:37 -07:00
Mononaut
725e1cabb6 Add explicit timeout to mysql DB queries 2023-04-28 19:21:03 -06:00
nymkappa
545bef0cf9 [config] add missing RETRY_UNIX_SOCKET_AFTER 2023-04-07 13:28:32 +09:00
wiz
21349979e8 Merge branch 'master' into ops/esplora-unix-sockets 2023-03-21 14:29:06 +09:00
wiz
6a3f35f0f8 Merge branch 'master' into nymkappa/configurable-timeout 2023-03-20 17:38:40 +09:00
nymkappa
e7b72e1ea4 Make lnd timeout configurable 2023-03-20 16:35:44 +09:00
nymkappa
100daab4db Make bitcoin core timeout configurable 2023-03-20 16:15:40 +09:00
softsimon
e1770cc9a2 Removing Sigterm. Cache write block interval configuration. 2023-03-20 15:46:05 +09:00
wiz
bbbf241fd4 Fix backend docker config path for GeoIP data 2023-03-19 18:42:38 +09:00
wiz
68c1e4b1aa Add Maxmind GeoIP Lite download to Docker build 2023-03-19 17:49:08 +09:00
nymkappa
1c488b6288 Add missing MAXMIND in docker configs - Remove duplicated __MEMPOOL_INDEXING_BLOCKS_AMOUNT__ 2023-03-19 15:39:17 +09:00
Mononaut
b6fe0e0f33 Add axios support for esplora unix sockets 2023-03-13 14:53:44 +09:00
nymkappa
90bc1bc28e Update missing "pools.json" -> "pools-v2.json" 2023-02-26 13:54:43 +09:00
nymkappa
06a83efef0 Add config.MEMPOOOL.MAX_BLOCKS_BULK_QUERY parameter (default to 0, API disable) 2023-02-25 14:22:17 +09:00
nymkappa
d0e52f3695 Remove config.MEMPOOL.PRICE_FEED_UPDATE_INTERVAL 2023-02-16 09:44:52 +09:00
Mononaut
240b4cb6e2 Add audit / block health config feature flag 2023-02-14 12:32:30 -06:00
Felipe Knorr Kuhn
72ce8120b4 Fix missing audit Docker config 2023-01-12 23:39:09 -08:00
Mononaut
bfadcd2d45 Swap TRANSACTION_INDEXING for CPFP_INDEXING in docker config 2023-01-09 10:36:08 -06:00
Mononaut
17a34fef0c Add missing vars to docker config & readme 2023-01-09 10:36:08 -06:00
softsimon
f1e7ea0837 Adding MEMPOOL.ENABLED config to Docker 2022-10-21 21:08:48 +04:00
Felipe Knorr Kuhn
471d67218e Merge branch 'master' into master 2022-09-09 23:39:25 -07:00
wiz
d54c87d591 Merge pull request #2506 from knorrium/knorrium/fix_docker_start_script
Fix sed command for the pools json urls
2022-09-09 19:18:55 +02:00
Felipe Knorr Kuhn
34ef9ca8a3 Merge branch 'master' into master 2022-09-08 10:03:36 -07:00
Wes van der Vleuten
cd3a59273e Fixed forgotten CLN instance 2022-09-05 19:35:55 +02:00
Wes van der Vleuten
97e918e212 Fixed CLN to CLIGHTNING 2022-09-05 19:02:36 +02:00
Felipe Knorr Kuhn
72f45230c5 Fix sed command for the pools json urls 2022-09-03 09:23:55 -07:00
Erik Arvstedt
8f94788248 backend: Create npm script package
This script creates a directory `backend/package` which only contains the
files required by the backend at runtime:
- The contents of `dist`
- `node_modules` minus `typescript` and `@typescript-eslint`.
  These packages are build-only and are larger than the remaining whole package.

By using only `backend/package` in the Docker image,
the backend content size in the image is decreased by 70% to 31M.
This, along with the improved copying in the Dockerfile, reduces the
backend image size by 44% to 200M.
(Step `RUN chown -R 1000:1000 /backend ...` created a layer that effectively
duplicated the backend.)
2022-09-02 12:50:43 +02:00
nymkappa
4139e64492 Add missing lightning configuration variables where needed 2022-08-19 22:08:36 +02:00
Felipe Knorr Kuhn
bc502fc6b5 Fix the latest backend Docker startup vars 2022-08-12 23:08:05 -07:00
nymkappa
fd87bef8da Add missing config in docker script and sample 2022-08-09 17:26:14 +02:00
nymkappa
918d991cdd Disable automatic block re-indexing by default 2022-07-09 19:04:35 +02:00
nymkappa
f98b829678 Index block summaries in db 2022-06-18 16:48:02 +02:00
wiz
87a1c1e489 Fix one more broken sed substitution in docker/backend/start.sh 2022-06-08 22:13:56 +09:00
wiz
04262ad871 Add missing sed substitutions in docker/backend/start.sh
Fixes #1838
2022-06-08 07:50:21 +09:00
Ayanami
b4b814e2f9 Temporary disable retries
Until we find out how to sync async
2022-06-07 04:16:37 +09:00
Ayanami
0cc970ce68 Added missing config value
addressing comments from @knorrium
2022-06-07 04:16:36 +09:00
Felipe Knorr Kuhn
027b936952 Fix ELECTRUM_TLS_ENABLED Docker variable 2022-05-12 10:17:53 -07:00
nymkappa
fa574f6d73 mempool.space/.../pools.json => raw.githubusercontent.com/.../pools.json 2022-03-17 16:07:58 +01:00
wiz
5a04ffd128 Merge pull request #1358 from mempool/wiz/increase-default-indexing-blocks-amount
Increase default INDEXING_BLOCKS_AMOUNT by 10x to 11000 blocks
2022-03-14 13:15:54 +00:00
Djuri Baars
320ce82885 sed and config fix for MySQL socket, accept CLA for @dsbaars 2022-03-14 13:45:50 +01:00