926 Commits

Author SHA1 Message Date
wiz
e1c5d3595f Rename repos on DockerHub to mempool/frontend and mempool/backend 2021-02-03 17:07:12 +09:00
wiz
0417ca3676 Remove mempool-mysql Dockerfile target 2021-02-03 16:41:28 +09:00
wiz
d31fdb752c Fix name and target tag of GitHub Actions workflow 2021-02-03 16:37:11 +09:00
wiz
1103ba64ba Disable building mempool-mysql Dockerfile from GitHub Action workflow 2021-02-03 16:30:42 +09:00
wiz
8534645de3 Disable using docker buildkit in GitHub Action workflow 2021-02-03 16:28:37 +09:00
wiz
a13535ba88 Fix space indentation in .github/workflows/on-tag.yml 2021-02-03 16:18:00 +09:00
wiz
e912813000 Add new GitHub action workflow on-tag to build and push to DockerHub 2021-02-03 16:08:59 +09:00
softsimon
9cd67d878f bitcoind: Parse witness scripts from P2SH transactions.
fixes #323
2021-02-03 13:11:14 +07:00
softsimon
462fc0f2a2 Type fix for contract parsing.
refs #324
2021-02-03 12:51:30 +07:00
fiatjaf
b5cc9d1b85 better identification of lightning outputs. (#320)
* better identification of lightning outputs.
* identify liquid pegouts and emergency pegouts.
fixes #324
2021-02-03 12:40:31 +07:00
wiz
fca3ea8a36 Merge pull request #322 from bguillaumat/update-dockerization
Update dockerization
2021-02-03 13:03:44 +09:00
Bastien
7d245bc201 Move docker files in subdir 2021-02-03 02:12:15 +01:00
Bastien
c6296bc06c Set all dir to be dockerized 2021-02-02 23:45:54 +01:00
Bastien
99ddc33e62 Default dir should be the same than config-mempool.json 2021-02-02 19:25:33 +01:00
wiz
5c615537de Merge pull request #317 from bguillaumat/add-cache-dir
Add Dockerization of Mempool v2 for Umbrel App Store
2021-02-03 03:21:22 +09:00
Bastien
9f6a8846cd Fix ENV_VAR issues 2021-02-02 19:20:05 +01:00
Bastien
7109f74639 Update package.json && Fix start.sh script 2021-02-02 18:01:23 +01:00
Bastien
b24a955860 Update ENV_VARIABLES in scripts && Fix some errors 2021-02-02 17:54:01 +01:00
Bastien Guillaumat
bca00e81b1 Apply Wiz suggestions
Co-authored-by: wiz <j@wiz.biz>
2021-02-02 16:34:21 +01:00
softsimon
4395b93710 Display P2PK inputs as "P2PK" instead of empty string.
fixes #290
2021-02-02 01:32:15 +07:00
Bastien
bf7d58cd44 Update build.sh 2021-02-01 18:17:50 +01:00
softsimon
d0a1ea6693 Don't display fee rating when block medianFee is empty to fix "overpaid by infinity".
fixes #288
2021-02-02 00:10:57 +07:00
Bastien
d28f8d11bf Add docker dir to build mempool containers 2021-02-01 17:25:08 +01:00
Bastien
ffb9d01f85 Add CACHE_DIR var 2021-02-01 15:54:27 +01:00
softsimon
65454bf169 Hide address received/sent from address page when using electrum API.
fixes #294
2021-02-01 04:52:24 +07:00
softsimon
8623864470 Detect network from url also when languages are being used.
fixes #287
2021-02-01 04:17:34 +07:00
wiz
da2f9aa80d Fix production nginx.conf and backend config to always use unique ports 2021-01-31 01:16:32 +09:00
softsimon
1bed4b4313 Moved sponsors cache creation until after diskcache is done.
refs #315
2021-01-30 22:12:22 +07:00
wiz
882ca34fcc Rename production syslog notifications channel 2021-01-30 23:40:46 +09:00
softsimon
1b8bd80d4c Refactored when statistics cache from database is created.
refs #315
2021-01-30 21:40:04 +07:00
softsimon
004c7b072d Upgrading mysql client lib. 2021-01-30 21:39:23 +07:00
softsimon
2c94f3a8ef Wait for database connection established before continuing startup.
refs #315
2021-01-30 21:09:30 +07:00
wiz
12002f5685 Increase Bisq block height divergence warning to 10 blocks for Tor issues 2021-01-30 23:02:20 +09:00
wiz
c13d128d9c Configure production backends and nginx for high availability electrs 2021-01-30 23:01:01 +09:00
softsimon
db6ab5091c Increased database query timeouts
fixes #315
2021-01-30 19:20:52 +07:00
softsimon
42fa7c67bb Replacing localhost with 127.0.0.1 2021-01-30 18:43:58 +07:00
wiz
476948e70e Update production upgrade script notification command 2021-01-30 20:31:47 +09:00
wiz
dfeb8c2d15 Update production syslog scripts 2021-01-30 20:09:47 +09:00
softsimon
ec9fdbe3d6 Adding missing default timeout on all axios requests.
fixes #314
2021-01-30 16:25:22 +07:00
softsimon
c9f2a871fc Fix for fee estimate not being correct when block is almost full with more projected blocks in queue.
fixes #278
2021-01-30 01:34:40 +07:00
softsimon
667d4901d1 Credit Italian translator. 2021-01-29 16:58:04 +07:00
softsimon
c9ef7cf0f3 Replacing weight with vsize in transactions api to match esplora. 2021-01-28 18:24:02 +07:00
softsimon
02c4ad2688 Adding Italian language. Updating nginx conf with some missing languages. 2021-01-27 20:24:32 +07:00
softsimon
4ff55e694c Don't save disk cache on exit. Handle corrupted mempool disk cache.
fixes #304
2021-01-27 01:49:11 +07:00
softsimon
5b9c39bda8 Readding deleted blocks api endpoint. 2021-01-27 00:33:16 +07:00
softsimon
82fdd4ff4e Center align offline/reconnection badge on the logo.
fixes #302
2021-01-25 01:29:58 +07:00
softsimon
e262d954f0 Adding missing basic API endpoints when in bitcoind/electrum mode.
fixes #291
2021-01-25 01:09:42 +07:00
softsimon
11ff5b28b4 Always fetch at least the coinbase transaction of blocks, and throw error if failed. 2021-01-24 23:56:51 +07:00
softsimon
d7b2a03bd5 Increasing clear protection period to 10 minutes. 2021-01-24 19:33:05 +07:00
softsimon
98184f49fd Updated from transifex. 2021-01-24 18:32:46 +07:00