-
Notifications
You must be signed in to change notification settings - Fork 79
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
adds infura information to initial-state #286
Conversation
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.
Here is a suggestion to simplify the sentences and make the link more SEO compliant. Plus using the right sharing format for Youtube link.
Co-authored-by: Nicolas MASSART <[email protected]>
@NicolasMassart Sounds good! I believe I merged your suggestion |
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.
Looks good to me.
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.
LGTM.
@@ -37,6 +37,9 @@ on the beacon chain client (for example Teku). | |||
```bash | |||
curl -o state.ssz -H 'Accept: application/octet-stream' http://other-node:5051/eth/v1/debug/beacon/states/finalized | |||
``` | |||
[Infura](https://infura.io/) provides initial state endpoints for free. | |||
Registration to Infura services is required. | |||
Watch the ("Teku Snapshot Sync from Infura" video)[https://youtu.be/ce9uVRl23zI] for more details. |
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.
Actually as per other discussions:
Watch the ("Teku Snapshot Sync from Infura" video)[https://youtu.be/ce9uVRl23zI] for more details. | |
Watch the ("Teku Checkpoint Sync from Infura" video)[https://youtu.be/ce9uVRl23zI] for more details. |
Wanted to see what the status of merging this is? @ajsutton 's changes are good for me |
Also, we may want to change the title of the doc to reflect the consistent terminology, "Checkpoint Sync" |
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.
Looks good to me.
Pull Request Description
Hi there! This adds the information about Infura's ETH2 offering of an initial state to its users.
Fixed Issue(s)