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
In the past, in #642, #644, #709, we introduced a MultiFrameTrait that abstracted over the differences in creating evaluation frames, and deducing a nova StepCircuit from them as a way to abstract over the differences in proving between Lurk Alpha and LEM.
We have adopted LEM and retired the Lurk alpha implementation in #873#875.
So we only have one implementation of this trait today:
This trait should be removed, its implementation inlined in an impl block, and its only instance inlined for the structs that have an M: MultiFrameTrait<'a, F, C> as a generic parameter.
In the past, in #642, #644, #709, we introduced a
MultiFrameTrait
that abstracted over the differences in creating evaluation frames, and deducing a novaStepCircuit
from them as a way to abstract over the differences in proving between Lurk Alpha and LEM.We have adopted LEM and retired the Lurk alpha implementation in #873 #875.
So we only have one implementation of this trait today:
This trait should be removed, its implementation inlined in an impl block, and its only instance inlined for the structs that have an
M: MultiFrameTrait<'a, F, C>
as a generic parameter.LUR-21
The text was updated successfully, but these errors were encountered: