wiz
|
003361befb
|
Update misc files used for mempool.space production website
|
2020-05-25 18:42:00 +09:00 |
|
softsimon
|
2c345426cb
|
Strip attached coinbase transactions to save data.
|
2020-05-24 22:45:45 +07:00 |
|
softsimon
|
4d2fcf96c6
|
Duplicate code fix.
|
2020-05-24 16:29:30 +07:00 |
|
softsimon
|
7e07e2cd8a
|
Fix address tracking issues.
|
2020-05-20 17:00:50 +07:00 |
|
softsimon
|
1d542c15e4
|
Arrow navigation fix.
Liquid native asset notification fix.
|
2020-05-10 01:34:28 +07:00 |
|
softsimon
|
c08a4c8424
|
Instant mining pool identification from recent blocks.
refs #59
|
2020-05-10 00:54:07 +07:00 |
|
softsimon
|
0753b11840
|
Identify and display mining pool.
fixes #59
|
2020-05-10 00:35:21 +07:00 |
|
softsimon
|
20c7ee98e7
|
Asset tracking.
Asset caching.
refs #37
|
2020-05-05 15:26:23 +07:00 |
|
softsimon
|
590f1d2b04
|
Improvments to the mempool transaction subscription.
|
2020-04-13 02:06:10 +07:00 |
|
softsimon
|
e2671df4be
|
Wait for an push transactions that hasn't yet appeared in the mempool
|
2020-04-13 01:26:53 +07:00 |
|
softsimon
|
c5796a8062
|
Improved websocket tx/address tracking handling when disconnecting .
|
2020-04-12 03:03:51 +07:00 |
|
softsimon
|
b082763438
|
Send empty mempoolInfo responsive instead of undefined on server restart.
|
2020-04-04 01:11:46 +07:00 |
|
softsimon
|
c6df78815b
|
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
|
e84ec7dd86
|
Fixed sorting issue that caused the median calculation bug.
|
2020-03-20 02:07:12 +07:00 |
|
softsimon
|
72658c19f6
|
Adding "mempool block" details. Work in progress!
|
2020-03-17 21:53:20 +07:00 |
|
softsimon
|
8a5887e890
|
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
|
dbf8d025e9
|
Adding median fee to block.
|
2020-03-15 17:12:09 +07:00 |
|
wiz
|
6af45c86f8
|
Add new package.json for top-level mempool project
|
2020-03-13 19:51:25 +09:00 |
|
wiz
|
c8da732771
|
Update package.json for mempool-frontend
|
2020-03-13 19:48:10 +09:00 |
|
wiz
|
0bf337b7a6
|
Update package.json for mempool-backend
|
2020-03-13 19:44:56 +09:00 |
|
softsimon
|
2f94200a45
|
Responsive mempool blocks.
|
2020-03-12 21:56:07 +07:00 |
|
softsimon
|
2296ad69b9
|
Adding a third connection state and preventing offline indicator from pushing the menu.
|
2020-03-09 17:53:54 +07:00 |
|
softsimon
|
677f99d03b
|
Bugfix for null error when using transaction tracking
|
2020-03-09 00:23:45 +07:00 |
|
softsimon
|
5d4ce44627
|
Introduce a websocket ping check that closes the socket if no response.
|
2020-03-06 02:05:26 +07:00 |
|
softsimon
|
73e24195da
|
Adding miner block reward and fee to block info.
|
2020-03-04 15:10:30 +07:00 |
|
softsimon
|
2fe7af0c22
|
Handle some cases of api not returning full data.
|
2020-03-03 16:44:32 +07:00 |
|
softsimon
|
2b9be35afa
|
Fast forward the block fetching if backend has been offline for a while.
|
2020-03-03 15:11:14 +07:00 |
|
softsimon
|
2382aa44e1
|
Write cache to disk on SIGTERM as with SIGINT.
|
2020-03-01 23:09:33 +07:00 |
|
softsimon
|
c9b161423d
|
Send git-commit hash to client on reconnect to force client reload on backend update
|
2020-03-01 00:42:41 +07:00 |
|
softsimon
|
39394e1178
|
Also save and load blocks to cache.json for speedy restarts.
|
2020-02-29 21:52:04 +07:00 |
|
softsimon
|
4879036216
|
Added first seen on mempool transactions.
|
2020-02-28 01:09:07 +07:00 |
|
softsimon
|
23a61a37fd
|
Confirmed address transactions fix. QR Code fix. (take 2)
|
2020-02-26 23:21:16 +07:00 |
|
softsimon
|
7fbc6f1461
|
Moved websocket handling to its own file and cleaned up index.ts
|
2020-02-26 17:49:53 +07:00 |
|
softsimon
|
a122432c24
|
Address tracking and notification sounds.
|
2020-02-26 04:29:57 +07:00 |
|
Simon Lindh
|
057bff69fc
|
Various fixes and design updates.
|
2020-02-26 03:37:00 +09:00 |
|
Simon Lindh
|
c5c068a8d4
|
Empty block fix.
|
2020-02-26 03:35:46 +09:00 |
|
Simon Lindh
|
d690511a08
|
Footer and header design updates.
|
2020-02-26 03:34:20 +09:00 |
|
Simon Lindh
|
3453e84889
|
Basic address tracking.
|
2020-02-26 03:31:45 +09:00 |
|
Simon Lindh
|
f3cfa038d3
|
Transaction tracking revamped.
Blockchain block arrow.
|
2020-02-26 03:28:57 +09:00 |
|
Simon Lindh
|
34645908e9
|
Refactor. API explanations. UX revamp.
|
2020-02-26 03:26:16 +09:00 |
|
Simon Lindh
|
acd658a0e7
|
Optimize statistics.
|
2020-02-26 03:21:21 +09:00 |
|
Simon Lindh
|
ac95c09ea6
|
New base code for mempool blockchain explorerer
|
2020-02-26 03:19:26 +09:00 |
|
Simon Lindh
|
67fb17f242
|
electrs backend request and error handling improvements
|
2019-12-09 19:14:54 +07:00 |
|
Simon Lindh
|
d1fce86adb
|
Renamed the electrs backend support to 'electrs'.
|
2019-12-06 22:37:07 +01:00 |
|
Simon Lindh
|
aa8bccdb8f
|
Use 'request' instead of 'axios' for electrs api requests.
|
2019-12-06 21:59:43 +01:00 |
|
Simon Lindh
|
9cfee07f47
|
Prevent transaction backlog to cause mempool update halts
|
2019-11-15 17:27:12 +08:00 |
|
Simon Lindh
|
e2d26b90bf
|
typo
|
2019-11-14 16:31:40 +08:00 |
|
Simon Lindh
|
9e212ab176
|
Search box for explorer.
|
2019-11-14 15:03:01 +08:00 |
|
Simon Lindh
|
480016ef07
|
Address page with QR code
|
2019-11-13 14:51:44 +08:00 |
|
Simon Lindh
|
309e851ead
|
Block view.
|
2019-11-12 16:39:59 +08:00 |
|