Commit Graph

132 Commits

Author SHA1 Message Date
wiz
12b3ecd078 Add basic websocket error handler as emergency fix for site crashing 2020-11-15 11:44:16 +09:00
softsimon
73acec23ae Mute websocket parse error. 2020-11-02 01:14:42 +07:00
softsimon
b21016efef Removing unnused config MINED_BLOCKS_CACHE. 2020-10-31 18:58:34 +07:00
softsimon
5feaff130f Adding missing error cause messages. 2020-10-28 11:00:48 +07:00
softsimon
45efb604c1 Revamping configuration file.
fixes #141
2020-10-19 11:57:02 +07:00
softsimon
472b1d35c2 Improve some logger error messages. 2020-10-15 11:12:33 +07:00
softsimon
4dacf292c2 Adding logger wrapper.
Log backend messages to syslog.
fixes #135
2020-10-13 15:27:52 +07:00
softsimon
a07a4de255 Custom BTCPay donation integration
fixes #122
2020-10-07 20:15:42 +07:00
softsimon
774893f2fc Bugfix: Incoming transactions not parsed properly. 2020-10-06 13:31:33 +07:00
softsimon
d4f768e3b6 Adding latest blocks and transactions to dashboard. 2020-09-26 02:11:30 +07:00
softsimon
6c1d28a9ac Replacing footer and latest blocks with a stats dashboard. 2020-09-21 19:41:12 +07:00
softsimon
9fa95ccbe8 Improv: On new block push, simultaneously send new mempool stats. 2020-07-20 10:44:05 +07:00
softsimon
ca0cf23d66 Bisq stats page.
BSQ prices.
2020-07-14 21:26:02 +07:00
softsimon
0177224eba Adding types to callback functions. 2020-06-09 02:08:46 +07:00
softsimon
8b6a681614 Detect RBF-transactions and offer to track them.
fixes #78
2020-06-08 18:55:53 +07:00
softsimon
f0b0fc3f4b Push new block and mempool synchronized.
Measure projected block accuracy.
refs #47
2020-06-08 02:08:51 +07:00
softsimon
7ade4c114b Code cleanup. 2020-06-07 17:30:32 +07:00
softsimon
8167debbe9 Expose git commit hash to backend info api. 2020-05-27 15:18:04 +07:00
softsimon
5b80b43e2a Add hostname to initial websocket data. 2020-05-26 16:34:55 +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
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
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
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
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
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