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

update Orchard (vanilla) to use generelized version of Halo2 #106

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

Conversation

dmidem
Copy link

@dmidem dmidem commented May 30, 2024

This PR updates the orchard crate to use the genralized version of the halo2 crate (link). 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.

Dmitry Demin 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:08
@QED-it QED-it deleted a comment from what-the-diff bot May 30, 2024
@PaulLaux PaulLaux marked this pull request as ready for review June 3, 2024 10:02
@PaulLaux PaulLaux changed the title Draft: update Orchard to use new backward-compatible version of Halo2 make Orchard (vanilla) to use backward-compatible version of Halo2 Jun 6, 2024
@PaulLaux PaulLaux changed the title make Orchard (vanilla) to use backward-compatible version of Halo2 update Orchard (vanilla) to use backward-compatible version of Halo2 Jun 6, 2024
@PaulLaux PaulLaux changed the title update Orchard (vanilla) to use backward-compatible version of Halo2 update Orchard (vanilla) to use generelized version of Halo2 Jul 9, 2024
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