-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(recursion): memory access timestamp constraints #589
feat(recursion): memory access timestamp constraints #589
Conversation
@kevjue nice work! The biggest commits I pushed were just to directly record the byte events when creating the memory event (and in the runtime) since the recursion VM is much more simplified. With this, we can make sure that I also added this method to
I think right now the above fails, but I'm not sure that it is this PR's fault...something bad might have gotten merged into main. |
Thanks for the changes. I'll take a look at why its failing. |
|
||
/// Verifies the inputted value is within 28 bits. | ||
/// | ||
/// This method verifies that the inputted is less than 2^24 by doing a 16 bit and 12 bit range |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: "that the input"
No description provided.