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

Prevent a single sender from monopolizing the TX pool #6021

Closed
matthew1001 opened this issue Oct 11, 2023 · 3 comments
Closed

Prevent a single sender from monopolizing the TX pool #6021

matthew1001 opened this issue Oct 11, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request non mainnet (private networks) not related to mainnet features - covers privacy, permissioning, IBFT2, QBFT

Comments

@matthew1001
Copy link
Contributor

matthew1001 commented Oct 11, 2023

Description

As a BFT permissioned chain user I want transactions to be treated in approximately FIFO order. I don't want transactions for a single sender to be batched in groups in mined blocks.

Acceptance Criteria

For a free gas chain, transactions are mined in approximately FIFO order regardless of the sender who submitted them.

@matthew1001 matthew1001 added the enhancement New feature or request label Oct 11, 2023
@matthew1001 matthew1001 self-assigned this Oct 11, 2023
@matthew1001
Copy link
Contributor Author

See discord discussion https://discord.com/channels/905194001349627914/1159969510909030462/1160618478546473151 which has resulted in me raising this enhancement issue. Planning to submit a PR shortly.

@non-fungible-nelson non-fungible-nelson added the non mainnet (private networks) not related to mainnet features - covers privacy, permissioning, IBFT2, QBFT label Oct 16, 2023
@fab-10
Copy link
Contributor

fab-10 commented Oct 25, 2023

FYI: @7suyash7

@matthew1001
Copy link
Contributor Author

This is resolved by #6146 and #6106, and extra tests have been added under #6022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request non mainnet (private networks) not related to mainnet features - covers privacy, permissioning, IBFT2, QBFT
Projects
None yet
Development

No branches or pull requests

3 participants