-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: integrate Sirius folding #1
base: main
Are you sure you want to change the base?
Conversation
cyphersnake
commented
Jul 31, 2024
- Resolved issues with build with Sirius
- Added fold-test and command to run it
[patch."https://github.com/privacy-scaling-explorations/poseidon.git"] | ||
poseidon = { git = "https://github.com/scroll-tech/poseidon.git", branch = "main" } | ||
[patch."https://github.com/privacy-scaling-explorations/bls12_381"] | ||
bls12_381 = { git = "https://github.com/scroll-tech/bls12_381", branch = "feat/impl_scalar_field" } | ||
|
||
[patch."https://github.com/scroll-tech/poseidon-circuit.git"] | ||
poseidon-base = { package = "poseidon-base", git = "https://github.com/snarkify/scroll-poseidon-circuit", branch = "main" } | ||
hash-circuit = { package = "poseidon-circuit", git = "https://github.com/snarkify/scroll-poseidon-circuit", branch = "main" } |
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.
if remove above two patches and the code still run, then we don't need to add them
@@ -1 +1 @@ | |||
nightly-2023-12-03 | |||
nightly-2024-07-30 |
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.
NBD: we can still use the old-version to be compatible with scroll's branch