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

feat: conway phase one validation implementation #573

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

ricomiles
Copy link
Contributor

@ricomiles ricomiles commented Dec 30, 2024

This implementation adds support for Conway Phase One validation. It currently checks the same rules that the Babbage implementation uses.

Additionally, since Conway and Babbage share the same checks and throw the same errors, the validation error BabbageError has been renamed to PostAlonzoError to accommodate both eras. I also added the thiserror crate to pallas-applying for better error handling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant