fuel-core icon indicating copy to clipboard operation
fuel-core copied to clipboard

The network doesn't increase the gas price when the demand rises

Open xgreenx opened this issue 8 months ago • 0 comments

The static gas price leads to the problem that attackers can spam the network with cheap transactions that consume the whole block. Thanks to https://github.com/FuelLabs/fuel-core/issues/1909 and the tips system, people can still raise the price by themself via the transaction pool. But still, the network should secure itself instead of relying on users.

Dynamic gas prices feature https://github.com/FuelLabs/fuel-core/issues/1624 should fix this problem.

xgreenx avatar Jun 14 '24 20:06 xgreenx