-
Notifications
You must be signed in to change notification settings - Fork 98
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
Refactor komodo_state struct #479
Comments
I have built some tests to verify the functionality of the methods related to NPOINTS. These questions remain:
If all of the above is desired behavior, we may still benefit from using something like boost MultiIndex containers. The question becomes should it be made to work exactly as it has been (minus the memory leak from not deallocating the memory used by NPOINTS), or is now a good time to fix such issues? Supplemental information: Elements are added to the array in
|
The search for nheight in The search for notarized_height in |
Update static seed nodes and seed node DNS.
The komodo_state struct is used in many areas of Komodo. Refactoring 2 areas will improve reliability, memory use, and code readability:
last_NPOINTSi
tries to help. But a std::map or something similar may bring a performance improvement.The text was updated successfully, but these errors were encountered: