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): define port for GasPriceDatabase #2226

Closed rymnc closed 1 month ago

rymnc commented 1 month ago

[!NOTE] This is PR 2/n in cleaning up the gas price service. This PR is first of few that moves the algorithm_updater from the sub_services module of fuel-core to fuel-core-gas-price-service.

Please review https://github.com/FuelLabs/fuel-core/pull/2224 before getting to this one ;)

Linked Issues/PRs

Description

Checklist

Before requesting review

After merging, notify other teams

[Add or remove entries as needed]

MitchTurner commented 1 month ago

I guess this is still in draft. So maybe shouldn't have improved, but since this is all being done incrementally... I'm good with what I'm seeing.

rymnc commented 1 month ago

already merged into master