-
Notifications
You must be signed in to change notification settings - Fork 283
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
CHIA-193: Rust bindings to chiapos #439
Conversation
Pull Request Test Coverage Report for Build 10407235767Details
💛 - Coveralls |
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.
looks good, just a few comments
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.
looks good to me. do you want Harold to have time to review it as well?
Sounds like a good idea if he's able to, I'm not in a rush to release this but this week would be nice |
The comments are implemented & Harold is fine with me resolving them
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.
good call on the GetSize()
check
Adds a Rust crate with a memory safe (at least, according to fuzz tests and unit tests I've written) binding to
validate_proof
. This is part of an effort to port block prevalidation to Rust.