Skip to content

Commit

Permalink
Merge pull request #3145 from autonomys/fix-request-response-with-add…
Browse files Browse the repository at this point in the history
…resses

Fix request/response with addresses
  • Loading branch information
nazar-pc authored Oct 18, 2024
2 parents c828fc1 + 69807bc commit 70178b8
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 107 deletions.
60 changes: 30 additions & 30 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions crates/subspace-networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ unsigned-varint = { version = "0.8.0", features = ["futures", "asynchronous_code
void = "1.0.2"

[dependencies.libp2p]
# TODO: Replace with upstream once https://github.com/libp2p/rust-libp2p/issues/5626 is resolved
# TODO: Replace with upstream once https://github.com/libp2p/rust-libp2p/issues/5626 and
# https://github.com/libp2p/rust-libp2p/issues/5634 are resolved
git = "https://github.com/autonomys/rust-libp2p"
rev = "458d22ef382641a6f42f7baddff99b70f33cdcc0"
rev = "ae7527453146df24aff6afed5f5b9efdffbc15b8"
version = "0.54.1"
default-features = false
features = [
Expand All @@ -77,4 +78,4 @@ features = [
[dev-dependencies]
rand = "0.8.5"
# TODO: Replace with upstream once https://github.com/libp2p/rust-libp2p/issues/5626 is resolved
libp2p-swarm-test = { version = "0.4.0", git = "https://github.com/autonomys/rust-libp2p", rev = "458d22ef382641a6f42f7baddff99b70f33cdcc0" }
libp2p-swarm-test = { version = "0.4.0", git = "https://github.com/autonomys/rust-libp2p", rev = "ae7527453146df24aff6afed5f5b9efdffbc15b8" }
Loading

0 comments on commit 70178b8

Please sign in to comment.