FuelLabs / fuel-core

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

chore(gas_price_service): use port for GasPriceSettings instead of concrete type #2245

Closed rymnc closed 4 days ago

rymnc commented 6 days ago

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

Linked Issues/PRs

Description

Used the existing port for GasPriceSettingsProvider and made the algorithm updater generic over it. the algorithm_updater can be moved to the fuel-core-gas-price-service crate after this.

Checklist

Before requesting review

After merging, notify other teams

[Add or remove entries as needed]

rymnc commented 4 days ago

already merged into master