-
Notifications
You must be signed in to change notification settings - Fork 29
Fix some panics #100
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 some panics #100
Conversation
| ); | ||
| } | ||
|
|
||
| info!( |
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.
Do we still need info! on line 2376 if we log here?
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.
We can exit before this line is hit
core/src/replay_stage.rs
Outdated
| // We are in full alpenglow mode | ||
| let highest_certificate_slot = cert_pool.highest_certificate_slot(); | ||
| if highest_certificate_slot < first_alpenglow_slot.unwrap() { | ||
| // We haven't got a notarization yet for any of the first |
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.
nit: notarization -> notarization cert
Problem
Summary of Changes
Remove panicking asserts
Fixes #