Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/explorer #431

Merged
merged 23 commits into from
Nov 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
aa145bf
Initial commit of the new dashboard code.
futurechimp Nov 6, 2020
b33d6cb
Periodically grabbing topology json
futurechimp Nov 9, 2020
91d9bbf
Pulling file saving out into its own module
futurechimp Nov 9, 2020
6b51712
Ignoring downloaded topology file
futurechimp Nov 9, 2020
25317e0
Moved everything public into a public folder
futurechimp Nov 9, 2020
00f771e
Refreshing the mixmining report
futurechimp Nov 9, 2020
452c8f3
Mounting static files from /public
futurechimp Nov 9, 2020
8b12d5b
Including mixminiming report grabber
futurechimp Nov 9, 2020
951b964
Leaving the route in place to pick up later. It's not used right now.
futurechimp Nov 9, 2020
7b72ee6
Removing json download from git
futurechimp Nov 9, 2020
e2b80d1
Ignoring topology download
futurechimp Nov 9, 2020
a8f5b04
Moving recurrent jobs in to a jobs module
futurechimp Nov 9, 2020
5d268b4
Adding websocket dependencies
futurechimp Nov 9, 2020
6fc0988
Starting to get client/server websocket functionality running.
futurechimp Nov 10, 2020
a5d49a2
Fixing unused imports
futurechimp Nov 10, 2020
d0f602c
Separating client and server functionality a bit more cleanly
futurechimp Nov 10, 2020
b49d4b8
WIP to sketch out the ws client and server a bit more
futurechimp Nov 10, 2020
3da998c
Merge branch 'develop' into feature/explorer
jstuczyn Nov 10, 2020
b2445fc
Initial metrics broadcaster
jstuczyn Nov 10, 2020
f193ce6
Import fixup
jstuczyn Nov 10, 2020
9d3d233
Spawning rocket in tokio task
jstuczyn Nov 10, 2020
4ed9db7
Removed outdated comment
jstuczyn Nov 10, 2020
d92a53f
removed the js file
jstuczyn Nov 10, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ scripts/start_local_tmux_network.sh
qa-v4-topology.json
qa-v6-topology.json
v4-topology.json
v6-topology.json
v6-topology.json
/explorer/downloads/topology.json
/explorer/public/downloads/mixmining.json
/explorer/public/downloads/topology.json
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ default-members = [
"mixnode",
"network-monitor",
]

exclude = ["explorer"]
Loading