We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8caa1d3 commit 9ac0b08Copy full SHA for 9ac0b08
1 file changed
yarn-project/validator-client/src/validator.ts
@@ -84,8 +84,6 @@ const SLASHABLE_CHECKPOINT_PROPOSAL_VALIDATION_RESULT: Record<CheckpointProposal
84
// enabled
85
['invalid_fee_asset_price_modifier']: true,
86
['checkpoint_header_mismatch']: true,
87
- // These late mismatches should normally be caught by earlier checks, but if reached after validating the local
88
- // checkpoint inputs, the proposer-signed payload disagrees with deterministic recomputation.
89
['archive_mismatch']: true,
90
['out_hash_mismatch']: true,
91
['no_blocks_for_slot']: true,
0 commit comments