149 Commits

Author SHA1 Message Date
softsimon
291134c6e0 Show fiat value of totalRecieved for addresses.
Rename fee to fee burnt.
2020-07-14 23:49:57 +07:00
softsimon
518629e144 Bisq stats page.
BSQ prices.
2020-07-14 21:26:02 +07:00
softsimon
cb3d21a2b2 Bisq statistics page. 2020-07-14 14:38:52 +07:00
softsimon
58caaafb1c Display network logo in the top bar.
Allow search for block height.
Hide empty bisq blocks.
2020-07-13 23:22:24 +07:00
softsimon
3bb2ce7d40 Address index and api.
Address view.
2020-07-13 21:46:25 +07:00
softsimon
38afcc6822 Bisq module separation.
Transaction view.
Block view.
Blocks list.
2020-07-13 15:16:12 +07:00
softsimon
2ac2d9ecce Bisq explorer is now a separate module. 2020-07-11 00:17:13 +07:00
softsimon
58509aa612 Auto reload bisq dump file. 2020-07-10 14:13:07 +07:00
softsimon
d39b4a5c92 WIP: Bisq DAO support. Transactions list and details. 2020-07-03 23:45:19 +07:00
softsimon
6d8521b748 Increased frontend auto reload timeout.
Increased time limit on new transaction processing.
2020-06-23 14:49:06 +07:00
softsimon
b0fa5bb50a Display fees correctly for Liquid blocks. 2020-06-19 23:32:17 +07:00
softsimon
0ba604609a Reducing mempool detection sensitivity to 25%
refs #76
2020-06-18 17:10:07 +07:00
softsimon
2f0d29e315 Set in sync to false when mempool clear protection is active.
refs #76
2020-06-18 14:34:56 +07:00
softsimon
f972149a54 Prevent mempool from being flushed when restarting bitcoind.
fixes #76
2020-06-18 13:54:54 +07:00
softsimon
34f83998fe Fix: Don't calculate block fee for Liquid.
Completing interfaces.
2020-06-17 15:01:58 +07:00
softsimon
2f89612075 Display input/output asset transfers
fixes #85
2020-06-12 16:17:52 +07:00
softsimon
e0a451eb05 Transition new blocks from the mempool onto the blockchain.
Chime on new blocks.
fixes #47
fixes #84
2020-06-10 23:52:14 +07:00
softsimon
7801fa7a24 Speed up mempool loop. 2020-06-09 02:32:24 +07:00
softsimon
5feaa1fa8e Adding types to callback functions. 2020-06-09 02:08:46 +07:00
softsimon
1db06f8009 Don't call mempoolChanged after disk cache dump. 2020-06-08 19:19:31 +07:00
softsimon
87e9d631fc Detect RBF-transactions and offer to track them.
fixes #78
2020-06-08 18:55:53 +07:00
softsimon
afe680b7cb Push new block and mempool synchronized.
Measure projected block accuracy.
refs #47
2020-06-08 02:08:51 +07:00
softsimon
33cd77eba6 Code cleanup. 2020-06-07 17:30:32 +07:00
softsimon
54712a33fe Expose git commit hash to backend info api. 2020-05-27 15:18:04 +07:00
wiz
961e69e4db Remove duplicate npm install and build steps in production scripts 2020-05-26 21:52:50 +09:00
softsimon
3ef81b0092 Add backendInfo api endpoint. 2020-05-26 18:06:14 +07:00
softsimon
5a876b1212 Add hostname to initial websocket data. 2020-05-26 16:34:55 +07:00
wiz
d0d578350a Fix start/upgrade scripts to properly restart the backend processes 2020-05-26 13:23:55 +09:00
softsimon
99ba1a9db7 Crash fix. 2020-05-26 11:02:12 +07:00
wiz
2e3ff685f8 Update misc files used for mempool.space production website 2020-05-25 18:42:00 +09:00
softsimon
cddb2df6b3 Strip attached coinbase transactions to save data. 2020-05-24 22:45:45 +07:00
softsimon
df6372df2f Duplicate code fix. 2020-05-24 16:29:30 +07:00
softsimon
e5dfeed63c Fix address tracking issues. 2020-05-20 17:00:50 +07:00
softsimon
b1819e4ef5 Arrow navigation fix.
Liquid native asset notification fix.
2020-05-10 01:34:28 +07:00
softsimon
a42facb389 Instant mining pool identification from recent blocks.
refs #59
2020-05-10 00:54:07 +07:00
softsimon
688a73cf75 Identify and display mining pool.
fixes #59
2020-05-10 00:35:21 +07:00
softsimon
4932d6f706 Asset tracking.
Asset caching.
refs #37
2020-05-05 15:26:23 +07:00
softsimon
bb90a622d2 Improvments to the mempool transaction subscription. 2020-04-13 02:06:10 +07:00
softsimon
d432b3ce4a Wait for an push transactions that hasn't yet appeared in the mempool 2020-04-13 01:26:53 +07:00
softsimon
36d88fec9c Improved websocket tx/address tracking handling when disconnecting . 2020-04-12 03:03:51 +07:00
softsimon
1d7baeb9f8 Send empty mempoolInfo responsive instead of undefined on server restart. 2020-04-04 01:11:46 +07:00
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
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
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
dd21c2ff44 Adding median fee to block. 2020-03-15 17:12:09 +07:00
wiz
4f5b58ef41 Add new package.json for top-level mempool project 2020-03-13 19:51:25 +09:00
wiz
36d96bff09 Update package.json for mempool-frontend 2020-03-13 19:48:10 +09:00
wiz
909bd7f914 Update package.json for mempool-backend 2020-03-13 19:44:56 +09:00
softsimon
35569d5c45 Responsive mempool blocks. 2020-03-12 21:56:07 +07:00