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 crash with missing checkpoint #260

Merged

Commits on Aug 8, 2024

  1. Fix crash with missing checkpoint

    It was assumed that if an inclusion proof is present, then a checkpoint
    would be present too. Some bundles exist where the checkpoint was not
    present, particularly for v0.1. This is a bug, so we should err out, but
    we shouldn't crash if the checkpoint is missing.
    
    Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
    haydentherapper committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    75d71bd View commit details
    Browse the repository at this point in the history