Aaryamann Challani
Aaryamann Challani
required for fault proving. we cannot generate proofs within the zkvm context, so we will generate them in the host, and then pass the `PrecompileInput` in as private inputs to...
should fix all the soft alerts we get
> [!WARNING] > we need data about our costs
the da compression feature must have a specification
the metric `peer_count_per_protocol` from libp2p seems to be different from the peer list returned by the graphql endpoint. needs investigation why. ## Definition of done - [ ] if it...
shows up as empty on oodle on all envs
https://github.com/FuelLabs/fuel-core/blob/926b50bcb70ecf3f5ba6acc984a01d4be16bb1c4/crates/services/consensus_module/src/block_verifier.rs#L52-L73 defines the `verify_block_fields` function that is ran whenever a block is imported by a validator/node. We want to include this verification in the executor as well.
Currently, syncing a node from scratch can be done only via p2p. We lack the ability to share backups of the databases between filesystems/os abstractions and hence heavily rely on...
## Linked Issues/PRs - https://github.com/FuelLabs/fuel-core/issues/2461 ## Description wraps the cached data within an arc for cheaper clones. we have to measure the performance difference. perhaps on devnet ### Before requesting...
with the eigen integration, we don't need to dynamically inc/dec the da gas price, and hence we should use a static one that can be configured via the cli