-
Notifications
You must be signed in to change notification settings - Fork 78
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
Added documentation for --ignore-weak-subjectivity-period-enabled #503
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@lucassaldanha
Questions:
|
They work in a similar way (behind the scenes, we set the initial-state value based on the The main reason for using it is to be aligned with the options that other clients are using. Checkpoint sync is a common term that users often refer to when syncing their nodes. One big difference is that
Totally. This is one of the reasons why we changed the default syncing behaviour to forbid users to sync from old states (including genesis).
Most likely yes, unless you are on some private network just starting. This is how it plays:
If you are starting your node close to the genesis time of the network, then it is possible that we are still within the weak subjectivity period, so step 3 won't fail. However, for mainnet and all official current testnets, this won't happen because their genesis is already outside of the weak subjectivity period. |
@lucassaldanha Thanks for the thorough response. I've addressed your feedback, my only outstanding question is whether we need to update the examples on the following pages to use
|
Hi Alexandra, yes I think it would be great to update the example on these pages to use So the options are:
Option 1 is more friendly to users, but it is more opinionated on what endpoint to use. @benjaminion do you have some thoughts on this? |
@lucassaldanha I used the Ethstaker endpoint for the "Start Teku" page because those are clearly labelled as example commands. For the connect to Mainnet and testnet pages, I added placeholder text and linked to the reference. Also raised this issue to update the Besu pages: hyperledger/besu-docs#1451 |
Documentation for Consensys/teku#7698