aboutsummaryrefslogtreecommitdiff
path: root/zkvms/risc0/host/src
Commit message (Collapse)AuthorAgeFilesLines
* chore: cargo fmtKamen Mladenov2025-05-021-2/+1
|
* feat(zkvms_guest_io): Output proof sizeKamen Mladenov2025-05-021-0/+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: Rust fmtKamen Mladenov2025-02-271-9/+9
|
* fix(zkvms/risc0): Revert changes to benchmark only the relevant function callsKamen Mladenov2025-02-101-24/+20
|
* fix(zkvms/risc0): Move prove output from journal message to benchmarkable scopeKamen Mladenov2025-02-101-2/+1
|
* fix(zkvms/risc0): Benchmark only the specific function instead of everything ↵Kamen Mladenov2025-02-101-15/+23
| | | | during the process
* docs(zkvms/risc0): Add detailed documentation commentsKamen Mladenov2025-02-101-0/+1
|
* feat(zkvms/risc0): Add benchmarking capabilityKamen Mladenov2025-02-071-5/+7
|
* feat(zkvms/risc0): Make guest commit public inputKamen Mladenov2025-02-031-2/+2
|
* feat(zkvms/risc0): Adapt to new input typeKamen Mladenov2025-01-281-13/+7
|
* feat(zkvms): Export io logic to it's own crateKamen Mladenov2025-01-141-30/+42
|
* feat(risc0): Implement (bring back) verificationKamen Mladenov2025-01-131-3/+12
|
* feat: Generic build and install phases, which only compile instead of provingKamen Mladenov2025-01-131-2/+2
|
* feat(zkvms): Add risc0 hostKamen Mladenov2025-01-101-0/+51
Currently only setup for proving