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(raiko): removed panic stabilization #232

Merged
merged 31 commits into from
Jun 4, 2024

Conversation

35359595
Copy link
Contributor

Replacing assert_eq with check_eq, which propagates error instead of panic.

@35359595 35359595 requested a review from Brechtpd May 22, 2024 00:41
@35359595 35359595 changed the base branch from main to chore/auto_logging May 22, 2024 00:42
@Brechtpd
Copy link
Contributor

I think check_eq doesn't propagate the error because no error is returned? So I think this would only log there is an error but would continue execution, which would be unexpected I think.

host/src/raiko.rs Outdated Show resolved Hide resolved
provers/sp1/guest/src/zk_op.rs Outdated Show resolved Hide resolved
host/src/raiko.rs Outdated Show resolved Hide resolved
core/src/interfaces.rs Outdated Show resolved Hide resolved
Base automatically changed from chore/auto_logging to main June 3, 2024 16:59
@35359595
Copy link
Contributor Author

35359595 commented Jun 4, 2024

@Brechtpd Please take another look.

@35359595 35359595 added this pull request to the merge queue Jun 4, 2024
Merged via the queue into main with commit 254ff6a Jun 4, 2024
7 checks passed
@35359595 35359595 deleted the fix/removed_panic_stabilization branch June 4, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants