-
Notifications
You must be signed in to change notification settings - Fork 2
refactor(build-guest): separate stages better #106
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
base: master
Are you sure you want to change the base?
Conversation
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.
LGTM. but for the stages, noticing that if the version of openvm changes and it cause the leaf commitment being updated, it would almost sure to lead to a new app exe commitment.
also, i think new leaf commitment may also need an updating on the root verifier assemble.
That means there are some dependencies between the 3 stages. should the build-guest also respect this? (for example, always add state2/3 when stage 1 has been specified)
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.
Can some comment be added in the file to explain its usage?
the result built commitments match prev release. So this is just a building codes refactor