Skip to content

Conversation

@peterargue
Copy link
Contributor

@peterargue peterargue commented Nov 27, 2025

Reorganize the optimistic sync pipeline logic to avoid circular dependencies.

This PR makes not changes to the logic, and simply moves the Core and Pipeline implementations into the pipeline/ directory, and renames CoreImpl -> Core and PipelineImpl -> Pipeline.

@peterargue peterargue requested a review from a team as a code owner November 27, 2025 21:06
@github-actions
Copy link
Contributor

github-actions bot commented Nov 27, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@codecov-commenter
Copy link

codecov-commenter commented Nov 27, 2025

Codecov Report

❌ Patch coverage is 90.90909% with 28 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...utiondatasync/optimistic_sync/pipeline/pipeline.go 83.62% 19 Missing and 9 partials ⚠️

📢 Thoughts on this report? Let us know!

@@ -13,15 +13,16 @@ import (
txerrmsgsmock "github.com/onflow/flow-go/engine/access/ingestion/tx_error_messages/mock"
Copy link
Member

Choose a reason for hiding this comment

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

Could rename this file core_test.go for consistency

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.

4 participants