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
test(stf): add unit tests for isValidIndexedAttestationIndices
Cover edge cases for the indexed attestation validation logic:
- Valid sorted unique indices
- Empty indices (reject)
- Single index (accept)
- Duplicate indices (reject)
- Unsorted indices (reject)
- Out-of-bounds index (reject)
- Boundary index (validators_count - 1 valid, validators_count invalid)
- Electra vs phase0 max indices limit
🤖 Generated with AI assistance
0 commit comments