Skip to content

Commit

Permalink
feat: add multiplexing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Nov 24, 2023
1 parent 62cebf0 commit 9f8084b
Show file tree
Hide file tree
Showing 4 changed files with 423 additions and 79 deletions.
24 changes: 24 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/net/eth-wire/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recov
arbitrary = { workspace = true, features = ["derive"] }
proptest.workspace = true
proptest-derive.workspace = true
async-stream = "0.3"

[features]
default = ["serde"]
Expand Down
Loading

0 comments on commit 9f8084b

Please sign in to comment.