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

Update Dynamic Fee Calculation to Be "Chunk-Builder Safe" #995

Open
patrick-ogrady opened this issue May 31, 2024 · 1 comment
Open

Update Dynamic Fee Calculation to Be "Chunk-Builder Safe" #995

patrick-ogrady opened this issue May 31, 2024 · 1 comment

Comments

@patrick-ogrady
Copy link
Contributor

To ensure that chunk producers only include transactions that will pay fees, chunk producers need to be able to compute the max fee that any transaction they include may be required to pay.

If we use our existing fee mechanism, this fee could be far far higher than the fee when the chunk is being built. We may want to make the fee change less dynamic (changing once per epoch) or make it fixed (only changed via "governance").

@patrick-ogrady patrick-ogrady added this to the Devnet Ready milestone May 31, 2024
Copy link

This issue has become stale because it has been open 60 days with no activity. Adding the lifecycle/frozen label will exempt this issue from future lifecycle events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog 🗄️
Development

No branches or pull requests

1 participant