-
Notifications
You must be signed in to change notification settings - Fork 20
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
build update according to halo2-lib p256 branch #38
base: develop
Are you sure you want to change the base?
Conversation
@@ -19,7 +19,7 @@ ark-std = { version = "0.3.0", features = ["print-trace"], optional = true } | |||
|
|||
ff = "0.13" | |||
# halo2-base = { git = "https://github.com/axiom-crypto/halo2-lib.git", tag = "v0.2.2", default-features = false } | |||
halo2-base = { git = "https://github.com/scroll-tech/halo2-lib.git", branch = "develop" } | |||
halo2-base = { git = "https://github.com/scroll-tech/halo2-lib.git", branch = "ecc_double_p256" } |
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.
@DreamWuGit reminder to update this once scroll-tech/halo2-lib#31 is merged
@@ -14,7 +14,7 @@ rustc-hash = "1.1.0" | |||
serde = { version = "1.0", features = ["derive"] } | |||
|
|||
# Use halo2-base as non-optional dependency because it re-exports halo2_proofs, halo2curves, and poseidon, using different repos based on feature flag "halo2-axiom" or "halo2-pse" | |||
halo2-base = { git = "https://github.com/scroll-tech/halo2-lib", branch = "develop", default-features=false, features=["halo2-pse","display"] } | |||
halo2-base = { git = "https://github.com/scroll-tech/halo2-lib", branch = "ecc_double_p256", default-features=false, features=["halo2-pse","display"] } |
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.
reminder to update once scroll-tech/halo2-lib#31 is merged
@@ -30,7 +30,7 @@ bytes = { version = "1.2", optional = true } | |||
rlp = { version = "0.5", default-features = false, features = ["std"], optional = true } | |||
|
|||
# loader_halo2 | |||
halo2-ecc = { git = "https://github.com/scroll-tech/halo2-lib", branch = "develop", optional = true, default-features=false, features=["halo2-pse","display"] } | |||
halo2-ecc = { git = "https://github.com/scroll-tech/halo2-lib", branch = "ecc_double_p256", optional = true, default-features=false, features=["halo2-pse","display"] } |
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.
reminder to update once scroll-tech/halo2-lib#31 is merged
snark_verifier doesn't use change helpers directly in p256 branch scroll-tech/halo2-lib#31, can build well referring to that branch with these cargo dependency changes.