Merged
Conversation
This was referenced Aug 25, 2025
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
IlyasRidhuan
commented
Aug 25, 2025
| // The initial next_context_id = 2, in row = 1 | ||
| #[INCR_NEXT_CONTEXT_ID] | ||
| NOT_LAST_EXEC * (next_context_id' - (next_context_id + sel_enter_call)) = 0; | ||
| NOT_LAST_EXEC * (next_context_id' - (next_context_id + sel_enter_call + enqueued_call_start')) = 0; |
IlyasRidhuan
commented
Aug 25, 2025
| pol PROPAGATE_CALL_ID = 1 - RESET_NEXT_CALL_ID - NEW_NEXT_CALL_ID; | ||
| // This is an XOR | ||
| pol RESET_OR_NEW_NEXT_CALL_ID = (RESET_NEXT_CALL_ID + NEW_NEXT_CALL_ID) - (RESET_NEXT_CALL_ID * NEW_NEXT_CALL_ID); | ||
| pol PROPAGATE_CALL_ID = 1 - RESET_OR_NEW_NEXT_CALL_ID; |
Contributor
Author
There was a problem hiding this comment.
From here, RESET_NEXT_CALL_ID and NEW_NEXT_CALL_ID weren't mutually exclusive.
dbanks12
approved these changes
Aug 26, 2025
Comment on lines
10
to
14
|
|
||
| // TODO: unskip when check-circuit works for AMM. Confirm that it is fast enough to run in CI. | ||
| describe.skip('AVM proven AMM', () => { | ||
| describe('AVM proven AMM', () => { | ||
| const logger = createLogger('avm-proven-tests-amm'); |
1b08a64 to
aa3b8ab
Compare
95932af to
9093797
Compare
9093797 to
b3ed32f
Compare
aa3b8ab to
0aee87a
Compare
0aee87a to
e7e6e48
Compare
b3ed32f to
8cd0d2e
Compare
e7e6e48 to
80bad67
Compare
ludamad
pushed a commit
that referenced
this pull request
Dec 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fixes identified in @dbanks12 PR here. Enables the AMM