2083 Commits

Author SHA1 Message Date
hunicus
6f2acc45fb Reorder assets nav items to fit content order 2022-01-12 11:51:10 -05:00
hunicus
445b75816d Update assets endpoints
Currently no testnet assets have icons, so those
responses are blank.
2022-01-12 11:51:10 -05:00
hunicus
e1431e94df Fix urls in code examples 2022-01-12 11:51:10 -05:00
wiz
852196ec33 Merge pull request #1129 from mempool/wiz/nginx-redirects-for-localized-urls
Improve nginx caching and use redirects for i18n
2022-01-12 16:44:11 +00:00
wiz
5de9639849 Merge pull request #1113 from mempool/simon/network-language-fix
Adding current language to network dropdown links
2022-01-12 16:41:47 +00:00
softsimon
5e2e568bbd Minor language service refactor 2022-01-12 19:08:56 +04:00
wiz
84e39b8fdb Suggested changes for Simon's PR #1113 2022-01-12 23:52:52 +09:00
wiz
3c8a146302 Improve nginx caching and use redirects for i18n 2022-01-12 23:12:49 +09:00
wiz
337f40a470 Merge pull request #1121 from nymkappa/feature/database-migration-update
Wrap migration with transactions
2022-01-12 11:28:14 +00:00
nymkappa
de16205d1c Added missing log tags 2022-01-12 17:43:32 +09:00
nymkappa
d6d02c6d22 Sleep 10 seconds before ending the process after critical error in database migration 2022-01-12 17:26:10 +09:00
nymkappa
2fcf2f1d40 Extract all CREATE commands from transaction 2022-01-12 16:41:27 +09:00
nymkappa
3a75f578db Print database engine version when migration script starts 2022-01-12 16:06:45 +09:00
hunicus
975d142eeb Fix urls
So that /liquidtestnet is in links and link text.
2022-01-12 01:36:26 -05:00
hunicus
7cde365cc4 Add /liquidtestnet/ to links 2022-01-12 01:36:26 -05:00
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