multisig-glue: update leanMultisig to 2eb4b9d (fix-avx512)#737
Merged
Conversation
Fixes index-out-of-bounds panic in split_eq.rs:85 that caused aggregation tests to abort with SIGABRT on CI.
zclawz
approved these changes
Apr 14, 2026
Contributor
zclawz
left a comment
There was a problem hiding this comment.
LGTM — straightforward upstream bump with a clear upstream rationale.
What changed upstream (2dc7867 → 2eb4b9d):
One merge commit in leanMultisig devnet4 branch:
- leanMultisig#192: Poseidon AVX2/AVX512 SIMD implementation
- leanMultisig#193:
fix avx512 (panicked on small instances)— fixes an upstream panic in the AVX512 code path when run on small proof instances, which is the root cause of the issue zeam-side PR #724 was working around withcatch_unwind
zeam diff is purely mechanical:
multisig-glue/Cargo.toml: rev bumped on all 3 leanMultisig deps (rec_aggregation,leansig_wrapper,backend) ✅Cargo.lock: all leanMultisig crates (backend, lean_compiler, lean_prover, lean_vm, leansig_wrapper, mt-*, rec_aggregation, sub_protocols, utils) updated to new rev ✅- Registry deps:
bitflags2.11.0 → 2.11.1 (minor patch, transitive),rustls-webpki0.103.11 → 0.103.12 (security/patch) — both expected from acargo updateduring the lock regeneration ✅
Together with #724 (catch_unwind) and #729/#735 (x86-64-v3 RUSTFLAGS), this closes the AVX512 panic from multiple angles. Approved. 🚢
anshalshukla
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
leanMultisigdependency from2dc7867to2eb4b9d(Devnet4 fix-avx512 (#194))index out of bounds: the len is 0 but the index is 0panic insplit_eq.rs:85that caused 3 aggregation-related tests to abort with SIGABRT on CItest_aggregationtestFailing tests this fixes
forkchoice.test.aggregate prunes attestation signatureslib.test.apply transition on mocked chainaggregation.test.aggregateSignatures and verifyAggregatedPayload with valid and invalid public_key/ message/ epochTest plan