This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Move the legacy protocol handshake to the legacy substream #5938
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
578f972
Move the legacy protocol handshake to the legacy substream
tomaka 0e7d51f
Merge remote-tracking branch 'upstream/master' into move-legacy-hands…
tomaka 4b5e146
Merge remote-tracking branch 'upstream/master' into move-legacy-hands…
tomaka 6b14a35
Merge remote-tracking branch 'upstream/master' into move-legacy-hands…
tomaka 9ca434b
Fix tests
tomaka 1971d2d
Remove line that wasn't supposed to be committed
tomaka b154b80
Merge remote-tracking branch 'upstream/master' into move-legacy-hands…
tomaka 5d41c60
Remove hack
tomaka 7f068c8
Merge remote-tracking branch 'upstream/master' into move-legacy-hands…
tomaka 5795d6f
Rework how it's done
tomaka 2653c0d
Some little changes
tomaka 88c4da6
update_chain wasn't doing its thing
tomaka 53cce8d
Merge remote-tracking branch 'upstream/master' into move-legacy-hands…
tomaka 6c50854
Fix service tests not calling update_chain
tomaka 5be320f
Merge remote-tracking branch 'upstream/master' into move-legacy-hands…
tomaka ecde0df
Merge branch 'fix-service-test-update-chain' into move-legacy-handshake
tomaka 8a52b8e
Update client/network/src/protocol/generic_proto/behaviour.rs
tomaka b0fe448
Merge remote-tracking branch 'upstream/master' into move-legacy-hands…
tomaka 2b892e6
[WIP]
tomaka 3b89594
Merge remote-tracking branch 'upstream/master' into move-legacy-hands…
tomaka d4ddc96
Revert "[WIP]"
tomaka f83e529
Update client/network/src/protocol.rs
tomaka d16d620
Merge remote-tracking branch 'upstream/master' into move-legacy-hands…
tomaka a8b0301
Fix received message not being handshake
tomaka 84e7852
Update client/network/src/protocol/generic_proto/behaviour.rs
tomaka ee09a83
Merge remote-tracking branch 'upstream/master' into move-legacy-hands…
tomaka a82fba7
Merge branch 'master' into move-legacy-handshake
tomaka bf644f5
Merge remote-tracking branch 'upstream/master' into move-legacy-hands…
tomaka 78f4ca6
Merge remote-tracking branch 'upstream/master' into move-legacy-hands…
tomaka 81eee50
Merge remote-tracking branch 'upstream/master' into move-legacy-hands…
tomaka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
Probably out of scope for this pull request as it is done everywhere in
protocol.rs
: This is not restricted tosync
only, no?