Skip to content

Commit

Permalink
feat(bootstrap): store multiple multiaddr per peer
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin committed Dec 4, 2024
1 parent 8b50e87 commit c33b8e5
Show file tree
Hide file tree
Showing 13 changed files with 640 additions and 424 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.

3 changes: 2 additions & 1 deletion ant-bootstrap-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ repository = "https://github.com/maidsafe/autonomi"
version = "0.1.0"

[dependencies]
ant-logging = { path = "../ant-logging", version = "0.2.40" }
ant-protocol = { version = "0.17.15", path = "../ant-protocol" }
chrono = { version = "0.4", features = ["serde"] }
dirs-next = "~2.0.0"
fs2 = "0.4.3"
Expand All @@ -18,7 +20,6 @@ libp2p = { version = "0.54.1", features = ["serde"] }
reqwest = { version = "0.12.2", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
ant-protocol = { version = "0.17.15", path = "../ant-protocol" }
tempfile = "3.8.1"
thiserror = "1.0"
tokio = { version = "1.0", features = ["full", "sync"] }
Expand Down
Loading

0 comments on commit c33b8e5

Please sign in to comment.