Skip to content

Commit 9ac0b08

Browse files
committed
feat: slash for invalid checkpoint proposals
1 parent 8caa1d3 commit 9ac0b08

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

yarn-project/validator-client/src/validator.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ const SLASHABLE_CHECKPOINT_PROPOSAL_VALIDATION_RESULT: Record<CheckpointProposal
8484
// enabled
8585
['invalid_fee_asset_price_modifier']: true,
8686
['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.
8987
['archive_mismatch']: true,
9088
['out_hash_mismatch']: true,
9189
['no_blocks_for_slot']: true,

0 commit comments

Comments
 (0)