Skip to content

Conversation

asdacap
Copy link
Contributor

@asdacap asdacap commented Mar 21, 2025

Types of changes

What types of changes does your code introduce?

  • New feature (a non-breaking change that adds functionality)

Testing

Requires testing

  • Yes
  • No

If yes, did you write tests?

  • Yes
  • No

Notes on testing

  • Mainnet sync
  • Restart mainnet sync with bodies on
  • Sync with bodies

Base automatically changed from refactor/move-sync-pivot-to-blocktree to master March 21, 2025 23:19
@asdacap asdacap requested a review from rubo as a code owner March 21, 2025 23:19
@LukaszRozmej
Copy link
Member

Can you resolve conflicts?

@asdacap
Copy link
Contributor Author

asdacap commented Mar 24, 2025

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
Copy link
Member

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its 'Starting' - 'SyncPivot' - 'Updater'.

@asdacap asdacap merged commit 5fa6b6f into master Mar 27, 2025
80 checks passed
@asdacap asdacap deleted the feature/movable-sync-pivot branch March 27, 2025 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants