aboutsummaryrefslogtreecommitdiff
path: root/zkvms/jolt/host
Commit message (Collapse)AuthorAgeFilesLines
* chore: cargo fmtKamen Mladenov2025-05-021-2/+1
|
* feat(zkvms_guest_io): Output proof sizeKamen Mladenov2025-05-021-1/+8
| | | | | | | In each zkVM we'll write the size to /tmp/proof_size and then guest_io will read that value and place it inside our metrics output. This is not the most elegant, and in certain zkVMs the file output is a part of the benchmark timing, but it will have to do.
* feat(zkvms_host_io): Implement new output format for zkvm/guestKamen Mladenov2025-05-021-23/+237
|
* feat(zkvms_host_io): Add json dependencyKamen Mladenov2025-05-021-55/+313
|
* chore: Update mcl-blockchain dependencyKamen Mladenov2025-04-242-95/+127
| | | | | | 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.
* feat(zkvms/jolt): Add libcxx and openssl dependencies, upper bound for ↵Kamen Mladenov2025-04-043-5/+4
| | | | bytemuck_derive
* chore: Update flake.lock and Cargo.lockKamen Mladenov2025-04-042-188/+308
|
* fix(zkvms/jolt/host): Replace default formatting with debug formatting in printKamen Mladenov2025-03-041-2/+2
|
* chore: Rust fmtKamen Mladenov2025-02-271-3/+6
|
* chore: Update zkVM packagesKamen Mladenov2025-02-262-94/+123
| | | | | | | | 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
* docs(zkvms/jolt): Add detailed documentation commentsKamen Mladenov2025-02-101-0/+1
|
* feat(zkvms/jolt): Add benchmarking capabilityKamen Mladenov2025-02-071-5/+5
|
* fix(zkvms/jolt): Add proper panic on attempted executionKamen Mladenov2025-02-071-0/+3
|
* feat(zkvms/jolt): Update Cargo.lockKamen Mladenov2025-01-311-11/+256
|
* feat(jolt): Adapt to new input type and zkvmLibKamen Mladenov2025-01-302-0/+3812
|
* feat(zkvms/jolt): Adapt to new input typeKamen Mladenov2025-01-281-2/+2
|
* feat(zkvms): Add jolt hostKamen Mladenov2025-01-172-0/+37
It expects certain custom funcitonality from guest