Verify each finding against the current code and only fix it if needed.
In `@constantine/commitments/eth_verkle_ipa.nim` around lines 848 - 850, The debug
assertions use the stale parameter name opening_challenges; update the first
assertion inside debug to compare commitments.len against
opening_challenges_in_domain.len (the actual parameter passed into
ipa_multi_verify) so it reads that commitments and opening_challenges_in_domain
have the same length; leave the second assertion comparing commitments.len to
evals_at_challenges.len as-is.
From #609 (review)
Unconfirmed bug reported by AI on Ethereum Verkle Trees