Skip to content

Commit b689ec8

Browse files
committed
fix check_Consensus_block_proposals task
1 parent 4e1d8e7 commit b689ec8

File tree

2 files changed

+5
-3
lines changed
  • pkg/coordinator/tasks/check_consensus_block_proposals
  • playbooks/pectra-dev/kurtosis

2 files changed

+5
-3
lines changed

pkg/coordinator/tasks/check_consensus_block_proposals/task.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,9 @@ func (t *Task) checkBlockWithdrawals(block *consensus.Block, blockData *spec.Ver
652652
found = true
653653
}
654654

655-
break
655+
if found {
656+
break
657+
}
656658
}
657659
}
658660

playbooks/pectra-dev/kurtosis/all.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ tasks:
1010
config:
1111
minSlotNumber: 34
1212
- name: run_external_tasks
13-
title: "Generate BLS changes for validator 0-300"
13+
title: "Generate BLS changes for validator 0-30"
1414
timeout: 30m
1515
config:
1616
testFile: https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/pectra-dev/kurtosis/bls-changes.yaml
1717
testConfig:
18-
validatorCount: 300
18+
validatorCount: 30
1919

2020
# EIP-6110
2121
- name: check_consensus_slot_range

0 commit comments

Comments
 (0)