Commit Graph

469 Commits

Author SHA1 Message Date
softsimon
9e3fad610c
Removing hamburger menu on mobile. Adjusted icon sizes. 2020-09-22 06:13:27 +07:00
softsimon
b67b025dc2
Replacing menu button texts with icons.
Latest blocks is now a separate page.
2020-09-22 05:51:34 +07:00
softsimon
2c3b02a682
NodeJS cluster: Delay child process auto restart 10 seconds on exit.
refs #108
2020-09-22 04:27:08 +07:00
softsimon
6d67fbde84
NodeJS cluster fix: Only save disk cache to disk when master.
fixes #108
2020-09-22 04:07:47 +07:00
softsimon
347ab1e220
NodeJS cluster support. 2020-09-22 03:52:54 +07:00
softsimon
21e985202d
Add difficulty percent change indicator. 2020-09-22 03:31:19 +07:00
softsimon
6c1d28a9ac
Replacing footer and latest blocks with a stats dashboard. 2020-09-21 19:41:12 +07:00
wiz
8146939f0f
Remove unnecessary options from production README's bitcoin.conf 2020-09-20 05:45:29 +09:00
softsimon
508b5c0f4e
Markets API: Adding cache for general /ticker requests 2020-09-19 23:02:02 +07:00
softsimon
84f0ebaba6
Market api: /volume api fix. 2020-09-19 15:59:09 +07:00
wiz
04cc1338c0
Set npm dep locutus to dev 2020-09-19 02:25:51 +09:00
wiz
630e3fa863
Update production scripts to only install production npm deps 2020-09-19 02:19:47 +09:00
softsimon
5d2c0d2e0a
Markets API: Use file mtime to only parse files that has updated. 2020-09-18 23:43:45 +07:00
wiz
55852bcf62
Update production bisq instance backend config for Bisq Markets data 2020-09-18 22:02:23 +09:00
wiz
91815072d5
Update production scripts to install/load NodeJS/npm using nvm 2020-09-18 21:53:58 +09:00
wiz
07cfdd73aa
Fix upgrade script not restarting node due to new command line args 2020-09-18 18:08:59 +09:00
softsimon
059e4d079a
Markets api: Add missing "timestamp" parameter for /hloc and /volumes 2020-09-17 15:38:25 +07:00
softsimon
14697a01cc
Corrected Offers response data. 2020-09-17 02:45:14 +07:00
softsimon
4d4eaecb87
Market api: Fix memory leak 2020-09-15 23:12:42 +07:00
wiz
344413568d
Increase NodeJS max heap to 4GB RAM for backend instance 2020-09-16 00:46:34 +09:00
softsimon
77cbb302ce
Bisq market: Fix for missing prices from /trades 2020-09-15 12:37:54 +07:00
wiz
c1c0521ab4
Merge pull request #107 from mempool/bisq-markets
Bisq markets API
2020-09-15 05:28:28 +09:00
softsimon
a11135f358
* /volumes API
* /ticker API
2020-09-15 03:11:52 +07:00
softsimon
bafe2db094
HLOC markets api. 2020-09-13 17:51:53 +07:00
softsimon
98cc81c53d
Corrections to parameters handling and sorting. 2020-09-12 01:26:51 +07:00
softsimon
60b1dd15f4
Fix pluralization for "transactions".
Display "genesis block" on block 0
2020-09-10 14:55:49 +07:00
softsimon
88e5b03430
Bisq Markets API. WIP 2020-09-10 14:46:23 +07:00
wiz
9234d23da2
Update production nginx.conf with performance tuning and rate limiting 2020-09-10 14:39:04 +09:00
softsimon
04351e843d
Correcting robots.txt 2020-08-26 17:31:59 +07:00
softsimon
0041500e08
Correcting robots.txt 2020-08-26 17:24:40 +07:00
softsimon
4e8908925c
Adding robots.txt 2020-08-26 17:05:29 +07:00
softsimon
80fc3df76d
bugfix: vbytespersecond display was limited to 1667 2020-08-19 11:33:18 +07:00
softsimon
147de195a9
deleting yarn lock since we rely on NPM package-lock.json 2020-08-19 11:31:50 +07:00
softsimon
5300fb1265 Revert "Display whole fee span on mined blocks."
This reverts commit cb51b71128.
2020-08-13 02:53:52 +07:00
softsimon
71c44d725a
Pagination fixes. 2020-08-13 02:35:10 +07:00
softsimon
097e2ba0ea
Assets page pagination. 2020-08-13 00:46:44 +07:00
softsimon
b1c8166936
Update title to - "<network> Explorer" 2020-08-12 14:04:04 +07:00
softsimon
2d02ec7092
Return HTTP 503 from Fee Api when mempool is still syncing.
Fix for displaying git commit on About page.
2020-08-12 13:33:58 +07:00
softsimon
dd0b67716f
Optimization for bisq transaction table rendering 2020-08-11 00:43:24 +07:00
softsimon
95bab64424
Fixes for bisq pagination and tx type select history 2020-08-11 00:01:22 +07:00
softsimon
b00a9ee938
Bisq Pagination and tx type select history. Increased transactions per page. 2020-08-10 23:47:44 +07:00
softsimon
d2a14e9cb7
Default to 1 sat/vB when mempool is empty. 2020-08-10 22:04:51 +07:00
softsimon
09b1a0d430
Hide "included in block" if block is clearly visible. 2020-08-10 17:48:07 +07:00
softsimon
1b9900ccf8
Add commit hash to the bottom of the about page
fixes #102
2020-08-10 14:59:29 +07:00
softsimon
cb51b71128
Display whole fee span on mined blocks.
fixes #101
2020-08-10 14:48:09 +07:00
softsimon
5411feee36
Default mempool backend to local electrs mock server. 2020-08-10 14:32:16 +07:00
softsimon
912a5dab27
Add proper timestamp to transaction pages. 2020-08-09 10:44:01 +07:00
softsimon
63fb733dc2
Adding OnPush to more components 2020-08-09 10:39:27 +07:00
softsimon
648be481d7
Upgrading bisq transaction type filter with a multiselect dropdown 2020-08-08 22:48:18 +07:00
softsimon
fea79f2ff4
Add pagination history to bisq transactions and blocks page. 2020-08-07 13:11:55 +07:00