286 Commits

Author SHA1 Message Date
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
Simon Lindh
3ddbd33b70 Renamed the electrs backend support to 'electrs'. 2019-12-06 22:37:07 +01:00
Simon Lindh
90d72175bd Use 'request' instead of 'axios' for electrs api requests. 2019-12-06 21:59:43 +01:00
wiz
d6cc21c377 Fix incorrect nginx/certbot instructions in README 2019-12-01 11:50:14 +09:00
wiz
569dcb8983 Comment out portion of nginx.conf added by Certbot 2019-12-01 11:42:28 +09:00
Simon Lindh
fac8c8c240 Merge pull request #21 from rbrooklyn/master
Dockerfile for creating docker containers
2019-11-30 16:03:25 +01:00
Richard Brooklyn
a287f791af Increase sleep to 60 seconds for slower hosts to build + general tidy 2019-11-30 13:51:44 +00:00
Richard Brooklyn
18278e4438 docker
Add files for the creation of docker container
2019-11-25 23:30:59 +00:00
Simon Lindh
1ec19f3be7 Added virtual bytes pipe for mempool graph in television view.
fixes #14
fixes #12
2019-11-21 11:58:29 +08:00
Simon Lindh
a409d5d6d7 Prevent transaction backlog to cause mempool update halts 2019-11-15 17:27:12 +08:00
Simon Lindh
f3e282f4d3 typo 2019-11-14 16:31:40 +08:00
Simon Lindh
a44bc96438 Removed unused packages to fix security warnings. 2019-11-14 15:50:04 +08:00
Simon Lindh
7aec5f2adb Search box for explorer. 2019-11-14 15:03:01 +08:00
Simon Lindh
5d61e00ab1 Address page with QR code 2019-11-13 14:51:44 +08:00
Simon Lindh
4de8384708 Block view. 2019-11-12 16:39:59 +08:00
Simon Lindh
2dbfa323fa Transaction view. 2019-11-10 16:44:00 +08:00
Simon Lindh
839fa12eb6 Explorer page with latest blocks. WIP 2019-11-06 15:35:02 +08:00
Simon Lindh
f5abccd034 Use calculated block subsidy instead of static. 2019-11-01 18:04:18 +08:00
Simon Lindh
aa64cb3665 Added virtual bytes pipe for mempool graph.
Added decimals to mempool graph y-axis.
fixes #14
fixes #12
2019-10-31 13:55:25 +08:00
Simon Lindh
141e0a7f01 Merge pull request #13 from andrerfneves/refactor/docs-package
[chore] Documentation improvements and package json cleanups
2019-10-29 02:00:17 +08:00
Simon Lindh
5c55fd2025 Fix transaction size when using esplora api 2019-10-28 16:47:42 +08:00
Simon Lindh
861dd0864d Resume transaction tracking after reconnect. 2019-10-24 15:37:39 +08:00
Simon Lindh
ae2e0823fb Tx tracking fix for esplora api. 2019-10-24 11:15:24 +08:00
Simon Lindh
ee7cbee372 Merge branch 'esplora'
* esplora:
  Adding optional Blockstream esplora backend support.
2019-10-22 17:28:56 +08:00
Simon Lindh
5cd608df2b Libraries upgrades. 2019-10-22 17:28:37 +08:00
Simon Lindh
136b6eb76e Adding optional Blockstream esplora backend support. 2019-10-22 17:09:07 +08:00
Andre Neves
8bff061c3e hotfix(docs): remove extraneous hash 2019-09-08 13:41:28 -04:00
Andre Neves
fc2721e3e7 chore(docs): Update README docs for more clarity
chore(packagejson): clean up and standardize data inside package json - author taken from MIT license details
chore(spacing): move tsconfig json to follow codebase standard indentation setup
2019-09-08 13:37:07 -04:00
wiz
143949bab4 Increase keepalive_timeout=300 to prevent /graphs websocket timeout 2019-09-01 01:34:30 +09:00