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

Prioritize node wallet frontiers during background confirmations #2154

Merged

Conversation

wezrule
Copy link
Contributor

@wezrule wezrule commented Jul 15, 2019

Currently we prioritize based on the number of uncemented blocks on all accounts in the ledger. This PR still does that, but gives a greater priority to all node wallet accounts first (again sorted by uncemented blocks).

(Unrelated) nano/node/wallet.hpp I noticed some function delcarations had no definitions so removed them.

TSAN has been run on core_tests and showed no warnings.

@wezrule wezrule added the quality improvements This item indicates the need for or supplies changes that improve maintainability label Jul 15, 2019
@wezrule wezrule added this to the V20.0 milestone Jul 15, 2019
@wezrule wezrule self-assigned this Jul 15, 2019
@wezrule wezrule merged commit 7818456 into nanocurrency:master Aug 5, 2019
@wezrule wezrule deleted the prioritize_node_wallets_confirm_frontiers branch August 5, 2019 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quality improvements This item indicates the need for or supplies changes that improve maintainability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants