Skip to content

Commit

Permalink
add vote plans minus VoteTally
Browse files Browse the repository at this point in the history
VoteTally handling currently requires access to the node (with the
current implementation, at least)
  • Loading branch information
ecioppettini committed May 31, 2021
1 parent b70ee15 commit 5b4f970
Show file tree
Hide file tree
Showing 7 changed files with 531 additions and 16 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions explorer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ tonic = "0.4"
multiaddr = { package = "parity-multiaddr", version = "0.11" }
rand = "0.8.3"
rand_chacha = "0.3.0"
base64 = "0.13.0"

jormungandr-lib = {path = "../jormungandr-lib"}

Expand Down
Loading

0 comments on commit 5b4f970

Please sign in to comment.