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

CHIA-193: Rust bindings to chiapos #439

Merged
merged 25 commits into from
Aug 15, 2024
Merged

CHIA-193: Rust bindings to chiapos #439

merged 25 commits into from
Aug 15, 2024

Conversation

Rigidity
Copy link
Contributor

@Rigidity Rigidity commented Aug 12, 2024

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.

@Rigidity Rigidity marked this pull request as draft August 12, 2024 17:24
Copy link

coveralls-official bot commented Aug 12, 2024

Pull Request Test Coverage Report for Build 10407235767

Details

  • 16 of 16 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.08%) to 79.028%

Totals Coverage Status
Change from base Build 9946993550: 0.08%
Covered Lines: 3497
Relevant Lines: 4425

💛 - Coveralls

@Rigidity Rigidity marked this pull request as ready for review August 13, 2024 20:06
@Rigidity Rigidity changed the title Initial draft Rust binding Rust bindings to chiapos Aug 13, 2024
@Rigidity Rigidity changed the title Rust bindings to chiapos CHIA-193: Rust bindings to chiapos Aug 13, 2024
Copy link
Contributor

@arvidn arvidn left a 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

CMakeLists.txt Outdated Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
c-bindings/wrapper.cpp Outdated Show resolved Hide resolved
c-bindings/wrapper.h Outdated Show resolved Hide resolved
c-bindings/wrapper.h Outdated Show resolved Hide resolved
@Rigidity Rigidity requested a review from arvidn August 14, 2024 12:53
c-bindings/wrapper.cpp Outdated Show resolved Hide resolved
c-bindings/wrapper.h Outdated Show resolved Hide resolved
rust-bindings/src/lib.rs Outdated Show resolved Hide resolved
arvidn
arvidn previously approved these changes Aug 14, 2024
rust-bindings/src/lib.rs Outdated Show resolved Hide resolved
rust-bindings/src/lib.rs Show resolved Hide resolved
rust-bindings/test_proofs.txt Show resolved Hide resolved
@Rigidity Rigidity requested a review from arvidn August 15, 2024 09:47
tests/test.cpp Outdated Show resolved Hide resolved
@Rigidity Rigidity requested a review from arvidn August 15, 2024 10:12
Copy link
Contributor

@arvidn arvidn left a 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?

@Rigidity
Copy link
Contributor Author

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

tools/generate_rust_proof_test.py Show resolved Hide resolved
rust-bindings/src/lib.rs Outdated Show resolved Hide resolved
c-bindings/wrapper.cpp Outdated Show resolved Hide resolved
c-bindings/wrapper.h Outdated Show resolved Hide resolved
@Rigidity Rigidity dismissed haorldbchi’s stale review August 15, 2024 16:49

The comments are implemented & Harold is fine with me resolving them

Copy link
Contributor

@arvidn arvidn left a 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

c-bindings/wrapper.cpp Show resolved Hide resolved
@Rigidity Rigidity merged commit 84a28b7 into main Aug 15, 2024
49 checks passed
@Rigidity Rigidity deleted the rust-binding branch August 15, 2024 20:46
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.

4 participants