Skip to content
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

Add Noise Support To Prysm #4991

Merged
merged 5 commits into from
Mar 3, 2020
Merged

Add Noise Support To Prysm #4991

merged 5 commits into from
Mar 3, 2020

Conversation

nisdas
Copy link
Member

@nisdas nisdas commented Mar 3, 2020

  • Adds noise support to the beacon node.
  • Gated by a feature flag, so only SECIO is run by default.

@nisdas nisdas added Ready For Review Networking P2P related items labels Mar 3, 2020
rauljordan
rauljordan previously approved these changes Mar 3, 2020
@@ -106,6 +106,11 @@ var (
Name: "check-head-state",
Usage: "Enables the checking of head state in chainservice first before retrieving the desired state from the db.",
}
enableNoiseHandshake = cli.BoolFlag{
Name: "enable-noise",
Usage: "This enables the beacon node to use NOISE instead of SECIO for performing handshakes between peers and" +
Copy link
Contributor

@farazdagi farazdagi Mar 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need extra space, at the end of the line.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@prylabs-bulldozer prylabs-bulldozer bot merged commit 0093218 into master Mar 3, 2020
@delete-merged-branch delete-merged-branch bot deleted the addNoiseSupport branch March 3, 2020 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Networking P2P related items
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants