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

fix: properly log final results when due #352

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Conversation

Nashtare
Copy link
Collaborator

@Nashtare Nashtare commented Jul 2, 2024

This was logging "final" results before we were actually done with the payload.
Additionally, because prove_rpc.sh script was calling grep on the logging file and exiting (with success) upon finding this line (All proof witnesses have been generated successfully.), this was resulting in the issue mentioned in #351 of skipping fully trace_decoder processing + zkCPU simulation for test_only runs.

closes #351

@Nashtare Nashtare requested a review from atanmarko July 2, 2024 15:28
@Nashtare Nashtare requested a review from muursh as a code owner July 2, 2024 15:28
@github-actions github-actions bot added the crate: zero_bin Anything related to the zero-bin subcrates. label Jul 2, 2024
@Nashtare Nashtare merged commit 653b7e4 into develop Jul 2, 2024
14 checks passed
@Nashtare Nashtare deleted the fix/prove_rpc_script branch July 2, 2024 15:58
@Nashtare Nashtare added this to the Type 1 - Q3 2024 milestone Jul 25, 2024
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.

bug(zero-bin): prove_rpc does not actually simulate CPU runs in test_only mode
3 participants