FuelLabs / fuel-core

Rust full node implementation of the Fuel v2 protocol.
Other
57.95k stars 2.79k forks source link

chore(gas_price_service): remove dependency on Config from fuel-core #2230

Closed rymnc closed 1 month ago

rymnc commented 1 month ago

[!NOTE] This is PR 3/n in cleaning up the gas price service. Please review https://github.com/FuelLabs/fuel-core/pull/2226 before getting to this one ;)

Linked Issues/PRs

Description

Defines a custom configuration for the GasPriceService which is passed in on subservice initialization.

Checklist

Before requesting review

After merging, notify other teams

[Add or remove entries as needed]

rymnc commented 1 month ago

already merged into master