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

[AIP-68][Discussion] Reordering transactions in a block for fairness #333

Open
thepomeranian opened this issue Feb 15, 2024 · 0 comments
Open
Labels

Comments

@thepomeranian
Copy link
Collaborator

thepomeranian commented Feb 15, 2024

AIP Discussion

Summary

This AIP proposes to update the Transaction Shuffler logic to add other aspects of fairness to how transactions are ordered in the block. In addition to using senders to spread out transactions (from AIP-27), this AIP will extend that to spread out adjacent transactions (in the proposed order) that match on two new categories - module and entry function, to give transactions from non-dominant modules / entry functions a better chance of surval a potential block cut resulting from the block gas limit being hit.

Read more about it here: https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-68.md

@thepomeranian thepomeranian added this to the aptos-node-v1.10 milestone Feb 15, 2024
@thepomeranian thepomeranian removed this from the aptos-node-v1.10 milestone Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant