You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: