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 1.6k
validator_discovery: pass PeerSet to the request #2372
Merged
ordian
merged 24 commits into
master
from
ao-pass-peerset-to-connecttovalidators-request
Feb 8, 2021
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
6c4de0d
validator_discovery: pass PeerSet to the request
ordian 45f48c0
validator_discovery: track PeerSet of connected peers
ordian 0d6a1d7
validator_discovery: fix tests
ordian 70edb52
validator_discovery: fix long line
ordian b94a870
some fixes
ordian 96a3b03
merge master
ordian 4f3abc9
some validator_discovery logs
ordian b1268aa
merge master
ordian 92d18e1
log validator discovery request
ordian 50c87c6
merge master
ordian 75f7de6
Also connect to validators on `DistributePoV`.
eskimor b280f25
Merge branch 'ao-pass-peerset-to-connecttovalidators-request' of gith…
eskimor 2c99ba9
validator_discovery: store the whole state per peer_set
ordian 2496006
bump spec versions in kusama, polkadot and westend
ordian 48d1331
Correcting doc.
eskimor 51698b9
Merge branch 'ao-pass-peerset-to-connecttovalidators-request' of gith…
eskimor 6436086
validator_discovery: bump channel capacity
ordian f91823c
pov-distribution: some cleanup
ordian 8e9a9d6
this should fix the test, but it does not
ordian 119240b
I just got some brain damage while fixing this
ordian 82b6c36
merge master
ordian d428ce3
wrap long line
ordian 911f36d
address some review nits
ordian e61f384
merge
ordian 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
Why do we want to remove this exactly?
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.
This says "invalid request", whereas
ReportPeer
can be also used for increasing reputation, so the message is confusing.In addition to that, we log it in on a higher level in subsystems.