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

Collapse Update Jobs when receiving multiple blocks #290

Open
Sword-Smith opened this issue Dec 13, 2024 · 0 comments
Open

Collapse Update Jobs when receiving multiple blocks #290

Sword-Smith opened this issue Dec 13, 2024 · 0 comments

Comments

@Sword-Smith
Copy link
Member

When a block comes in, (and assuming the right CLI flags are set) a task is spawned to handle all the proof updates (from SingleProof to SingleProof with updated mutator set commitments). However, this list of update jobs could very well refer to multiple instances of the same transaction. We should ensure that if we apply blocks e.g. 4 and 5, that a transaction is updated directly from the previous to the new tip (from 3 to 5) and not updated to intermediate blocks (i.e., updated from 3 to 4 to 5 in two separate proofs).

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

No branches or pull requests

1 participant