| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: cargo fmt | Kamen Mladenov | 2025-05-02 | 1 | -2/+1 |
| | | |||||
| * | feat(zkvms_guest_io): Output proof size | Kamen Mladenov | 2025-05-02 | 1 | -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 fmt | Kamen Mladenov | 2025-02-27 | 1 | -9/+9 |
| | | |||||
| * | fix(zkvms/risc0): Revert changes to benchmark only the relevant function calls | Kamen Mladenov | 2025-02-10 | 1 | -24/+20 |
| | | |||||
| * | fix(zkvms/risc0): Move prove output from journal message to benchmarkable scope | Kamen Mladenov | 2025-02-10 | 1 | -2/+1 |
| | | |||||
| * | fix(zkvms/risc0): Benchmark only the specific function instead of everything ↵ | Kamen Mladenov | 2025-02-10 | 1 | -15/+23 |
| | | | | | during the process | ||||
| * | docs(zkvms/risc0): Add detailed documentation comments | Kamen Mladenov | 2025-02-10 | 1 | -0/+1 |
| | | |||||
| * | feat(zkvms/risc0): Add benchmarking capability | Kamen Mladenov | 2025-02-07 | 1 | -5/+7 |
| | | |||||
| * | feat(zkvms/risc0): Make guest commit public input | Kamen Mladenov | 2025-02-03 | 1 | -2/+2 |
| | | |||||
| * | feat(zkvms/risc0): Adapt to new input type | Kamen Mladenov | 2025-01-28 | 1 | -13/+7 |
| | | |||||
| * | feat(zkvms): Export io logic to it's own crate | Kamen Mladenov | 2025-01-14 | 1 | -30/+42 |
| | | |||||
| * | feat(risc0): Implement (bring back) verification | Kamen Mladenov | 2025-01-13 | 1 | -3/+12 |
| | | |||||
| * | feat: Generic build and install phases, which only compile instead of proving | Kamen Mladenov | 2025-01-13 | 1 | -2/+2 |
| | | |||||
| * | feat(zkvms): Add risc0 host | Kamen Mladenov | 2025-01-10 | 1 | -0/+51 |
| Currently only setup for proving | |||||
