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

Block-stm implementation #1337

Closed
xuyi33333 opened this issue Sep 19, 2024 · 4 comments
Closed

Block-stm implementation #1337

xuyi33333 opened this issue Sep 19, 2024 · 4 comments

Comments

@xuyi33333
Copy link

Hello, I noticed that the verification phase of block-stm is supposed to be multi-threaded. However, after looking at the code, it seems that the verification phase of block-stm has not yet implemented multi-threaded validation.

Copy link

github-actions bot commented Oct 4, 2024

This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.

@github-actions github-actions bot added the Stale label Oct 4, 2024
@xuyi33333 xuyi33333 reopened this Oct 8, 2024
@xuyi33333
Copy link
Author

I’m still following this issue.

@github-actions github-actions bot removed the Stale label Oct 9, 2024
@cffls
Copy link
Contributor

cffls commented Oct 10, 2024

Yes, the verification is performed in sequence. We haven't parallelize the verification because it only takes a very small amount of time compared to execution.

@Raneet10
Copy link
Member

Hey @xuyi33333 closing this issue for now; feel free to reopen in case if you have any more queries. Thanks!

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

3 participants