Skip to content

Commit

Permalink
feat: perform catchup if needed on subscribed network event
Browse files Browse the repository at this point in the history
  • Loading branch information
fbozic committed Jun 14, 2024
1 parent 5c506ad commit f1fe830
Show file tree
Hide file tree
Showing 5 changed files with 309 additions and 331 deletions.
11 changes: 0 additions & 11 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions examples/chat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,14 @@ libp2p = { version = "0.53.2", features = [
libp2p-stream = "0.1.0-alpha.1"
multiaddr = "0.18.1"
owo-colors = "4.0.0"
rand = { version = "0.8.5" }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
thiserror = "1.0.56"
tokio = { version = "1.35.1", features = [
"io-util",
"io-std",
"macros",
"rt",
"rt-multi-thread",
"signal",
] }
tokio-util = { version = "0.7.11", features = ["codec", "compat"] }
tracing = "0.1.37"
Expand Down
Loading

0 comments on commit f1fe830

Please sign in to comment.