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

feat: add step size check for bsc stage sync #151

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

pythonberg1997
Copy link
Contributor

@pythonberg1997 pythonberg1997 commented Sep 26, 2024

Description

This pr is to add step size check for bsc stage sync

Rationale

Sometimes, when the node's sync height is greater than the merkle clean threshold from the latest block height, but not significantly so, performing stage sync in batches (to avoid rebuilding the merkle trie) can be faster than syncing to the highest block all at once.

Example

add an example CLI or API response...

Changes

Notable changes:

  • add each change in a bullet point here
  • ...

Potential Impacts

  • add potential impacts for other components here
  • ...

@pythonberg1997 pythonberg1997 changed the base branch from develop to merge/upstream_v1.0.7 September 26, 2024 11:05
@j75689 j75689 force-pushed the merge/upstream_v1.0.7 branch 2 times, most recently from 4e249f1 to d1a9d9f Compare September 27, 2024 02:03
@unclezoro unclezoro changed the base branch from merge/upstream_v1.0.7 to new-engine September 29, 2024 05:09
@pythonberg1997 pythonberg1997 marked this pull request as ready for review September 29, 2024 07:29
@pythonberg1997 pythonberg1997 changed the base branch from new-engine to develop October 10, 2024 01:41
@unclezoro unclezoro merged commit 01ee568 into bnb-chain:develop Oct 11, 2024
17 checks passed
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.

3 participants