6949 Commits

Author SHA1 Message Date
softsimon
2887a3f1c5 Added mempool inSync property to backend. Display on frontend when not in sync and on't create statistics when not in sync.
fixes #29
2020-04-01 20:06:44 +07:00
softsimon
13b0674405 Handle empty and invalid addresses 2020-03-30 14:54:48 +07:00
wiz
4f9c5d9716 Add instructions for Docker Hub to README 2020-03-30 03:59:03 +09:00
softsimon
d5ee1f0fdc Corrected canonical url. 2020-03-30 01:53:39 +07:00
softsimon
8ca4ac90e0 Set dynamic canonical url 2020-03-30 01:44:22 +07:00
softsimon
682d21cb5b Merging duplicate mempool graph code. 2020-03-29 23:59:04 +07:00
softsimon
1bdb95130f Only display 0-1sat/vB on Liquid. 2020-03-28 19:24:13 +07:00
softsimon
e20830660a Various bugfixes and removing unfairly cheap joke. 2020-03-28 16:38:28 +07:00
softsimon
72b03c60a3 Color fix for 0-1 sat/vb fees in tv graph 2020-03-28 16:02:21 +07:00
softsimon
a085be1a63 Display 0-1 sat/vb fees in graph 2020-03-28 13:55:52 +07:00
wiz
8c14866ead Move sitemap XML files into their own folder, add to .gitignore 2020-03-27 23:04:46 +09:00
wiz
638b1495df Change metadata descriptions to Bitcoin Only 2020-03-27 22:58:21 +09:00
softsimon
82252c3331 Adding unfairly cheap for very low fee transactions. 2020-03-27 17:56:42 +07:00
wiz
e2296e5893 Add production nginx.conf for mempool.space and mempool.ninja hosts 2020-03-27 15:16:17 +09:00
wiz
e6be335851 Fix xml header on sitemap, don't gzip every sitemap file 2020-03-27 09:26:54 +09:00
wiz
d6c67ba4b6 Fix sitemap bugs, reduce blocks per sitemap to 100 2020-03-27 09:00:42 +09:00
wiz
38ae9c8a36 Fix sitemap generation lastmod timestamp 2020-03-27 08:33:08 +09:00
wiz
553ab1ca66 Tweak sitemap generation to have 1000 blocks per file 2020-03-27 08:11:07 +09:00
wiz
fa88ee0a59 Add script to generate sitemap links for each block hash 2020-03-27 07:49:37 +09:00
softsimon
af3432e56e Merge pull request #66 from mempool/dependabot/npm_and_yarn/frontend/acorn-6.4.1
Bump acorn from 6.4.0 to 6.4.1 in /frontend
2020-03-27 03:55:15 +07:00
softsimon
df4bdb6fb5 Repointing meta tags to correct domain. 2020-03-27 03:50:10 +07:00
dependabot[bot]
12890a8742 Bump acorn from 6.4.0 to 6.4.1 in /frontend
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-26 20:20:15 +00:00
softsimon
ceff9f3b13 Adding "load more" for large input/output sets. 2020-03-27 02:34:09 +07:00
softsimon
5a66b224c8 Set outspend fetch limit on transaction level. 2020-03-27 01:33:39 +07:00
softsimon
ff756e7aa3 Bugfixes. 2020-03-27 01:29:55 +07:00
softsimon
81839cb55f Liquid: Display BTC as L-BTC. 2020-03-25 21:55:18 +07:00
softsimon
350a06a096 Liquid: Display block times and amounts correctly. 2020-03-25 21:29:40 +07:00
softsimon
43585be6a9 Small fixes. 2020-03-25 18:41:16 +07:00
softsimon
7abf978795 Renaming Mempool blocks to "next block" + ux fixes 2020-03-25 03:59:30 +07:00
softsimon
9aaa021d08 Mobile view design updates. 2020-03-25 02:55:26 +07:00
softsimon
164a1964dc Mobile padding improvements. 2020-03-25 00:41:46 +07:00
softsimon
36308e7290 Refactor address reactive flow. 2020-03-24 21:38:11 +07:00
softsimon
84b5f0367b Bugfix: Refetch unconfirmed transaction when returning back online. 2020-03-24 21:01:29 +07:00
softsimon
99d94a37f0 Removing bad code 2020-03-24 01:00:39 +07:00
softsimon
b14826ed9a Update page Title for SEO. 2020-03-24 00:52:08 +07:00
softsimon
39643ce0f8 Adding ETA, confirmed time, and other ui improvements to transaction page. 2020-03-23 04:07:31 +07:00
softsimon
dc8eae6b76 Improved how mempool blocks handle updates 2020-03-23 01:43:03 +07:00
softsimon
9a0840afc2 Bugfix and inprovments for arrow navigation. 2020-03-22 23:45:16 +07:00
softsimon
827bfcef3d Refactord blockchain is rendering, block arrow location propagation and keynavigation. 2020-03-22 17:44:36 +07:00
softsimon
e6bb2cbffa Navigate between blocks using keyboard arrows. 2020-03-21 03:38:18 +07:00
softsimon
55c6ef6d41 Update fee distribution graph and fix arrow. 2020-03-20 02:11:40 +07:00
softsimon
3ed0e38582 Fixed sorting issue that caused the median calculation bug. 2020-03-20 02:07:12 +07:00
softsimon
aca1b20772 Adding "mempool block" details. Work in progress! 2020-03-17 21:53:20 +07:00
softsimon
f147c7259d Adding mouse over title to fee rate badge. 2020-03-16 02:41:13 +07:00
softsimon
5cdb593a7d Only return "initial block amount" on init, and treat high fees in empty blocks as overpaid. 2020-03-16 02:25:14 +07:00
softsimon
e8a74ab8eb Adding fee rating to confirmed transactions. 2020-03-16 02:01:03 +07:00
softsimon
dd21c2ff44 Adding median fee to block. 2020-03-15 17:12:09 +07:00
softsimon
1e359607b7 TV view didn't request mempool blocks. 2020-03-14 13:48:01 +07:00
softsimon
a21afeb7fa Adjusting font-sizes. Logo size. 2020-03-13 22:05:44 +07:00
wiz
3c1e702c04 Remove more instances of # before block height number 2020-03-13 23:03:46 +09:00