softsimon
cf4406a37c
Use mempool clear protection feature also when in bitcoind mode.
...
fixes #335
2021-02-14 01:04:44 +07:00
wiz
581641ab04
Update URL for RoninRojo repo to their self-hosted GitLab
2021-02-12 16:20:57 +09:00
wiz
cf58f1393a
Update README with instructions for various installation methods
2021-02-11 14:57:43 +09:00
wiz
c6a4ff0f7b
Fix docker/README example docker-compose.xml to use latest tag
2021-02-10 22:56:42 +09:00
Bastien Guillaumat
5fbc952fda
Re-implement Docker workflow using GitHub Actions ( #326 )
...
* Recreate a docker dir with all docker files inside and add init.sh
* Add docker/README.md with example docker-compose.xml
* Add mysql vars for mempool-config.json
* Port can be set from env var in docker-compose.xml
* Update docker-compose.xml example to use latest tag
* Remove armv7 architecture from build workflow
* Remove master git-hash file
* Remove useless ':' in sed
2021-02-10 22:51:01 +09:00
softsimon
54e1f38d2f
Removing lightning htlc matching since it has false positives.
...
refs #324
2021-02-10 19:55:11 +07:00
wiz
1c4b5bfac5
Enable our GitHub Sponsors program "Sponsor" button
2021-02-10 21:30:16 +09:00
Devin Bileck
505a45bbd0
Fix BSQ token market cap calculation ( #332 )
...
Fixes #331
2021-02-10 19:05:16 +07:00
softsimon
8e02ff91f5
Fix for hard coded sponsor url.
...
refs #319
2021-02-07 03:00:02 +07:00
softsimon
9651fa7859
Removing sponsors code.
...
Support new sponsor confirmation polling.
fixes #319
2021-02-07 02:20:07 +07:00
softsimon
d0edb3ff92
Adding v2.1 screen shot.
2021-02-04 17:58:23 +07:00
wiz
f42b52d37b
Set production electrs scripts to store db in /electrs
2021-02-04 15:53:08 +09:00
wiz
45092f580f
Modify production electrs scripts to use relative paths from homedir
2021-02-04 12:17:28 +09:00
wiz
c3f8b991a4
Bump version number to v2.2-SNAPSHOT
2021-02-04 12:16:47 +09:00
softsimon
add901aaac
Don't display multisig tag on lightning/liquid contracts.
...
refs #324
2021-02-03 19:03:59 +07:00
softsimon
0fac6602df
Only lowercase bech32 addresses in address prefix search.
...
fixes #327
2021-02-03 17:13:29 +07:00
wiz
aa48db4237
Merge pull request #325 from bguillaumat/docker-error-backend
...
Fix missing mempool-config due to gitignore
2021-02-03 18:07:25 +09:00
softsimon
c5a4750ba4
Updating from transifex.
2021-02-03 15:57:51 +07:00
Bastien
39b88e3147
Fix missing mempool-config due to gitignore
2021-02-03 09:52:04 +01:00
softsimon
2dcb7efc9d
Updating from transifex.
2021-02-03 15:30:38 +07:00
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