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 activate immediately logic #4822

Merged
merged 9 commits into from
Jan 14, 2025

Conversation

pwojcikdev
Copy link
Contributor

The main intention of this PR is to fix the bug in activate immediately logic; the if statement needs to be inverted. However, fixing it made TEST (node, bootstrap_fork_open) testcase fail, which upon further investigation uncovered bugs in bootstrap service and request aggregator.

To debug the problems I added quite a bit of new debug logging points which I decided to keep. It might be worthwhile to profile the node to ensure none of the log statements are impacting hot path too much.

@gr0vity-dev-bot
Copy link

Test Results for Commit 725f3cb

Pull Request 4822: Results
Overall Status:

Test Case Results

  • 5n4pr_conf_10k_bintree: PASS (Duration: 109s)
  • 5n4pr_conf_10k_change: PASS (Duration: 122s)
  • 5n4pr_conf_change_dependant: PASS (Duration: 126s)
  • 5n4pr_conf_change_independant: PASS (Duration: 130s)
  • 5n4pr_conf_send_dependant: PASS (Duration: 118s)
  • 5n4pr_conf_send_independant: PASS (Duration: 123s)
  • 5n4pr_rocks_10k_bintree: PASS (Duration: 111s)
  • 5n4pr_rocks_10k_change: PASS (Duration: 145s)

Last updated: 2025-01-09 20:29:33 UTC

@pwojcikdev pwojcikdev merged commit 0891762 into nanocurrency:develop Jan 14, 2025
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.

2 participants