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
MAC batcher implementation is still using Notify, doesn't have the stuff to communicate Error::ParallelDZKPValidationFailure.
Code duplication between DZKP and MAC validators - the logic to cancel pending futures when validation fails should be unified
Test that API can interop with seq_join (try_join). I noticed that test runs that include more than one record id hang, if one validate fails. try_join_all works, ctx.try_join does not
The text was updated successfully, but these errors were encountered:
Notify
, doesn't have the stuff to communicateError::ParallelDZKPValidationFailure
.try_join_all
works,ctx.try_join
does notThe text was updated successfully, but these errors were encountered: