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: canonical state for local engine #11245

Merged
merged 2 commits into from
Sep 27, 2024

Conversation

greged93
Copy link
Contributor

@greged93 greged93 commented Sep 26, 2024

Adds a CanonicalInMemoryState to the local engine. The canonical state gets updated with the built block from the payload builder, itself triggered by the mining mode (Interval or Instant).

Resolves #11236.

@greged93 greged93 force-pushed the feat/local-engine-canonical-state branch from b8599a8 to 569f89e Compare September 27, 2024 07:17
Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

cool, this should do it.

next we need implementations of the PayloadAttributesBuilder

@mattsse mattsse added this pull request to the merge queue Sep 27, 2024
Merged via the queue into paradigmxyz:main with commit 136a822 Sep 27, 2024
35 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.

Make local engine service feature complete
2 participants