Skip to content

Commit

Permalink
refactor(rendezvous): rewrite using libp2p-request-response
Browse files Browse the repository at this point in the history
Fixes [#3878](#3878).

Pull-Request: #4051.


  
Co-Authored-By: Thomas Eizinger <thomas@eizinger.io>
  • Loading branch information
dgarus and thomaseizinger authored Jun 14, 2023
1 parent 14530af commit b8ceecc
Show file tree
Hide file tree
Showing 10 changed files with 555 additions and 1,337 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 protocols/rendezvous/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ categories = ["network-programming", "asynchronous"]

[dependencies]
asynchronous-codec = "0.6"
async-trait = "0.1"
bimap = "0.6.3"
futures = { version = "0.3", default-features = false, features = ["std"] }
futures-timer = "3.0.2"
instant = "0.1.12"
libp2p-core = { workspace = true }
libp2p-swarm = { workspace = true }
libp2p-identity = { workspace = true }
libp2p-request-response = { workspace = true }
log = "0.4"
quick-protobuf = "0.8"
quick-protobuf-codec = { workspace = true }
Expand All @@ -27,7 +29,6 @@ thiserror = "1"
void = "1"

[dev-dependencies]
async-trait = "0.1"
env_logger = "0.10.0"
libp2p-swarm = { workspace = true, features = ["macros", "tokio"] }
libp2p-noise = { workspace = true }
Expand Down
Loading

0 comments on commit b8ceecc

Please sign in to comment.