-
Notifications
You must be signed in to change notification settings - Fork 37
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
Fix: zero-bin
is now able again to accesses evm_arithmetization
for circuit versions
#310
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed6fe27 - Browse repository at this point
Copy the full SHA ed6fe27View commit details -
- Renamed "CARGO_WORKSPACE_DIR" --> "ZK_EVM_WORKSPACE_DIR".
Configuration menu - View commit details
-
Copy full SHA for 2453350 - Browse repository at this point
Copy the full SHA 2453350View commit details -
Configuration menu - View commit details
-
Copy full SHA for f74037b - Browse repository at this point
Copy the full SHA f74037bView commit details -
Fixed missing segment in circuit path
- Was missing `zero_bin`. - Also made the circuit directory error a bit more helpful (now also contains underlying IO error).
Configuration menu - View commit details
-
Copy full SHA for c42e9c4 - Browse repository at this point
Copy the full SHA c42e9c4View commit details -
Now uses the kernel hash to version circuits
- Realized that the kernel hash is the best indicator if two serialized circuits were built using a compatable kernel.
Configuration menu - View commit details
-
Copy full SHA for acf9c1f - Browse repository at this point
Copy the full SHA acf9c1fView commit details
Commits on Aug 14, 2024
-
Removed
evm_arithmetic
versioning variable- I don't think we really have a use for this anymore if we are relying solely on the kernel hash for circuit versioning. - Also swapped out the `evm_arithmetization` versioning variable with the kernel hash.
Configuration menu - View commit details
-
Copy full SHA for ee06ceb - Browse repository at this point
Copy the full SHA ee06cebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 816eb88 - Browse repository at this point
Copy the full SHA 816eb88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f3a66c - Browse repository at this point
Copy the full SHA 3f3a66cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4f4b4b - Browse repository at this point
Copy the full SHA d4f4b4bView commit details -
Fixed circuit dir creation issue
- If the directory path that we needed to create contained more than `1` directory, it would fail.
Configuration menu - View commit details
-
Copy full SHA for 0722475 - Browse repository at this point
Copy the full SHA 0722475View commit details
Commits on Aug 15, 2024
-
Update zero_bin/common/src/prover_state/persistence.rs
Co-authored-by: Robin Salen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce5c9e7 - Browse repository at this point
Copy the full SHA ce5c9e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2928aec - Browse repository at this point
Copy the full SHA 2928aecView commit details