FuelLabs / fuel-core

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

Acquire `da_finalization_period` from the command line #2240

Closed rafal-ch closed 5 days ago

rafal-ch commented 6 days ago

Linked Issues

Closes https://github.com/FuelLabs/fuel-core/issues/2218

Description

This PR extends the set of accepted command line parameters. The user is now able to provide the DA update time via the new --da-finalization-period argument.

It also fixes the issue with unrecorded_blocks collection which was not saturated with blocks.

Checklist

Before requesting review