Skip to content

Bug/694 circuit relay stream hangs indefinite #767

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
7669526
fix: revamp circuit relay example and moved example into examples dir…
Winter-Soren Jun 21, 2025
cb54731
Merge branch 'libp2p:main' into bug/694-circuit-relay-stream-hangs-in…
Winter-Soren Jul 7, 2025
e81ce7b
Merge branch 'libp2p:main' into bug/694-circuit-relay-stream-hangs-in…
Winter-Soren Jul 12, 2025
2020975
added more loggers and added protocol handlers
Winter-Soren Jul 12, 2025
1f475cc
fixed pyrefly pre-commithook issue
Winter-Soren Jul 12, 2025
1989ce7
fix: revamp circuit relay example and moved example into examples dir…
Winter-Soren Jun 21, 2025
4f18f6c
added more loggers and added protocol handlers
Winter-Soren Jul 12, 2025
991c990
fixed pyrefly pre-commithook issue
Winter-Soren Jul 12, 2025
bc37223
Merge branch 'bug/694-circuit-relay-stream-hangs-indefinite' of https…
Winter-Soren Jul 14, 2025
1928648
Merge branch 'main' into bug/694-circuit-relay-stream-hangs-indefinite
seetadev Jul 19, 2025
20182a2
fixed pre-commit hook issues
Winter-Soren Jul 19, 2025
daaf022
fixed pre-commit hook issues
Winter-Soren Jul 19, 2025
53f18cb
Merge branch 'main' into bug/694-circuit-relay-stream-hangs-indefinite
seetadev Jul 21, 2025
d48ca7d
Merge branch 'main' into bug/694-circuit-relay-stream-hangs-indefinite
seetadev Jul 21, 2025
4dbaf20
Merge branch 'main' into bug/694-circuit-relay-stream-hangs-indefinite
seetadev Jul 26, 2025
27705f7
Merge branch 'main' into bug/694-circuit-relay-stream-hangs-indefinite
seetadev Jul 26, 2025
362b43c
Merge branch 'main' into bug/694-circuit-relay-stream-hangs-indefinite
seetadev Jul 26, 2025
482430d
Merge branch 'main' into bug/694-circuit-relay-stream-hangs-indefinite
seetadev Aug 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions examples/circuit_relay/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""
Circuit Relay v2 example module.

This package demonstrates the usage of Circuit Relay v2 protocol in libp2p.
"""
Loading
Loading