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

Draft: update Orchard to use new backward-compatible version of Halo2 #426

Closed
wants to merge 2 commits into from

Conversation

dmidem
Copy link

@dmidem dmidem commented May 30, 2024

This PR updates the orchard crate to use a backward-compatible version of the halo2 crate. It contains two key changes:

  • Brings the LookupRangeCheck trait into scope (this maintains backward compatibility and allows existing code to function without additional modifications).
  • Updates Cargo.toml to point to the improve-backward-compatibility-without-zsa branch of the halo2 crate.

Note: This PR is a draft and is not intended to be merged. It is for review purposes only.

dmidem added 2 commits May 17, 2024 10:01
This change updates the orchard crate to bring the PallasLookup trait
into scope, ensuring compatibility with the recent changes in the halo2
crate. By importing the PallasLookup trait, we maintain backward
compatibility and allow existing code to function without modification.
@dmidem dmidem marked this pull request as draft May 30, 2024 11:02
@dmidem dmidem closed this May 30, 2024
@dmidem
Copy link
Author

dmidem commented May 30, 2024

This pull request was mistakenly created in the zcash/orchard repository instead of qed-it/orchard. Closing this PR now. Apologies for the confusion.

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.

1 participant