Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Networking backport for 2018-09-20 (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka authored and gavofyork committed Sep 20, 2018
1 parent 9f9474d commit 267e875
Show file tree
Hide file tree
Showing 6 changed files with 591 additions and 811 deletions.
215 changes: 111 additions & 104 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion substrate/network-libp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bytes = "0.4"
error-chain = { version = "0.12", default-features = false }
fnv = "1.0"
futures = "0.1"
libp2p = { git = "https://github.com/libp2p/rust-libp2p", rev = "3e53a9dcc728d2e932d731bf90a8e81e0e4257ab", default-features = false, features = ["libp2p-secio", "libp2p-secio-secp256k1"] }
libp2p = { git = "https://github.com/libp2p/rust-libp2p", rev = "f2a5eee5e8363b5cf567206ab2c01c564943d2ef", default-features = false, features = ["libp2p-secio", "libp2p-secio-secp256k1"] }
ethereum-types = "0.3"
parking_lot = "0.5"
libc = "0.2"
Expand Down
Loading

0 comments on commit 267e875

Please sign in to comment.