Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make schedling more spread across validators (#903)
* 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 Co-authored-by: Tyler Ruppert <{ID}+{username}@users.noreply.github.com>
- Loading branch information