-
Notifications
You must be signed in to change notification settings - Fork 871
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test to check that TX selection doesn't prioritize TXs from the s…
…ame sender (#6022) * Add bool TX pool flag to allow TX selection to skip finding all TXs for the same sender Signed-off-by: Matthew Whitehead <[email protected]> * Implement one approach to eliminating sender TX grouping. Note - this is WIP for discussion with others. Not sure this is the implementation we want. Signed-off-by: Matthew Whitehead <[email protected]> * Make the no-sdr-grouping flag experimental, remove code no longer needed since #6106 merged Signed-off-by: Matthew Whitehead <[email protected]> * Update tests, tidy up empty lines Signed-off-by: Matthew Whitehead <[email protected]> * Fix tests to be inline with recent sender-priority changes Signed-off-by: Matthew Whitehead <[email protected]> * Address PR comments Signed-off-by: Matthew Whitehead <[email protected]> * More unit test updates Signed-off-by: Matthew Whitehead <[email protected]> * Remove --Xtx-pool-disable-sender-grouping - the new legacy TX pool ordering removes the need for it Signed-off-by: Matthew Whitehead <[email protected]> * Fix test merge error Signed-off-by: Matthew Whitehead <[email protected]> --------- Signed-off-by: Matthew Whitehead <[email protected]>
- Loading branch information
1 parent
d6a9633
commit 12fd084
Showing
1 changed file
with
94 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters