aboutsummaryrefslogtreecommitdiff
path: root/zkvms/nexus/host
Commit message (Collapse)AuthorAgeFilesLines
* chore: cargo fmtKamen Mladenov2025-05-021-2/+1
|
* feat(zkvms_guest_io): Output proof sizeKamen Mladenov2025-05-021-1/+6
| | | | | | | 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-7/+215
|
* feat(zkvms_host_io): Add json dependencyKamen Mladenov2025-05-021-39/+319
|
* chore: Update mcl-blockchain dependencyKamen Mladenov2025-04-242-58/+57
| | | | | | 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.
* chore: Nix and Rust fmtKamen Mladenov2025-04-041-10/+10
|
* feat(zkvms/nexus): Update SDK usageKamen Mladenov2025-04-042-26/+22
| | | | Update according to their new methods.
* chore: Update flake.lock and Cargo.lockKamen Mladenov2025-04-042-2328/+500
|
* chore: Rust fmtKamen Mladenov2025-02-271-7/+11
|
* chore: Update zkVM packagesKamen Mladenov2025-02-262-43/+42
| | | | | | | | 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
* fix(zkvms/nexus): When benchmarking verification, benchmark only the ↵Kamen Mladenov2025-02-101-3/+5
| | | | verification function
* docs(zkvms/nexus): Add detailed documentation commentsKamen Mladenov2025-02-101-0/+2
|
* chore(nexus): Update nix cargo dependenciesKamen Mladenov2025-02-102-30/+81
|
* feat(zkvms/nexus): Add benchmarking capabilityKamen Mladenov2025-02-071-6/+9
|
* feat(zkvms/nexus): Make guest commit public inputKamen Mladenov2025-02-032-47/+49
|
* fix(zkvms/nexus): Use the zkvms_host_io Output type, instead of the local oneKamen Mladenov2025-01-311-3/+1
|
* feat(zkvms/nexus): Update Cargo.lockKamen Mladenov2025-01-311-8/+235
|
* feat(nexus): Adapt to new input type and zkvmLibKamen Mladenov2025-01-302-4/+3903
|
* feat(zkvms/nexus): Adapt to new input typeKamen Mladenov2025-01-281-6/+3
|
* feat(zkvms): Add nexus hostKamen Mladenov2025-01-172-0/+76