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

Pause PXE syncing while simulating a tx #2777

Closed
spalladino opened this issue Oct 10, 2023 · 0 comments · Fixed by #3817
Closed

Pause PXE syncing while simulating a tx #2777

spalladino opened this issue Oct 10, 2023 · 0 comments · Fixed by #3817
Assignees

Comments

@spalladino
Copy link
Collaborator

World state should not change halfway through a simulation, or we can get undefined behaviour. We should either stop syncing, or accumulate sync changes in a buffer that we don't flush until we've finished simulation, or take a snapshot for the purpose of the simulation.

// TODO - Pause syncing while simulating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
3 participants