Skip to content
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

Make test-only a CLI argument #521

Merged
merged 6 commits into from
Aug 21, 2024
Merged

Make test-only a CLI argument #521

merged 6 commits into from
Aug 21, 2024

Conversation

hratoanina
Copy link
Contributor

Remove the test_only conditional compilation feature and make it part of the CLI arguments instead. Technically not related to continuations, but there are enough differences with develop that we might as well merge it here to avoid rebasing later.

Includes #288.

@github-actions github-actions bot added the crate: zero_bin Anything related to the zero-bin subcrates. label Aug 21, 2024

// If not in test_only mode and running in emulation mode, we'll need to
// initialize the prover state here.
if !prover_config.test_only {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For #288.

Copy link
Contributor

@0xaatif 0xaatif left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't be happier with this

Copy link
Collaborator

@Nashtare Nashtare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Misread, LGTM! Thanks a lot!

@hratoanina hratoanina merged commit a0dcf0e into feat/continuations Aug 21, 2024
15 checks passed
@hratoanina hratoanina deleted the test_only_cli branch August 21, 2024 18:43
@atanmarko
Copy link
Member

Technically not related to continuations, but there are enough differences with develop that we might as well merge it here to avoid rebasing later.

It will probably conflict with latest changes on develop (rpc input per block). I think continuations branch should only take continuations related changes since it will probably not be merged to develop for some time (weeks?), while we continue to develop zero_bin on develop

@Nashtare
Copy link
Collaborator

It won't be released for a few weeks but I'd rather see it on develop sooner than later given that's its not showing any sign of regression vs develop and conflicts all the time with incoming refactorings from Aatif

@atanmarko
Copy link
Member

but I'd rather see it on develop sooner than later given that's its not showing any sign of regression vs develop

@Nashtare I agree, let's merge it ASAP. What is preventing us to do that today?

@Nashtare
Copy link
Collaborator

Nothing :D

@atanmarko
Copy link
Member

Then let's do it 😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate: zero_bin Anything related to the zero-bin subcrates.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants