Skip to content

Commit 3066aaf

Browse files
committed
Bump bootnode version
1 parent ed43494 commit 3066aaf

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bootnode/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sqd-bootnode"
33
license = "AGPL-3.0-or-later"
4-
version = "1.0.3"
4+
version = "1.0.4"
55
edition = "2021"
66

77
[dependencies]

crates/bootnode/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ async fn main() -> anyhow::Result<()> {
161161
})) = event
162162
{
163163
listen_addrs.into_iter().filter(addr_is_reachable).for_each(|addr| {
164+
log::debug!("Address added to Kademlia: {peer_id:?} -> {addr:?}");
164165
swarm.behaviour_mut().kademlia.add_address(&peer_id, addr);
165166
});
166167
}

0 commit comments

Comments
 (0)