wiz
3eac6b8996
Don't rate limit /api/v1/donations URL prefix for sponsor photos
2020-10-19 20:56:46 +09:00
wiz
5405a06324
Update production backend configuration files for all 4 instances
2020-10-19 20:40:56 +09:00
softsimon
a46a38c45c
Use default configs.
...
refs #141
2020-10-19 18:36:29 +07:00
wiz
2f0b132fe5
Fix typo in previous commit
2020-10-19 19:49:02 +09:00
wiz
34c43a8fd2
Modify upgrade script to allow reverting to a specific git hash or tag
2020-10-19 19:43:30 +09:00
softsimon
2c8d05c683
Limit mempool clear protection to >20K TX mempool
...
fixes #140
2020-10-19 17:30:47 +07:00
softsimon
e2a7683828
Revamping configuration file.
...
fixes #141
2020-10-19 11:57:02 +07:00
softsimon
4e4a6f6c59
Reducing retry time to max 60 seconds
2020-10-18 22:48:15 +07:00
softsimon
7870c55185
Slow down retries on Electrs errors in the main mempool loop.
2020-10-18 21:47:47 +07:00
softsimon
e35f3d7a3d
Proxy image requests.
2020-10-18 21:37:27 +07:00
wiz
7f3d871063
Remove last paragraph on about page
2020-10-18 20:02:48 +09:00
wiz
83ccdf5ba3
Fix typo on about page text
2020-10-18 19:54:48 +09:00
wiz
f4d7ff6c75
Tweak about page text for project description
2020-10-18 19:28:11 +09:00
softsimon
69695c5a00
Backend API to load sponsor profile photos.
2020-10-18 17:14:35 +07:00
wiz
e32e2a8a24
Add Terms of Service links with minor tweaks to text formatting
2020-10-18 16:03:03 +09:00
wiz
e9c8fcd6fb
Fix Bisq API docs page from not expanding on load
2020-10-18 13:53:45 +09:00
wiz
615abe0c60
Route /api and /<network/api URLs to HTML for API documentation
2020-10-18 13:11:02 +09:00
wiz
aba5ac0732
Add basic API documentation for all electrs endpoints
2020-10-18 12:56:08 +09:00
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
wiz
a810e920c3
Tweak about page spacing and text
2020-10-17 16:13:57 +09:00
wiz
ca6f369a7a
Tag sponsored links with rel=sponsored, don't tag our social media links
2020-10-17 13:31:41 +09:00
wiz
3883506921
Add some brief text to our about page, state Bitcoin Only policy
2020-10-17 12:25:44 +09:00
wiz
573c79720c
Change DB structure for donations: int -> varchar, blob -> mediumblob
2020-10-17 11:32:42 +09: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
wiz
c347ed1dbb
Update mempool-logger and syslog.conf to separate info and notice msgs
2020-10-13 19:58:11 +09:00
wiz
853fe58d28
Add newsyslog.conf to rotate mempool logfiles regularly
2020-10-13 19:56:10 +09:00
softsimon
20a97fe155
Changing more loggings levels.
...
refs #135
2020-10-13 17:48:43 +07:00
wiz
04b35c23b3
Add mempool-logger script and syslog.conf configuration to log to it
2020-10-13 19:16:09 +09: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
Lucas Moten
6f9409d267
Update README with repository checkout guidance
...
- Changed repository to clone based on updated organization
- Determine latest release from github api call. An alternative form being `latestrelease=$(git describe --exact-match --abbrev=0)` to yield the most recent tag name.
2020-10-12 22:51:39 +00:00
softsimon
f544f9f476
Handle and don't crash for adress-prefix search error.
...
fixes #121
2020-10-12 12:57:19 +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
wiz
774a76b70b
Update terms of service, add Sponsor Policy for inappropriate profiles
2020-10-12 08:37:56 +09:00
wiz
584c6859fa
Merge pull request #132 from mempool/wiz/terms-of-service
...
Add new Terms of Service page with links and tweak About page layout for it
2020-10-11 20:58:40 +09:00
wiz
3f68af89f8
Apply suggestions from code review
...
Co-authored-by: softsimon <softsimon@users.noreply.github.com>
2020-10-11 20:57:52 +09:00
wiz
dc1a81cb6e
Only show first 8 characters of git commit hash on about page
2020-10-11 20:20:48 +09:00