FuelLabs/fuels-rs

Enable setting a static gas price via NodeConfig

开放

#1,581 创建于 2025年1月16日

 (1 条评论) (0 个反应) (0 位负责人)Rust (1,360 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (43,211 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南