Skip to content

Commit

Permalink
feat: integrate DAG crawling fixes from Josh and Qi
Browse files Browse the repository at this point in the history
  • Loading branch information
grumbach authored and joshuef committed May 30, 2024
1 parent 057f689 commit 478256a
Show file tree
Hide file tree
Showing 9 changed files with 263 additions and 272 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.

4 changes: 3 additions & 1 deletion sn_auditor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ local-discovery = [
network-contacts = ["sn_peers_acquisition/network-contacts"]
open-metrics = ["sn_client/open-metrics"]
websockets = ["sn_client/websockets"]
svg-dag = ["graphviz-rust"]
svg-dag = ["graphviz-rust", "dag-collection"]
dag-collection = []

[dependencies]
bls = { package = "blsttc", version = "8.0.1" }
Expand All @@ -42,3 +43,4 @@ tokio = { version = "1.32.0", features = [
"time",
"fs",
] }
urlencoding = "2.1.3"
Loading

0 comments on commit 478256a

Please sign in to comment.