Skip to content

Commit

Permalink
Merge branch 'master' into web-transport-quic
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarus authored Nov 23, 2023
2 parents 8325840 + add1ff6 commit 7a54fd3
Show file tree
Hide file tree
Showing 6 changed files with 142 additions and 243 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.

1 change: 1 addition & 0 deletions protocols/kad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ asynchronous-codec = { workspace = true }
futures = "0.3.29"
libp2p-core = { workspace = true }
libp2p-swarm = { workspace = true }
futures-bounded = { workspace = true }
quick-protobuf = "0.8"
quick-protobuf-codec = { workspace = true }
libp2p-identity = { workspace = true, features = ["rand"] }
Expand Down
1 change: 1 addition & 0 deletions protocols/kad/src/behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3173,6 +3173,7 @@ impl QueryInfo {
multiaddrs: external_addresses.clone(),
connection_ty: crate::protocol::ConnectionType::Connected,
},
query_id,
},
},
QueryInfo::GetRecord { key, .. } => HandlerIn::GetRecord {
Expand Down
Loading

0 comments on commit 7a54fd3

Please sign in to comment.