aboutsummaryrefslogtreecommitdiff
path: root/zkvms/zkm/host/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* feat(zkvms_host_io): Implement new output format for zkvm/guestKamen Mladenov2025-05-021-14/+211
|
* feat(zkvms_host_io): Add json dependencyKamen Mladenov2025-05-021-65/+228
|
* chore: Update mcl-blockchain dependencyKamen Mladenov2025-04-241-64/+63
| | | | | | There are no package version updates. The primary difference is that RISC0 is now compiled with the unstable feature. All other hash updates come from the switch from rust-bin to fenix.
* fix(zkvms/zkm): Update SDK and remove hackKamen Mladenov2025-04-041-3/+3
| | | | | | | | | | Recently ZKM introduced a bug, where SNARK_SETUP would crash, but the witness would be generated. So we introduced a hack where we would run SNARK_SETUP, ignore the crash and rerun the program again, without SNARK_SETUP. Now they fixed it, so with SNARK_SETUP, the witnesses would be generated and the proving process will be done directly after.
* feat(zkvms/zkm): Update SDK usage, add witness generation commandKamen Mladenov2025-04-041-50/+96
| | | | | | | We first need to generate witnesses before proving. This is done by running the binary with SNARK_SETUP=true. Currently, the command crashes right after those witnesses are generated. As a workaround, we ignore the crash and just start it normally, using the generated witnesses.
* chore: Update flake.lock and Cargo.lockKamen Mladenov2025-04-041-945/+305
|
* chore: Update zkVM packagesKamen Mladenov2025-02-261-108/+167
| | | | | | | | This includes: - Updating flake.lock - Updating all host and guest Cargo.toml and Cargo.lock files - Making zkvm default.nix file modifications to account for toolchain and setup changes
* feat(zkm/host): Use cargo patching instead of local copy of sdkKamen Mladenov2025-02-101-159/+220
|
* feat(zkvms/zkm): Update Cargo.lock and use default environmentsKamen Mladenov2025-01-311-44/+106
|
* feat(zkm): Adapt to new input type and zkvmLibKamen Mladenov2025-01-301-0/+5956