-
Notifications
You must be signed in to change notification settings - Fork 549
Feature/movable sync pivot #8401
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
Conversation
…e-header-only-forward-sync
…/forward-header-provider
…pivot-to-blocktree
Can you resolve conflicts? |
Resolved |
using Nethermind.State.Snap; | ||
using Nethermind.Synchronization; | ||
using Nethermind.Synchronization.ParallelSync; | ||
using Nethermind.Synchronization.Peers; | ||
|
||
namespace Nethermind.Merge.Plugin.Synchronization; | ||
|
||
public class PivotUpdator | ||
public class StartingSyncPivotUpdater |
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.
StartingSyncPivotUpdater
is a confusing name compared to PivotUpdator
, not sure what StartingSync
means in this context
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.
Its 'Starting' - 'SyncPivot' - 'Updater'.
Types of changes
What types of changes does your code introduce?
Testing
Requires testing
If yes, did you write tests?
Notes on testing