Skip to content

Commit

Permalink
feat(gossipsub): implement backpressures
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Sep 10, 2024
1 parent 3837e33 commit 6d406e1
Show file tree
Hide file tree
Showing 13 changed files with 1,784 additions and 1,027 deletions.
49 changes: 42 additions & 7 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions protocols/gossipsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ categories = ["network-programming", "asynchronous"]
wasm-bindgen = ["getrandom/js"]

[dependencies]
async-channel = "2.3.1"
asynchronous-codec = { workspace = true }
base64 = "0.22.1"
byteorder = "1.5.0"
Expand All @@ -22,6 +23,7 @@ either = "1.11"
fnv = "1.0.7"
futures = { workspace = true }
futures-ticker = "0.0.3"
futures-timer = "3.0.2"
getrandom = "0.2.15"
hex_fmt = "0.3.0"
web-time = { workspace = true }
Expand Down
Loading

0 comments on commit 6d406e1

Please sign in to comment.