softsimon
f96728292c
Improvments to responsiveness
2020-03-03 17:47:01 +07:00
softsimon
c508e883a3
Handle some cases of api not returning full data.
2020-03-03 16:44:32 +07:00
softsimon
fcf5b71f06
Fast forward the block fetching if backend has been offline for a while.
2020-03-03 15:11:14 +07:00
softsimon
57a40aef71
Template fix.
2020-03-02 17:31:33 +07:00
softsimon
bab4761c24
Added fiat balance to address and made fiat balance into a component.
2020-03-02 17:29:00 +07:00
softsimon
29953e12de
Removed comment.
2020-03-02 15:07:52 +07:00
softsimon
337e557f76
Moving strings to template.
2020-03-01 23:18:03 +07:00
softsimon
f2bd463426
Write cache to disk on SIGTERM as with SIGINT.
2020-03-01 23:09:33 +07:00
softsimon
453482d834
Updating to new github url.
2020-03-01 22:56:14 +07:00
softsimon
051a7694fc
Address loadmore bugfix.
2020-03-01 18:09:42 +07:00
softsimon
a8609cfb2c
Infinite scroll fixes.
2020-03-01 16:33:18 +07:00
softsimon
ab9f39884f
Infinite scroll replaces "load more" buttons.
2020-03-01 03:32:12 +07:00
softsimon
3d575035a1
Send git-commit hash to client on reconnect to force client reload on backend update
2020-03-01 00:42:41 +07:00
softsimon
3718ddf8f0
Latest block design updates.
2020-02-29 23:42:50 +07:00
softsimon
f672387be2
Also save and load blocks to cache.json for speedy restarts.
2020-02-29 21:52:04 +07:00
softsimon
b15253c93e
Minor UX fixes.
2020-02-28 05:28:23 +07:00
softsimon
8b4dc76d50
Additional fixes for address transaction fetching.
2020-02-28 04:16:15 +07:00
softsimon
12b66301ac
Optimized address transaction fetching.
2020-02-28 03:51:59 +07:00
softsimon
2422356704
Added first seen on mempool transactions.
2020-02-28 01:09:07 +07:00
softsimon
c3b047b6da
Confirmed address transactions fix. QR Code fix. (take 2)
2020-02-26 23:21:16 +07:00
softsimon
4efbb7be55
Confirmed address transactions fix. QR Code fix.
2020-02-26 21:11:43 +07:00
wiz
727dae69bd
Disable nginx cache for electrs reverse proxy
2020-02-26 23:07:48 +09:00
softsimon
e4bd08cf31
Moved websocket handling to its own file and cleaned up index.ts
2020-02-26 17:49:53 +07:00
wiz
e0726f9493
Add missing blocks table to SQL schema
2020-02-26 13:59:48 +09:00
softsimon
12c9b80a64
Address tracking and notification sounds.
2020-02-26 04:29:57 +07:00
wiz
b45f5c31cd
Merge pull request #30 from mempool-space/v2
...
mempool v2 repo merge
2020-02-26 03:46:02 +09:00
wiz
0728661046
Update README with release tag checkout instructions
2020-02-26 03:42:59 +09:00
Simon Lindh
94b7f6e0e4
Design updates.
2020-02-26 03:39:22 +09:00
wiz
aa2e302a03
Simplify contributor roles on team page
2020-02-26 03:38:30 +09:00
wiz
e7d2091796
Add nginx proxy_pass for /electrs -> localhost port 3000
2020-02-26 03:37:51 +09:00
Simon Lindh
90a1fcaf8d
Various fixes and design updates.
2020-02-26 03:37:00 +09:00
Simon Lindh
76fd441e07
Empty block fix.
2020-02-26 03:35:46 +09:00
Simon Lindh
808aa27be7
Connection config and proxy updates.
2020-02-26 03:35:08 +09:00
Simon Lindh
c550c888a4
Footer and header design updates.
2020-02-26 03:34:20 +09:00
Simon Lindh
864b33fb38
Adding production and deployment files.
2020-02-26 03:33:17 +09:00
Simon Lindh
d6bfb77abe
Basic address tracking.
2020-02-26 03:31:45 +09:00
Simon Lindh
ae7bff924b
Track transaction among mempool blocks.
2020-02-26 03:30:51 +09:00
Simon Lindh
6e724d4203
Transaction tracking revamped.
...
Blockchain block arrow.
2020-02-26 03:28:57 +09:00
Simon Lindh
98391580b3
Refactor. API explanations. UX revamp.
2020-02-26 03:26:16 +09:00
Simon Lindh
45fa1be217
Optimize statistics.
2020-02-26 03:21:21 +09:00
Simon Lindh
43f41b8aab
New base code for mempool blockchain explorerer
2020-02-26 03:19:26 +09:00
wiz
d296239f54
Update README with release tag checkout instructions
2020-02-26 02:34:37 +09:00
Simon Lindh
d5daf6309b
Merge pull request #28 from rbrooklyn/patch-1
...
Add BACKEND_API and ELECTRS_API_URL ENV lines
2020-02-16 17:21:33 +07:00
rbrooklyn
f33653f051
Add BACKEND_API and ELECTRS_API_URL ENV lines
...
Adds BACKEND_API and ELECTRS_API_URL environment variables which will be populated into backend/mempool-config.json on startup.
This will allow docker users to easily switch to electrs mode and specify a server if they have a need to do so.
2020-02-16 10:20:36 +00:00
Simon Lindh
1b4aae59c5
Merge pull request #25 from rbrooklyn/master
...
Various small enhancements
2020-02-15 11:55:18 +07:00
rbrooklyn
688fee5c71
remove extra server_name line
2020-02-14 18:20:47 +00:00
rbrooklyn
e35a1d2dd4
Remove index===3 checks from getStyleForProjectedBlockAtIndex
2020-02-14 16:52:01 +00:00
rbrooklyn
99010e7838
Remove jq, add bash from alpine. Remove HTTP_PORT. General tidy
...
HTTP_PORT was ignored and can be remapped by Docker anyway.
Remove jq as no longer needed by entrypoint.sh
Added bash as needed by entrypoint.sh
2020-02-14 16:49:14 +00:00
rbrooklyn
70c500f66f
Replace jq with our custom routine for mempool-config.json
2020-02-14 16:43:58 +00:00
Simon Lindh
4c881784c6
electrs backend request and error handling improvements
2019-12-09 19:14:54 +07:00