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
fix: bls sig operator state retriever sorting (#480)
**Motivation:**
Non-signer pubkeys were not properly ordered in the last iteration of
this feature
**Modifications:**
Added OZ libraries as packed utilities for sorting, added sorting of the
non-signers before returning them
**Result:**
Now all parameters returned are sorted in ascending order, which allows
for strong assurances regarding non-duplicates in the array
---------
Co-authored-by: rubydusa <[email protected]>
0 commit comments