FuelLabs/fuel-core

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

Open

#2 961 ouverte le 21 avr. 2025

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Rust (2 861 forks)batch import
good first issuetech-debt

Métriques du dépôt

Stars
 (57 084 stars)
Métriques de merge PR
 (Merge moyen 8h 53m) (1 PR mergée en 30 j)

Description

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.

Guide contributeur