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

Implement post merge block downloader #1173

Closed
jangko opened this issue Jul 26, 2022 · 1 comment · Fixed by #1780
Closed

Implement post merge block downloader #1173

jangko opened this issue Jul 26, 2022 · 1 comment · Fixed by #1780
Labels
hard high priority Sync Prevents or affects sync with Ethereum network

Comments

@jangko
Copy link
Contributor

jangko commented Jul 26, 2022

Geth call this post merge sync algorithm as BeaconSync. While the legacy sync download blocks from genesis to head in a forward fashion. The BeaconSync will start from head and then try to fill it backward to the genesis.

@jangko jangko added the Sync Prevents or affects sync with Ethereum network label Jul 26, 2022
@jangko
Copy link
Contributor Author

jangko commented Nov 28, 2022

don't forget to connect sync progress to graphql/syncing and rpc/eth_syncing. need #640.
pass skeleton test, need #1323

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hard high priority Sync Prevents or affects sync with Ethereum network
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant