aboutsummaryrefslogtreecommitdiff
path: root/zkvms/nexus/host/src/main.rs
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.
* chore: Nix and Rust fmtKamen Mladenov2025-04-041-10/+10
|
* feat(zkvms/nexus): Update SDK usageKamen Mladenov2025-04-041-25/+21
| | | | Update according to their new methods.
* chore: Rust fmtKamen Mladenov2025-02-271-7/+11
|
* 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
|
* feat(zkvms/nexus): Add benchmarking capabilityKamen Mladenov2025-02-071-6/+9
|
* feat(zkvms/nexus): Make guest commit public inputKamen Mladenov2025-02-031-2/+2
|
* fix(zkvms/nexus): Use the zkvms_host_io Output type, instead of the local oneKamen Mladenov2025-01-311-3/+1
|
* feat(zkvms/nexus): Adapt to new input typeKamen Mladenov2025-01-281-6/+3
|
* feat(zkvms): Add nexus hostKamen Mladenov2025-01-171-0/+63