FuelLabs/fuels-rs

Enable setting a static gas price via NodeConfig

Open

#1 581 ouverte le 16 janv. 2025

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Rust (1 360 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (43 211 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur