AurelienFT

Results 61 issues of AurelienFT

## Context Currently, when consensus want new blocks or doesn't some blocks it sends a message to protocol to update the block wishlist. This could cause problems in case of...

enhancement
consensus

Might be out of scope for this PR, but it might be helpful to think about "why clone_without_refs, and not just clone, in this particular context". _Originally posted by @Ben-PH...

documentation
global

## Context In the bootstrap process the ledger is splitted in part and streamed between the bootstrap server and client. It can be splitted at an arbitrary step at a...

enhancement
bootstrap

#### Project Abstract This application aims to answer to the first milestone of the [RFP sub-consensus mechanism](https://grants.web3.foundation/docs/RFPs/sub-consensus) > Parachain dApps suffer from long confirmation times due to the time taken...

ready for review
admin-review

https://github.com/FuelLabs/fuel-core/issues/469 Replace H160 in config and cli options of relayer by Bytes20. This might cause a bit of performance impact as it's needed to transform them to `H160` to interact...

Yes we could do a cfg_attr for all `Serialize` introduced in https://github.com/massalabs/massa/pull/4695 I open an issue _Originally posted by @AurelienFT in https://github.com/massalabs/massa/pull/4697#discussion_r1619115070_

This will prevent us from cloning when we want to pass from a `Arc` to a `Checked`

## Linked Issues/PRs Closes https://github.com/FuelLabs/fuel-core/issues/2357 ## Description This pull request introduces a caching mechanism to the sync service to avoid redundant data fetching from the network. The most important changes...

## Linked Issues/PRs Closes https://github.com/FuelLabs/fuel-core/issues/2044 ## Description ### Problem analysis Our database columns use the prefix extractor configuration which allow rocksdb to make optimizations on storage based on prefix. However,...

## Linked Issues/PRs TDB ## Description Use nextest to be able to add timeout on tests that is less that the global timeout defined in the GitHub Action. ## Checklist...

no changelog