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
This had to do with finding a way to avoid inconsistencies between how active ranges are constructed and updated in the execution trace tracker, given a set of DeciderProvingKey, potentially overflowing. More precisely, if one decides to change, say, where the lookup table data is stored, they will also have to potentially change something in the update() function in the tracker. It would be nice if this was obvious rather than discovered after debugging why your client ivc proof is failing.
One situation in which this could happen is if we change where the lookup and databus table data are stored in the execution trace.
The text was updated successfully, but these errors were encountered: