Aaryamann Challani

Results 27 issues of Aaryamann Challani

> [!NOTE] > Some values for the tests need expert opinion from @MitchTurner. A follow up PR will be created to define the `UninitializedTask` that wraps over this task. ##...

## Linked Issues/PRs - the intermittent outages on testnet ## Description ~When we request transactions for a given block range, we shouldn't only keep using the same peer causing pressure...

fuel-p2p

## Definition of done - Remove gas price service v0 metadata/and the service itself

On the testnet we have an issue where we continously keep requesting the same peer for a set of transactions/blocks even when they fail to provide values in time or...

For someone syncing from da, they need to know how to deserialize the block, when the variants can be uncompressed or compressed.

After a new breaking change, in the next release we should remove the `repopulate_missing_tables` function as we can assume all operators will have ran it atleast once. ref: https://github.com/FuelLabs/fuel-core/pull/2322/files/717ba42ceb6ba2af37d0cf7270cec57e049a88e6#diff-cba935937c245bff68a124c7ae7679534fbb967daf9675b06c4689f69f9595a6R160

breaking

`v1` of the `gas-price-algorithm` requires a few new parameters to construct it https://github.com/FuelLabs/fuel-core/blob/c039c28b3a2707dbef69e9d21d87673a9e0bbf38/crates/fuel-gas-price-algorithm/src/v1.rs#L105-L157 we need to modify CLI args to contain them, as well as update `Config`: https://github.com/FuelLabs/fuel-core/blob/2caca6145044bef4c92f6c64d8b5731545a4514a/crates/fuel-core/src/service/config.rs#L38-L76 cc: @MitchTurner...