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

Make schedling more spread across validators #903

Merged

Commits on Jul 6, 2023

  1. Make schedling more spread across validators

    * I'm seeing the same validator selected too often when trying to be
      random.  Instead, let's just round-robin through the highest scorers.
    * This means a single validator will get all messages for a single
      block, and a different validator will get all messsages for the next
    block
    * We may want to change this in the future when we have more
      transactions per block, but for now, this should spread the load more
    evenly
    Tyler Ruppert authored and Tyler Ruppert committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    901f5f6 View commit details
    Browse the repository at this point in the history