Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
refactor(swarm)!: remove
handler
fromNetworkBehaviourAction::Dial
#3328refactor(swarm)!: remove
handler
fromNetworkBehaviourAction::Dial
#3328Changes from 51 commits
3a84c14
458aa53
d0d8b77
11e5f74
47cf01f
341d096
f77e443
f6cf751
08c5160
8e0d7d8
b337ec1
3c4ab32
1beec8c
eb48acb
de9f152
7692c77
b492236
92b2985
951a0dc
41e49a5
3547b53
75b30ac
30df5c8
3d91173
aa19d69
0f53692
4084846
42c9758
14b9841
1a3a100
5535395
244c171
a82e087
b536773
64a333d
867c880
e97d899
c0a7d2a
8e20996
9a420e4
f5f37ab
e867b26
dd1eb8c
32a465b
91f942f
6f19246
d704e89
55baab1
2c84f28
cf77246
92a9625
d90ac81
cfe9f95
3f8f73c
063ef5c
26f6cf0
c3ba2e3
3ecd623
02cbf42
1c906db
87cf5fd
f204859
21f0c46
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here. This will be handled by the type-system once we have #3254. Then we can return a
dummy::ConnectionHandler
for connections that we didn't initiate ourselves and thus every event we get here is always from a connection that we initiated.