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

Only Read the workobject with workshares during the verify uncles #1801

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

gameofpointers
Copy link
Contributor

During the workshare/uncle verification we read the workobject with the transactions from the database but we only need to get the workshare information, and this was causing significant RAM usage at high TPS testing. This optimization completely removes that RAM usage by just reading the WorkShares along with the Header information

@gameofpointers gameofpointers merged commit b845010 into dominant-strategies:main Jun 3, 2024
6 of 7 checks passed
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 this pull request may close these issues.

3 participants