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

Remove node::process_confirmed (...) #4758

Merged
merged 8 commits into from
Nov 24, 2024

Conversation

pwojcikdev
Copy link
Contributor

@pwojcikdev pwojcikdev commented Oct 18, 2024

This removes the node::process_confirmed (...) function. Blocks queued there could briefly find themselves in a limbo state, neither part of an active election or cementing set, which was racy.

@gr0vity-dev-bot
Copy link

gr0vity-dev-bot commented Oct 18, 2024

Test Results for Commit 8221c05

Pull Request 4758: Results
Overall Status:

Test Case Results

  • 5n4pr_conf_10k_bintree: PASS (Duration: 109s)
  • 5n4pr_conf_10k_change: PASS (Duration: 181s)
  • 5n4pr_conf_change_dependant: PASS (Duration: 130s)
  • 5n4pr_conf_change_independant: PASS (Duration: 130s)
  • 5n4pr_conf_send_dependant: PASS (Duration: 131s)
  • 5n4pr_conf_send_independant: PASS (Duration: 133s)
  • 5n4pr_rocks_10k_bintree: PASS (Duration: 114s)
  • 5n4pr_rocks_10k_change: PASS (Duration: 173s)

Last updated: 2024-11-23 17:49:38 UTC

@qwahzi qwahzi added this to the V28 milestone Oct 19, 2024
@pwojcikdev pwojcikdev force-pushed the remove-process-confirmed branch 3 times, most recently from a2368a6 to cd1519a Compare October 20, 2024 14:33
@pwojcikdev pwojcikdev force-pushed the remove-process-confirmed branch from cd1519a to 58f7169 Compare October 20, 2024 14:37
# Conflicts:
#	nano/node/blockprocessor.cpp
#	nano/node/blockprocessor.hpp
#	nano/node/confirming_set.cpp
#	nano/node/election.cpp
#	nano/node/node.cpp
# Conflicts:
#	nano/lib/stats_enums.hpp
#	nano/node/node.hpp
@pwojcikdev pwojcikdev mentioned this pull request Nov 18, 2024
@pwojcikdev pwojcikdev requested a review from clemahieu November 19, 2024 20:59
…rmed

# Conflicts:
#	nano/lib/stats_enums.hpp
@pwojcikdev pwojcikdev merged commit b00064b into nanocurrency:develop Nov 24, 2024
26 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
Status: Merged / V28.0
Development

Successfully merging this pull request may close these issues.

4 participants