FuelLabs/fuel-core

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

Aberta

#2.961 aberto em 21 de abr. de 2025

 (1 comentário) (0 reação) (0 responsável)Rust (2.861 forks)batch import
good first issuetech-debt

Métricas do repositório

Stars
 (57.084 estrelas)
Métricas de merge de PR
 (Mesclagem média 8h 53m) (1 fundiu PR em 30d)

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.

Guia do colaborador