fuel-core icon indicating copy to clipboard operation
fuel-core copied to clipboard

Verify prev block root in the executor and not only in the importer

Open rymnc opened this issue 8 months ago • 1 comments

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.

rymnc avatar Apr 21 '25 01:04 rymnc

@rymnc Can I pick up this issue and work on ??

Rustix69 avatar Oct 02 '25 19:10 Rustix69