softsimon
1ae002385d
Merge branch 'simon/cpfp-frontend' into simon/bisq-dashboard
...
* simon/cpfp-frontend: (46 commits)
Bugfix: Don't extend already extended transactions to not override the firstSeen property. fixes #390
Shuffle mempool transactions before saving disk cache. (#398 )
Adding missing return after expressjs response.
CPFP support (#395 )
Round sat/vB in fee rating tooltip. fixes #364
Add the GNU AGPLv3 logo to About page
Update package.json license tags
Add recommended fee percentile config (#394 )
Fix typo in README (#392 )
Fix icon for Specter Wallet on About page
Add link to Specter Wallet on our About page
Add link to WARden Portfolio app as Community Integration on About page
Delete MIT+CC license from Terms of Service, add AGPLv3 to About page
Change mempool project license to GNU Affero General Public License v3
Lower volume for sound effects (#385 )
Improve grammar, layout, and formatting of Terms of Service page
Display all Project Contributors on About page using GitHub API (#382 )
Modify nginx.conf to cache HTML for 10m and static resources for 1h
Proxy /api/v1/contributors from mempool.space, also fix HTTP headers
Add link to Bisq's GitHub repo on About page
...
2021-03-21 06:12:41 +07:00
softsimon
6f1cdd0c8b
Adding missing return after expressjs response.
2021-03-18 23:53:39 +07:00
softsimon
d3c53c7406
CPFP support ( #395 )
...
* CPFP support.
fixes #5
fixes #353
fixes #360
* Use effectiveFeePerVsize for mempool statistics.
* Renaming endpoint cpfp-info to just cpfp.
* Renaming decended to BestDescendant.
* Updating language file with new strings.
2021-03-18 23:47:40 +07:00
softsimon
1d4ed85d50
Bisq markets: Volume and other fixes.
2021-03-10 23:02:55 +07:00
softsimon
38e866995f
Bisq markets dashboard: 24H Volume. WIP.
2021-02-28 17:18:29 +07:00
softsimon
eb0c20dd92
Removing sponsors code.
...
Support new sponsor confirmation polling.
fixes #319
2021-02-07 02:20:07 +07:00
softsimon
35521f4871
Refactored when statistics cache from database is created.
...
refs #315
2021-01-30 21:40:04 +07:00
softsimon
e86b7c7258
Adding missing basic API endpoints when in bitcoind/electrum mode.
...
fixes #291
2021-01-25 01:09:42 +07:00
softsimon
47a449e1d9
Disable support for Electrum TX lookups (require -txindex).
2021-01-24 04:15:06 +07:00
softsimon
5b268794af
Correctly error handle getTransaction and set 404 status when not found.
2021-01-24 02:51:22 +07:00
softsimon
905ddbb363
Bitcoind: Use mempool as address index when doing address prefix search.
2021-01-11 01:51:57 +07:00
softsimon
38d534caee
Return not implemented error instead of empty array.
2021-01-11 00:26:36 +07:00
softsimon
6a58717694
Loading progressbar for loading address, block transactions and blocks
2021-01-08 21:44:36 +07:00
softsimon
f46728080d
Inform client when Electrum server limit exceeded
2021-01-05 17:30:53 +07:00
softsimon
5390629e41
Improved block fetching performance.
2020-12-30 01:47:07 +07:00
softsimon
62c78f5b08
Adding getBlocks support.
2020-12-29 20:41:16 +07:00
softsimon
3c0fa71a10
Updates for general transaction and block fetching.
2020-12-28 20:17:32 +07:00
softsimon
bb28a56622
Big refactor of multiple backends handling.
2020-12-28 04:47:22 +07:00
softsimon
f84b9e6582
Address page mostly working.
2020-12-22 06:04:31 +07:00
softsimon
ecc0f316cc
Refactored transaction handling.
2020-12-21 23:08:34 +07:00
softsimon
c0d2430a84
Merge "getInitData" method from simon/angular-universal.
2020-11-23 02:38:56 +07:00
softsimon
99162f5ec9
Sponsor Lightning support.
2020-10-26 18:29:25 +07:00
softsimon
9d7b52a104
Removing AVG() from mysql query reducing execution time. Increasing graph data span.
...
fixes #106
2020-10-26 01:00:21 +07:00
softsimon
bdeac55c97
Fix for statistics enabled config.
2020-10-19 20:24:22 +07:00
softsimon
45efb604c1
Revamping configuration file.
...
fixes #141
2020-10-19 11:57:02 +07:00
softsimon
fff8120daa
Backend API to load sponsor profile photos.
2020-10-18 17:14:35 +07:00
softsimon
372c116283
Input sanitation. Minimum amount fix. Debug log updated.
2020-10-13 19:54:47 +07:00
softsimon
3d374fd9d9
Changing more loggings levels.
...
refs #135
2020-10-13 16:43:09 +07:00
softsimon
4dacf292c2
Adding logger wrapper.
...
Log backend messages to syslog.
fixes #135
2020-10-13 15:27:52 +07:00
softsimon
1f7483687f
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
a07a4de255
Custom BTCPay donation integration
...
fixes #122
2020-10-07 20:15:42 +07:00
softsimon
fe2c9bf49d
Revering comment.
2020-09-26 23:48:18 +07:00
softsimon
3dedf1e3e1
Adding mini-graphs on dashboard.
2020-09-26 22:46:26 +07:00
softsimon
059e4d079a
Markets api: Add missing "timestamp" parameter for /hloc and /volumes
2020-09-17 15:38:25 +07: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
88e5b03430
Bisq Markets API. WIP
2020-09-10 14:46:23 +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
599159ecf0
Fix: Don't build statistics cache when DB is disabled.
2020-07-29 13:57:49 +07:00
softsimon
fa88bd7057
Upgraded typescript and tslint version and fixed query type error.
2020-07-24 19:38:39 +07:00
softsimon
7f71781916
Bisq: Feature to filter transaction types.
2020-07-24 18:41:15 +07:00
softsimon
5198c3a5af
Send correct content-types.
2020-07-18 18:46:33 +07:00
softsimon
3333b76c98
Rearange network dropdown.
...
API for Bisq block height tip.
Loading indicators on transactions/blocks view.
Total sent now correctly display burnt on Pay trade fee txs.
2020-07-15 13:10:13 +07:00
softsimon
b7376fbd8d
Bisq statistics page.
2020-07-14 14:38:52 +07:00
softsimon
432fb9cd66
Address index and api.
...
Address view.
2020-07-13 21:46:25 +07:00
softsimon
db2e293ce5
Bisq module separation.
...
Transaction view.
Block view.
Blocks list.
2020-07-13 15:16:12 +07:00
softsimon
8c23eae5fe
Auto reload bisq dump file.
2020-07-10 14:13:07 +07:00
softsimon
c21dad88bf
WIP: Bisq DAO support. Transactions list and details.
2020-07-03 23:45:19 +07:00
softsimon
7ade4c114b
Code cleanup.
2020-06-07 17:30:32 +07:00