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

Use unique ptrs for all node components #4814

Merged
merged 6 commits into from
Dec 30, 2024

Conversation

pwojcikdev
Copy link
Contributor

This stores all node components as unique ptrs which means they do not need full class definitions included in node header.

One cleanup that is still left to do is removing unnecessary includes from node.hpp header. I attempted doing it in this PR but it was messy as a lot of components implicly rely on these includes; it's a larger refactoring.

@gr0vity-dev-bot
Copy link

gr0vity-dev-bot commented Dec 30, 2024

Test Results for Commit 7cdc57c

Pull Request 4814: Results
Overall Status:

Test Case Results

  • 5n4pr_conf_10k_bintree: PASS (Duration: 110s)
  • 5n4pr_conf_10k_change: PASS (Duration: 158s)
  • 5n4pr_conf_change_dependant: PASS (Duration: 133s)
  • 5n4pr_conf_change_independant: PASS (Duration: 124s)
  • 5n4pr_conf_send_dependant: PASS (Duration: 129s)
  • 5n4pr_conf_send_independant: PASS (Duration: 123s)
  • 5n4pr_rocks_10k_bintree: PASS (Duration: 111s)
  • 5n4pr_rocks_10k_change: PASS (Duration: 167s)

Last updated: 2024-12-30 19:22:49 UTC

@pwojcikdev pwojcikdev merged commit d5b3379 into nanocurrency:develop Dec 30, 2024
27 of 28 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