Skip to content

Commit

Permalink
revert(network): remove send_query from sqmr::Behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahakShama committed Jul 29, 2024
1 parent bf263dc commit c60f856
Show file tree
Hide file tree
Showing 6 changed files with 223 additions and 493 deletions.
7 changes: 1 addition & 6 deletions crates/papyrus_network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,9 @@ license-file.workspace = true
[features]
testing = []

[[bin]]
name = "streamed_bytes_benchmark"
required-features = ["clap"]
path = "src/bin/streamed_bytes_benchmark.rs"

[dependencies]
async-stream.workspace = true
bytes.workspace = true
defaultmap.workspace = true
derive_more.workspace = true
futures.workspace = true
lazy_static.workspace = true
Expand Down Expand Up @@ -50,6 +44,7 @@ clap = { workspace = true, optional = true, features = ["derive"] }
[dev-dependencies]
assert_matches.workspace = true
deadqueue = { workspace = true, features = ["unlimited"] }
defaultmap.workspace = true
libp2p-swarm-test.workspace = true
mockall.workspace = true
pretty_assertions.workspace = true
Expand Down
331 changes: 0 additions & 331 deletions crates/papyrus_network/src/bin/streamed_bytes_benchmark.rs

This file was deleted.

Loading

0 comments on commit c60f856

Please sign in to comment.