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

fix(mempool): pre-allocate capacity for the db key #892

Closed
wants to merge 1 commit into from

Conversation

mzabaluev
Copy link
Collaborator

@mzabaluev mzabaluev commented Nov 21, 2024

Fixes #881

Summary

  • Categories: protocol-units.

The amount allocated was not enough, wasting a re-allocation.

Testing

Existing tests should pass.

The amount allocated was not enough, wasting a re-allocation.
@mzabaluev
Copy link
Collaborator Author

The failing check is #866.

@mzabaluev
Copy link
Collaborator Author

Superseded by #902.

@mzabaluev mzabaluev closed this Nov 26, 2024
@mzabaluev mzabaluev deleted the mikhail/mempool-transaction-key-perf branch November 26, 2024 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(OTS) Mempool Transaction Key Not Initialized w/ Correct Capacity
1 participant