FuelLabs/fuels-rs

Enable setting a static gas price via NodeConfig

Open

#1.581 geöffnet am 16. Jan. 2025

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (1.360 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (43.211 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

In addition to setting starting_gas_price the node also requires us to pass --gas-price-change-percent 0 for the set price to remain static. We should forward this parameter through our NodeConfig and update the can_setup_static_gas_price to test to verify that the price remains stable after producing a block.

Contributor Guide