-
Notifications
You must be signed in to change notification settings - Fork 59
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
Upgrade to arkworks 0.4.0/2 #246
Conversation
Addresses #138 |
Cargo.toml
Outdated
@@ -32,8 +32,7 @@ camino = "1.1.1" # to replace Path and PathBuf | |||
clap = { version = "4.0.5", features = ["derive"] } # CLI library | |||
dirs = "4.0.0" # helper functions (e.g. getting the home directory) | |||
itertools = "0.10.3" # useful iter traits | |||
kimchi = { git = "https://github.com/o1-labs/proof-systems", rev = "a5d8883ddf649c22f38aaac122d368ecb9fa2230" } # ZKP - Dec 5th, 2023 revision | |||
#kimchi = { git = "https://github.com/o1-labs/proof-systems", rev = "b9589626f834f9dbf9d587e73fd8176171231e90" } # ZKP | |||
kimchi = { git = "https://github.com/o1-labs/proof-systems", rev = "483bd5bd918ebbc1d5e008ce892d7a0023b50ed1" } # ZKP |
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.
any reason for this 3-month old commit?
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.
No reason other than it was the commit referenced in #138. I checked this morning and upgrading to the latest version of kimchi only required a couple more changes, so I went ahead and made them
minimal changes :D nice, (cc @dmpierre I think you were stuck on this one) |
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.
woop woop, thanks so much for this!
Kimchi was upgraded to a newer version that uses Arkworks 0.4, and Arkworks dependencies were upgraded to match those used by Kimchi (either 0.4.0 or 0.4.2 depending).