We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1f5cb commit 4a2ffbfCopy full SHA for 4a2ffbf
src/lean_spec/subspecs/containers/state/state.py
@@ -637,6 +637,7 @@ def _aggregate_signatures_from_gossip(
637
missing_validator_ids: set[Uint64] = set()
638
639
for validator_index in validator_ids:
640
+ # Attempt to retrieve the signature; fail fast if any are missing.
641
key = SignatureKey(validator_index, Bytes32(data_root))
642
if (sig := gossip_signatures.get(key)) is None:
643
missing_validator_ids.add(validator_index)
0 commit comments