Skip to content

Conversation

@grandima
Copy link

@grandima grandima commented May 18, 2025

Closes #1581

Release notes

In this release, we:

  • Added a possibility to configure --gas-price-change-percent via NodeConfig.

Checklist

  • All changes are covered by tests (or not applicable)
  • All changes are documented (or not applicable)
  • I reviewed the entire PR myself (preferably, on GH UI)
  • I described all Breaking Changes (or there's none)

Note

Introduce gas_price_change_percent in NodeConfig, pass it via --gas-price-change-percent, and add an e2e test verifying static gas price across blocks.

  • Test Helpers:
    • Add NodeConfig.gas_price_change_percent (default 0).
    • Pass through to node via --gas-price-change-percent in fuel_bin_service::ExtendedConfig::args_vec.
  • E2E Tests:
    • Update e2e/tests/providers.rs to configure static gas price (starting_gas_price + gas_price_change_percent: 0).
    • Verify estimate_gas_price remains constant after producing blocks.

Written by Cursor Bugbot for commit 23c6476. This will update automatically on new commits. Configure here.

@grandima grandima requested a review from a team as a code owner May 18, 2025 13:26
@grandima
Copy link
Author

grandima commented Nov 1, 2025

@hal3e please review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable setting a static gas price via NodeConfig

2 participants