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

Make gas price service optional for node operators #2720

Open
xgreenx opened this issue Feb 14, 2025 · 0 comments
Open

Make gas price service optional for node operators #2720

xgreenx opened this issue Feb 14, 2025 · 0 comments

Comments

@xgreenx
Copy link
Collaborator

xgreenx commented Feb 14, 2025

In FuelLabs/fuel-vm#888 we add the max percent on which gas price can change from block to block on consensus level. It allows all nodes in the network have the same rule regarding estimation of the worst gas price.

The regular nodes in the network don't need to run an algorithm to determine the next gas price; they can use the percent to calculate it based on the previous gas price.

We need to make gas price service and all related fields optional for the node operator to use. Mostly, only the block producer should use them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant