2668 Commits

Author SHA1 Message Date
hunicus
74ecd9b96c Add boilerplate liquidtestnet examples
Also adjust logic to show them. Doing this prevents
compilation errors and will allow for endpoints to
be reviewed as they are modified.
2022-01-12 01:36:26 -05:00
hunicus
6c2238fc4e Update address-utxo 2022-01-12 01:36:44 -05:00
hunicus
10b2b90426 Update address-tx-chain and address-tx-mempool 2022-01-12 01:36:37 -05:00
hunicus
5f8c40c095 Update address and address-tx 2022-01-12 01:36:26 -05:00
nymkappa
f565eb9976 MariaDB 10.2 does not supports CAST as FLOAT -> Replace with CAST as DOUBLE 2022-01-12 14:51:16 +09:00
nymkappa
7cfdf90bb9 Only create statistics.index if needed (supports old mariadb) - Make sure all db connections are released - Fix linter issues - Remove .toString() 2022-01-12 14:10:16 +09:00
wiz
7a7e1f1f3b Merge pull request #1111 from mempool/wiz/add-production-torrc
Add production Tor configuration to repo
2022-01-12 03:45:09 +00:00
wiz
d96bc70b36 Merge pull request #1124 from mempool/simon/bump-angular-ngboostrap
Bumping minor Angular version and major ngBootstrap
2022-01-12 03:44:33 +00:00
wiz
94327d9990 Merge pull request #1125 from knorrium/link_to_commit
Link the git commit hash to GitHub on the About page
2022-01-12 03:32:45 +00:00
Felipe Knorr Kuhn
c4f875a8ab Link the git commit hash to GitHub on the About page 2022-01-11 17:02:48 -08:00
softsimon
87338615c5 Bumping minor Angular version and major ngBootstrap 2022-01-12 02:42:33 +04:00
hunicus
3c36792c7c Remove websocket and js tabs
Since npm packages don't work with liquidtestnet yet.
2022-01-11 17:21:35 -05:00
hunicus
a6ec8e818a Remove difficulty endpoint from nav 2022-01-11 15:32:35 -05:00
nymkappa
50e828995e Refactor migrations - Wrap with TRANSACTION 2022-01-11 20:43:59 +09:00
Felipe Knorr Kuhn
73d5620bc6 List all environment variables to override in the README 2022-01-10 23:31:05 -08:00
Felipe Knorr Kuhn
03d1303295 Make the RPC user and pass explicit in the example docker-compose file 2022-01-10 23:30:31 -08:00
Felipe Knorr Kuhn
39b21b057b Remove the troubleshooting section from the Docker README 2022-01-10 22:11:02 -08:00
Felipe Knorr Kuhn
d5fb4bd6b3 Address feedback on the Docker README 2022-01-10 22:06:15 -08:00
Felipe Knorr Kuhn
83525b8c1b Update Docker README file 2022-01-10 21:10:58 -08:00
Felipe Knorr Kuhn
bd3caa28b8 Update the reference docker-compose.yml file 2022-01-10 21:09:06 -08:00
Felipe Knorr Kuhn
1460338ac9 Add the empty directories needed by docker-compose 2022-01-10 20:31:36 -08:00
wiz
14b1606d91 Merge pull request #1119 from nymkappa/feature/order-statistics-by-added
statistics: `ORDER BY id` => `ORDER BY added`
2022-01-11 03:38:24 +00:00
wiz
4b308a0243 Merge pull request #1118 from nymkappa/bugfix/graph-scroll-main-page
Mouse scroll is not captured anymore by graphs in the dashboard page
2022-01-11 03:31:07 +00:00
nymkappa
42681c3df5 statistics: ORDER BY id => ORDER BY added 2022-01-11 12:25:45 +09:00
nymkappa
7c48a3964b Mouse scroll is not capture anymore by graphs in the dashboard page 2022-01-11 12:16:09 +09:00
wiz
cf4d63fbc0 Merge pull request #1116 from mempool/wiz/20220111-pull-from-transifex
Pull translated strings from Transifex
2022-01-11 03:09:44 +00:00
wiz
fcbc3bddb4 Merge pull request #1112 from nymkappa/feature/index-added-field
INDEX 'added' in statistics table
2022-01-11 03:09:20 +00:00
wiz
49489b88a9 Merge pull request #1110 from nymkappa/feature/filter-out-extreme-values
Cap extreme vbytes_per_second values
2022-01-11 03:07:44 +00:00
nymkappa
68881df2a4 Only create INDEX 'added' when it does not already exist 2022-01-11 11:47:04 +09:00
wiz
a1f2ebd65b Update Tor onion hostnames for bisq.markets and liquid.network 2022-01-11 11:18:22 +09:00
wiz
76ada61bf6 Pull translated strings from Transifex 2022-01-11 10:07:50 +09:00
wiz
6d123be904 Merge pull request #1114 from mempool/simon/mempool.js-2.3.0
Bumping mempool.js lib to 2.3.0
2022-01-11 00:50:22 +00:00
Felipe Knorr Kuhn
40bf423a07 Set statistics to enabled by default 2022-01-10 16:10:34 -08:00
softsimon
43d92a8b8c Adding current language to network dropdown links
fixes  #1094
2022-01-10 18:00:01 +04:00
softsimon
671400a1f4 Bumping mempool.js lib to 2.3.0 2022-01-10 15:55:18 +04:00
nymkappa
6c0dd4a5b3 INDEX 'added' in statistics table 2022-01-10 19:48:29 +09:00
nymkappa
330001a879 Apply AVG() on vbytes_per_second - Cap extreme vbytes_per_second values 2022-01-10 18:52:56 +09:00
wiz
45f0cab4e3 Add production/torrc file to git repo 2022-01-10 18:37:54 +09:00
Felipe Knorr Kuhn
85a37c9932 Fix a few sed commands in the Docker backend start script that needed escaping 2022-01-10 00:42:42 -08:00
Felipe Knorr Kuhn
d7d963b3df Fix typo on the docker start script 2022-01-10 00:08:42 -08:00
Felipe Knorr Kuhn
f348fb1318 Make every backend parameter configurable via environment variables 2022-01-09 22:19:04 -08:00
Felipe Knorr Kuhn
a16a4af480 Update the template backend mempool-config.json file used by the Docker image 2022-01-09 22:18:29 -08:00
wiz
0f8deb0642 Merge pull request #1109 from mempool/wiz/20220110-pull-from-transifex
Pull translated strings from Transifex
2022-01-10 04:21:04 +00:00
wiz
0ca154f3a0 Pull translated strings from Transifex 2022-01-10 13:20:39 +09:00
wiz
9fce933660 Merge pull request #1107 from mempool/wiz/20220109-pull-from-transifex
Pull translated strings from Transifex
2022-01-09 07:27:49 +00:00
wiz
44be0f7cd0 Pull translated strings from Transifex 2022-01-09 16:23:47 +09:00
wiz
02eb547289 Merge pull request #1104 from mempool/simon/remove-local-bisq-liquid
Ending support for /bisq /liquid and /liquidtestnet
2022-01-09 06:29:46 +00:00
softsimon
14cbba2346 Adapting tests 2022-01-08 20:44:45 +04:00
softsimon
f10166c6c6 Ending support for /bisq /liquid and /liquidtestnet 2022-01-08 17:33:37 +04:00
wiz
40ff5f1520 Merge pull request #1103 from mempool/wiz/fix-matomo-for-bisq-markets
Fix matomo hostname for bisq.markets html
2022-01-08 10:17:46 +00:00