softsimon
c1fc08196b
Add whitespaces to missing data points.
2021-04-25 02:07:29 +04:00
softsimon
95a80157a7
Hide latest altcoin trades when not using official bisq markets.
2021-04-24 20:33:56 +04:00
softsimon
165aa6eee2
Don't hide API docs on mobile.
2021-04-23 15:44:01 +04:00
softsimon
b8fe7b621c
Merge branch 'master' into simon/bisq-dashboard
...
# Conflicts:
# frontend/package-lock.json
# frontend/src/app/components/master-page/master-page.component.html
2021-04-23 15:35:35 +04:00
softsimon
04ec5e9564
Sort table by number of trades as default sort option, make other columns sortable
2021-04-23 15:09:51 +04:00
softsimon
2d4dff6de8
Display 100 latest trades.
2021-04-23 03:49:55 +04:00
softsimon
5cb98b9813
Make unique URLs for graph timespans
2021-04-21 22:12:35 +04:00
softsimon
d4508bd876
Add loading spinners.
2021-04-21 20:22:34 +04:00
Felipe Knorr Kuhn
b38fc824e6
fix infinite scrolling by not using body as the container
2021-04-19 23:48:33 -07:00
softsimon
6b5b80f866
Update chart colors.
2021-04-19 17:39:47 +04:00
Miguel Medeiros
d74677628b
New UI for responsive navbar. ( #458 )
...
New UI for responsive navbar.
fixes #458
2021-04-19 17:01:04 +04:00
softsimon
f0d46d6ed8
Don't reload after setting graph preference setting.
...
refs #365
2021-04-19 10:50:24 +04:00
Felipe Knorr Kuhn
220d9afd97
persist graph window preference between reloads ( #456 )
...
Persist graph window preference between reloads
fixes #365
2021-04-19 10:17:16 +04:00
Felipe Knorr Kuhn
0a07a16650
fix native scrolling on iOS devices
2021-04-17 16:11:34 -07:00
wiz
3740980007
Update Exodus logo with new SVG
2021-04-16 02:29:06 +09:00
wiz
d60bc10941
Update Square Crypto logo with SVG image
2021-04-14 05:04:02 +09:00
wiz
5085e0c420
Add Exodus as Enterprise Sponsor on About page
2021-04-14 04:55:58 +09:00
softsimon
cbe79d7051
Show backend info at the bottom. Removing frontend hostname. Re-adding frontend version and commit on top. JS error fix.
2021-04-13 11:51:55 +04:00
wiz
2077126064
Merge pull request #447 from mempool/simon/frontend-commit-hash-hostname
...
Backend and frontend commit, version and hostname displayed on the about page
2021-04-13 13:58:59 +09:00
softsimon
fcf7955d63
Merge branch 'master' into simon/bisq-dashboard
...
# Conflicts:
# frontend/package-lock.json
# frontend/package.json
2021-04-12 22:22:50 +04:00
softsimon
7a4ad0ee2f
Including gitCommit and version in frontend build. Backend now sending a backendInfo object containing commit, version and hostname. All printed on About page.
2021-04-12 22:17:13 +04:00
wiz
4bb68d0163
Update mempool.space og/twitter preview image with 5 block style logo
2021-04-13 00:13:58 +09:00
wiz
f80a11d1f4
Increase section spacing on About page
2021-04-13 00:10:15 +09:00
softsimon
4ab4581393
Fix for effective fee rate calculation bug.
2021-04-12 13:02:31 +04:00
wiz
4c8d261da0
Merge pull request #441 from knorrium/fix_address_explorer_typo
2021-04-11 13:34:28 +09:00
Felipe Knorr Kuhn
88c9fd0c7b
fix typo on 413/405 error message on the address explorer
2021-04-10 21:04:30 -07:00
softsimon
f1c5f83412
Don't round variables in code, only in templates.
2021-04-10 23:23:05 +04:00
softsimon
c7c4895eab
fixes #438
2021-04-10 20:59:27 +04:00
Miguel Medeiros
0289620262
FIX: align project contributor handle text.
2021-04-09 17:07:11 -03:00
wiz
d8ef0cd3ac
Add BlueWallet as Community Integration on About page
...
Also try to fix sort order of integrations:
* P2P Exchange Networks
* Raspberry Pi distros
* Onchain wallets
* Lightning wallets
* Watch-only wallets
2021-04-10 02:32:27 +09:00
wiz
68be897379
Fix typo in API documentation for /api/block/:hash/raw method
2021-04-09 21:59:21 +09:00
wiz
00b564149d
Add Square as Enterprise Sponsor on About page
2021-04-08 00:05:11 +09:00
softsimon
56b0eab9b4
Bugfix: Ancestors are not able to increase fee of descendants
...
fixes #426
2021-04-06 10:41:13 +04:00
softsimon
5914d99283
Bugfix: Ancestors are not able to increase fee of descendants
...
fixes #426
2021-04-05 23:45:47 +04:00
wiz
2b1c511611
Merge pull request #410 from mempool/wiz/dual-license-under-agplv3-and-gplv3
...
Dual-license mempool under both the GNU AGPLv3 and GPLv3 licenses
2021-04-02 00:15:59 +09:00
wiz
8a86b63693
Tweak margins and layout spacing on About page
2021-04-01 16:42:37 +09:00
softsimon
2a2c1a6291
Increase space between logos and titles.
2021-03-31 22:49:55 +09:00
wiz
ce1860b7d1
Add Gemini as an Enterprise Sponsor on About page
2021-03-31 22:49:51 +09:00
softsimon
37e01c5e91
Always display one decimal on fee rate for consistency.
2021-03-31 15:43:23 +04:00
wiz
0ff05d5551
Update legal notices for dual-licensed AGPLv3 and GPLv3 on About page
2021-03-28 00:07:03 +09:00
wiz
21bb879fc1
Add link to Muun Wallet on About page
2021-03-27 13:12:47 +09:00
softsimon
f12eb333d2
Reuse same i18n string for fee warning tooltip.
2021-03-23 05:18:08 +07:00
softsimon
3967ce0854
Fix: Compare with tx.feePerVsize to determine if modified fee is the same.
...
refs #401
2021-03-22 18:24:51 +07:00
softsimon
ed55e86a9d
Visualize the CPFP transactions.
...
fixes #401
2021-03-22 18:04:50 +07:00
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
dc36bfcfe4
Adding Bisq markets logo.
2021-03-21 02:40:37 +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
b2d08d69cf
Round sat/vB in fee rating tooltip.
...
fixes #364
2021-03-18 19:18:59 +07:00
wiz
f1f847a9f8
Add the GNU AGPLv3 logo to About page
2021-03-18 17:44:25 +09:00
wiz
f2a08444fe
Fix icon for Specter Wallet on About page
2021-03-18 01:14:25 +09:00