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

[chain] Add parallel execution for transactions #510

Closed
patrick-ogrady opened this issue Oct 3, 2023 · 0 comments · Fixed by #560
Closed

[chain] Add parallel execution for transactions #510

patrick-ogrady opened this issue Oct 3, 2023 · 0 comments · Fixed by #560
Assignees

Comments

@patrick-ogrady
Copy link
Contributor

patrick-ogrady commented Oct 3, 2023

We should make sure that we don't include the program code key in the conflict set, otherwise we will only be able to execute one transaction per contract at-a-time (avoids the benefits of the already implemented state key design that allows for concurrent reads/writes from the same program).

This may have implications on how programs can be updated (as that would require including the code key in the conflict set as it could be modified).

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 a pull request may close this issue.

1 participant