This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
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.
Authentication of PeerIds in authority discovery records #10317
Authentication of PeerIds in authority discovery records #10317
Changes from 13 commits
4f55b6e
44ebe91
62632a1
eadd8ab
51d0fe8
9202a47
4ee7685
1f6d13b
aba6745
a92ba6d
88e166f
a14ae47
47b686d
29c1d2e
f4c5727
cb009e0
7d45f01
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.
IMO this should default to
true
to have new networks enabled this by default.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.
That would cause silent breaking for existing networks, which use
Default::default()
in theirsc-authority-discovery::Worker
instantiation. I would be more conservative here and reduce gotchas in the ecosystem.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.
I think no one uses this, but fine.
Then we should document this in the docs of the crate?