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

prevent quorum from starting if privacy is enabled and syncmode is not full #1399

Conversation

nicolae-leonte-go
Copy link
Contributor

prevent quorum from starting if privacy is enabled and syncmode is not full

@@ -57,7 +57,9 @@ var LightClientGPO = gasprice.Config{

// Defaults contains default settings for use on the Ethereum main net.
var Defaults = Config{
SyncMode: downloader.FastSync,
// Quorum - make full sync the default sync mode in quorum (as opposed to upstream geth)
SyncMode: downloader.FullSync,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think FullSync should be the default syncmode in quorum (which is arguably chosen over vanilla geth due to its privacy features).
Please comment here if you think otherwise.

Copy link
Contributor

@antonydenyer antonydenyer left a comment

Choose a reason for hiding this comment

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

Agreed, nice catch.

@Krish1979 Krish1979 merged commit 55c9816 into Consensys:master May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants