You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
rymnc
added
the
tech-debt
The issue is to improve the current code and make it more clear/generic/reusable/pretty/avoidable.
label
Apr 21, 2025
fuel-core/crates/services/consensus_module/src/block_verifier.rs
Lines 52 to 73 in 926b50b
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.The text was updated successfully, but these errors were encountered: