178 Commits

Author SHA1 Message Date
softsimon
04c4be5f4b Run Bisq block parse in separate Worker Thread. 2020-10-17 18:13:09 +07:00
softsimon
b360b6b57b Fix exception handling. Don't save < 0.01 donations to DB.
refs #133
2020-10-17 15:01:58 +07:00
softsimon
9a6e7fdc87 Use Twitter API to fetch profile photos.
fixes #133
2020-10-16 16:29:54 +07:00
softsimon
2568cbb0c0 Readding "BISQ_ENABLED". Display 'bisq' in logs. 2020-10-15 11:54:21 +07:00
softsimon
db42476192 Replacing BISQ_ENABLED with NETWORK === "bisq" 2020-10-15 11:37:25 +07:00
softsimon
ba441278c4 Allow bisq network to be "bisq". 2020-10-15 11:15:04 +07:00
softsimon
9cba1790da Improve some logger error messages. 2020-10-15 11:12:33 +07:00
softsimon
6dea589820 New backend config "NETWORK".
Only activate mempool protection.
Log network to
fixes #140
2020-10-15 11:07:53 +07:00
softsimon
be59db31c4 Input sanitation. Minimum amount fix. Debug log updated. 2020-10-13 19:54:47 +07:00
softsimon
d53dd4a837 Add notice for BTCpay invoices and requests.
refs #135
2020-10-13 18:26:10 +07:00
softsimon
20a97fe155 Changing more loggings levels.
refs #135
2020-10-13 17:48:43 +07:00
softsimon
9b7b8942cb Changing more loggings levels.
refs #135
2020-10-13 16:58:48 +07:00
softsimon
06333bd415 Changing more loggings levels.
refs #135
2020-10-13 16:43:09 +07:00
softsimon
a3e8e8120e Use persistent dgram socket client.
refs #135
2020-10-13 16:03:03 +07:00
softsimon
d083cee481 Changing common output messages to Debug.
refs #135
2020-10-13 16:00:58 +07:00
softsimon
fae1347db2 Adding logger wrapper.
Log backend messages to syslog.
fixes #135
2020-10-13 15:27:52 +07:00
softsimon
cd710d1002 Making order_id (BTCPay invoice id) unique in the database. 2020-10-13 10:10:46 +07:00
wiz
c09b02eb3a Use https:// instead of http:// to query mempool.space API 2020-10-12 14:26:01 +09:00
softsimon
907fe6765f Proxy donation requests to mempool.space when BTCPay Sponsors is disabled. 2020-10-12 10:50:10 +07:00
softsimon
be021dae4b About page updates.
refs  #128
2020-10-09 13:56:43 +07:00
softsimon
aaf107a888 Enhancements to the sponsorship GUI
fixes  #128
2020-10-08 17:51:10 +07:00
wiz
b247864e2e Handle btcpay "paid" invoice status for sponsorship donations 2020-10-08 04:46:11 +09:00
softsimon
ca3ed15813 Check and accept both 'complete' and 'confirmed' invoices.
refs #122
2020-10-08 00:51:11 +07:00
softsimon
1b83260a62 Don't allow invoices lower than 0.001 and require 0.01 for sponsorship.
refs #122
2020-10-08 00:20:42 +07:00
softsimon
cf8b51b937 Make BTCPay webhook configurable.
refs #122
2020-10-08 00:15:26 +07:00
softsimon
5859f4ff9b Custom BTCPay donation integration
fixes #122
2020-10-07 20:15:42 +07:00
softsimon
96b3419227 Bugfix: Incoming transactions not parsed properly. 2020-10-06 13:31:33 +07:00
softsimon
2c19c54d71 Fix for incorrect division in fee estimation.
refs #65
2020-10-05 16:26:39 +07:00
softsimon
193c8ab74c Improved empty mempool as well as medium and low fee estimations.
refs #65
2020-10-05 11:42:54 +07:00
softsimon
f50e077b9c DiskCache fix when using clustering. 2020-09-30 00:25:43 +07:00
softsimon
15e75034f9 Bugfix: Mempool and blocks disk cache not saved on exit when using cluster. 2020-09-29 23:13:22 +07:00
softsimon
e08b33c481 Correct timer to get actual time to update bisq market data. 2020-09-29 19:38:01 +07:00
softsimon
1fa02433d0 Various bugfixes. 2020-09-28 16:32:48 +07:00
softsimon
5f8ba96f8f Fix: Show fee box on Testnet and Liquid.
Use 0.1 sat/vB as minimum liquid fee.
2020-09-27 18:12:36 +07:00
softsimon
db12d99723 Fix for Bisq blocks data watchers stopps working randomly. Restaring watcher when block height has diverged. 2020-09-27 17:21:18 +07:00
softsimon
16d39770ce Revering comment. 2020-09-26 23:48:18 +07:00
softsimon
4bfaabbb5f Adding mini-graphs on dashboard. 2020-09-26 22:46:26 +07:00
softsimon
68b0b238fa Adding latest blocks and transactions to dashboard. 2020-09-26 02:11:30 +07:00
softsimon
9d1dd030af NodeJS cluster: Delay child process auto restart 10 seconds on exit.
refs #108
2020-09-22 04:27:08 +07:00
softsimon
c2288c31e6 NodeJS cluster fix: Only save disk cache to disk when master.
fixes #108
2020-09-22 04:07:47 +07:00
softsimon
d6744c07f9 NodeJS cluster support. 2020-09-22 03:52:54 +07:00
softsimon
d915edd3de Replacing footer and latest blocks with a stats dashboard. 2020-09-21 19:41:12 +07:00
softsimon
1b46047ef4 Markets API: Adding cache for general /ticker requests 2020-09-19 23:02:02 +07:00
softsimon
9ef9bd879f Market api: /volume api fix. 2020-09-19 15:59:09 +07:00
wiz
b2d4eaf11e Set npm dep locutus to dev 2020-09-19 02:25:51 +09:00
softsimon
d3cbe78867 Markets API: Use file mtime to only parse files that has updated. 2020-09-18 23:43:45 +07:00
softsimon
34a2970ff7 Markets api: Add missing "timestamp" parameter for /hloc and /volumes 2020-09-17 15:38:25 +07:00
softsimon
43e605d611 Corrected Offers response data. 2020-09-17 02:45:14 +07:00
softsimon
549192121b Market api: Fix memory leak 2020-09-15 23:12:42 +07:00
wiz
ee94119b64 Increase NodeJS max heap to 4GB RAM for backend instance 2020-09-16 00:46:34 +09:00