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

[wip] Sync enum #12104

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

[wip] Sync enum #12104

wants to merge 12 commits into from

Conversation

JkLondon
Copy link
Member

@JkLondon JkLondon commented Sep 26, 2024

closes #11774

JkLondon added 6 commits September 18, 2024 14:16
# Conflicts:
#	eth/stagedsync/exec3.go
#	eth/stagedsync/stage_execute.go
# Conflicts:
#	eth/stagedsync/exec3.go
@JkLondon JkLondon self-assigned this Sep 26, 2024
@AskAlexSharov AskAlexSharov added this to the 3.0.0-alpha6 milestone Oct 16, 2024
@@ -86,6 +86,7 @@ func InitHarness(ctx context.Context, t *testing.T, cfg HarnessCfg) Harness {
stagedsync.DefaultUnwindOrder,
stagedsync.DefaultPruneOrder,
logger,
stages.ApplyingBlocks,
Copy link
Collaborator

Choose a reason for hiding this comment

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

stages.ApplyingBlocks looks weird. like it's some new stage.

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.

Turn inMem heuristic to bool cfg
2 participants