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

bug: mempool block-building integration appears to be inefficient, leading to building small blocks #111

Open
l-monninger opened this issue Feb 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@l-monninger
Copy link
Collaborator

l-monninger commented Feb 13, 2024

Summary

The current manner of building blocks from the mempool seems to consistently blocks with a single-digit number of transcations under high load. This is problematic because it makes it less likely that we can take advantage of Block-STM.

Steps to Reproduce

Similar to #110 this can be observed on the dev branch. This issues are actually likely very much related in this particular reproduction because of the problem with account creation.

@l-monninger l-monninger added the bug Something isn't working label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant