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.
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(vm): reading kernel state opcodes #5739
feat(vm): reading kernel state opcodes #5739
Changes from 24 commits
8853132
abc3cba
8b88dcd
c8d9601
c695905
40eeb8f
619175b
65c3159
61d10f6
7e84550
c054aca
f38773f
a4262dc
cf4bb86
12a9789
14d15cc
b0f8041
d5813a2
6265c61
59b221c
b613cf5
81a2500
c934c61
a8ceaf8
af343db
9388ecc
9e7aad0
859a3df
b4a47b3
79cf849
faac5b1
7e70e7d
4bb42b8
bccfd67
2a74110
1285ccf
60836ca
e2bcca8
7bff191
115f17c
de663f1
c910000
fd728c7
66f958e
ecdf742
3f31357
d6aeda8
ea48aca
e1e2cb8
3be1242
bee84aa
449f3da
700c9a1
3cf29f3
19fab2e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Whenever we have a lookup/perm involving the main trace, we define them in the main pil file. It is a convention that we try to follow.
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.
I would rather see kernel_sel defined in main trace. Then, all the above relations above can be moved in the main trace actually. The avm_kernel.pil would simply defined by the kernel_inputs and q_public_input_kernel_add_to_table
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.
Very welcome script! Thx.